Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1931 closed defect (fixed)

[patch] update_object view assumes that object's absolute URL does not change

Reported by: marcink@… 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)

update_object_redirect.diff (577 bytes ) - added by marcink@… 18 years ago.
Patch for rev. 2947, in django/views/generic

Download all attachments as: .zip

Change History (2)

by marcink@…, 18 years ago

Attachment: update_object_redirect.diff added

Patch for rev. 2947, in django/views/generic

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in [2951].

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