#14534 closed (fixed)
Incorrect link in ORM Queries docs
Reported by: | Dougal Matthews | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
At the bottom of the 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].
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | or_lookup_docs.diff added |
---|
comment:1 by , 14 years ago
Has patch: | set |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [14318]) Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal for the report and Frank Wiles for the patch.