#2399 closed defect (fixed)
HttpResponse import missing from views/generic/create_update.py
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Generic views | Version: | dev |
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
HttpResponse import is missing from the imports but it is called on the update_object on line 143 .
Note:
See TracTickets
for help on using tickets.
(In [3421]) Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414).