You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django 1.7 added a new method called add_error which does what the NonBrainDamagedErrorMixin's field_error method does. We should rename the field_error method to add_error (but leave an alias behind). NonBrainDamagedErrorMixin can be set for removal after Django 1.6 support is dropped.
The text was updated successfully, but these errors were encountered:
https://docs.djangoproject.com/en/1.7/releases/1.7/#improvements-to-form-error-handling
Django 1.7 added a new method called
add_error
which does what theNonBrainDamagedErrorMixin
'sfield_error
method does. We should rename the field_error method toadd_error
(but leave an alias behind).NonBrainDamagedErrorMixin
can be set for removal after Django 1.6 support is dropped.The text was updated successfully, but these errors were encountered: