Closed
Bug 1087025
Opened 10 years ago
Closed 9 years ago
Clean up Form._errors direct manipulation
Categories
(Marketplace Graveyard :: Code Quality, enhancement, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: robhudson, Unassigned)
References
Details
(Whiteboard: [ktlo])
Django 1.7 now comes with an `add_error` method that adds an error to the form.
https://docs.djangoproject.com/en/dev/releases/1.7/#form-add-error
Let's convert our codebase which manipulates _errors to use add_error. Note: This isn't deprecated but _errors is now considered a private method and could change.
Updated•10 years ago
|
Priority: -- → P4
Updated•9 years ago
|
Whiteboard: [ktlo]
Updated•9 years ago
|
Severity: normal → enhancement
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•