Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Simon Charette, 9 years ago

Triage Stage: UnreviewedAccepted

DateQuerySet was an implementation detail removed by cbb5cdd155668ba771cad6b975676d3b20fed37b.

The documentation should be updated to specify dates() now return a simple QuerySet().

comment:2 by Wayne Merry, 9 years ago

Owner: changed from nobody to Wayne Merry
Status: newassigned

comment:3 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In e3720b9:

Fixed #25382 -- Removed obsolete references to DateQuerySet.

comment:4 by Tim Graham <timograham@…>, 9 years ago

In f328ebd:

[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.

Backport of e3720b990a33ae259da4b1f1f6069aa6bbc8c03d from master

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