Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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)

or_lookup_docs.diff (623 bytes ) - added by Frank Wiles 14 years ago.

Download all attachments as: .zip

Change History (5)

by Frank Wiles, 14 years ago

Attachment: or_lookup_docs.diff added

comment:1 by Frank Wiles, 14 years ago

Has patch: set

comment:2 by Alex Gaynor, 14 years ago

Resolution: fixed
Status: newclosed

(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.

comment:3 by Alex Gaynor, 14 years ago

(In [14319]) [1.2.X] Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal for the report and Frank Wiles for the patch. Backport of [14318].

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top