1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00
Loic Bistuer 8847a0c601 Fixed #16192 -- Made unique error messages in ModelForm customizable.
Overriding the error messages now works for both unique fields, unique_together
and unique_for_date.

This patch changed the overriding logic to allow customizing NON_FIELD_ERRORS
since previously only fields' errors were customizable.

Refs #20199.

Thanks leahculver for the suggestion.
2014-02-08 04:59:09 -05:00
..
2014-02-05 14:58:50 -05:00
2013-12-31 18:04:54 +01:00