Opened 19 years ago
Closed 18 years ago
#1842 closed defect (duplicate)
"OR lookups" page in on-line docs is outdated
Reported by: | Antti Kaihola | Owned by: | Jacob |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This page still shows examples in pre-magic-removal syntax:
http://www.djangoproject.com/documentation/models/or_lookups/
It's linked from http://www.djangoproject.com/documentation/db_api/ which does use magic-removal syntax.
The syntax is correct in the file tests/modeltests/or_lookups/models.py
of current svn.
Note:
See TracTickets
for help on using tickets.
Duplicate of #1800.