Opened 14 years ago
Closed 14 years ago
#17021 closed Bug (wontfix)
views.generic.create_update.lo okup_object uses .objects instead of the default manager
| Reported by: | Guilherme Salgado | Owned by: | nobody |
|---|---|---|---|
| Component: | Generic views | Version: | 1.3 |
| 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
It should use the default manager as the model passed to it may not have a .objects attribute.
Note:
See TracTickets
for help on using tickets.
function-based generic views are deprecated, thus closing as wontfix.