#1931 closed defect (fixed)
[patch] update_object view assumes that object's absolute URL does not change
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Generic views | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The update_object generic view assumes that the update operation does not change the object's absolute URL. This might not be true in some cases.
The patch is a simple one-liner.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch for rev. 2947, in django/views/generic