Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We should rename field_error to add_error to be in line with Django 1.7 #14

Open
rockymeza opened this issue Jul 28, 2014 · 0 comments
Open

Comments

@rockymeza
Copy link
Contributor

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant