#14534: Incorrect link in ORM Queries docs ---------------------------+------------------------------------------------ Reporter: d0ugal | Owner: nobody Status: new | Milestone: 1.3 Component: Documentation | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ At the bottom of the [http://docs.djangoproject.com/en/dev/topics/db/queries/#complex-lookups- with-q-objects "Complex lookups with Q objects"] section in the queries docs the "see also" note links to http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py where it should link to http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/tests.py .
This is caused by the doctest genocide in [1426]. -- Ticket URL: <http://code.djangoproject.com/ticket/14534> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
