Opened 11 years ago
Closed 11 years ago
#21884 closed Cleanup/optimization (fixed)
field lookup docs don't say exact is default behavior
Reported by: | Chris Jerdonek | Owned by: | chomik |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | chris.jerdonek@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The Field lookups documentation doesn't mention that exact
is the default behavior. You have to go to a different introduction page to get this information, which isn't intuitive.
The reference page should include at least as much as the intro. Indeed, the intro says, "The database API supports about two dozen lookup types; a complete reference can be found in the field lookup reference."
Change History (5)
comment:1 by , 11 years ago
Cc: | added |
---|---|
Easy pickings: | set |
comment:2 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 11 years ago
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Pull request https://github.com/django/django/pull/2293 waiting for review and acceptance.