#16192: Make unique_together error messages in ModelForms customizable
-------------------------------------+-------------------------------------
     Reporter:  leahculver           |                    Owner:  nobody
         Type:  New feature          |                   Status:  closed
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:  fixed
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:                       |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"8847a0c601e4261823b1726b2db73eec2ac17940"]:
 {{{
 #!CommitTicketReference repository=""
 revision="8847a0c601e4261823b1726b2db73eec2ac17940"
 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.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16192#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.fee24833bfe1590768b5d10965aa7dd0%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to