--
Ticket URL: <https://code.djangoproject.com/ticket/23258>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => worksforme
* needs_tests: => 0
* needs_docs: => 0
Comment:
If you click through to the
[https://docs.djangoproject.com/en/1.7/ref/forms/api/#django.forms.Form.add_error
Form.add_error()] reference, you'll see the note there. I don't think we
should add a note everywhere that the method appears.
--
Ticket URL: <https://code.djangoproject.com/ticket/23258#comment:1>
Comment (by areski):
add_error has been added from this PR:
https://github.com/django/django/pull/1443
On the release notes there is a clear mention that add_error is added in
1.7: https://docs.djangoproject.com/en/dev/releases/1.7/#form-add-error
Here a PR in case we really want this, here a PR
https://github.com/django/django/pull/3036
--
Ticket URL: <https://code.djangoproject.com/ticket/23258#comment:2>