#25382 closed Cleanup/optimization (fixed)
Documentation makes reference to non-existent class.
Reported by: | jambonrose | Owned by: | Wayne Merry |
---|---|---|---|
Component: | Documentation | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The documentation mentions a DateQuerySet
in the QuerySet API reference, but no such class appears to exist.
Change History (4)
comment:1 by , 9 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
DateQuerySet
was an implementation detail removed by cbb5cdd155668ba771cad6b975676d3b20fed37b.The documentation should be updated to specify
dates()
now return a simpleQuerySet()
.