Opened 14 years ago
Closed 14 years ago
#16918 closed Bug (fixed)
BaseDateDetailView's get_object ignores queryset argument
| Reported by: | Mitar | Owned by: | nobody |
|---|---|---|---|
| Component: | Generic views | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | mmitar@… | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
BaseDateDetailView's get_object ignore queryset argument, while in documentation it is written that:
If
querysetis provided, thatquerysetwill be used as the source of objects; otherwise,get_queryset()will be used.
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
| Summary: | BaseDateDetailView's get_object ignore queryset argument → BaseDateDetailView's get_object ignores queryset argument |
|---|
comment:2 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
by , 14 years ago
| Attachment: | 16918.diff added |
|---|
comment:4 by , 14 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:5 by , 14 years ago
bah - FWIW - I was the one who RFC - patch applied cleanly, and all tests pass, patch fixes impl to match docs - and has good coverage with tests.
Note:
See TracTickets
for help on using tickets.
patch with test for #16918