Changes between Initial Version and Version 1 of Ticket #21339, comment 4


Ignore:
Timestamp:
Oct 31, 2013, 6:20:11 AM (11 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21339, comment 4

    initial v1  
    66
    77{{{
    8 * Some :attr:`~django.forms.Field.error_messages` for :class:`~django.forms.fields.IntegerField`, :class:`~django.forms.fields.EmailField`, :class:`~django.forms.fields.IPAddressField`, :class:`~django.forms.fields.GenericIPAddressField`, and :class:`~django.forms.fields.SlugField` have been suppressed because they duplicated error messages already provided by validators tied to the fields.
     8* Some :attr:`~django.forms.Field.error_messages` for
     9  :class:`~django.forms.fields.IntegerField`,
     10  :class:`~django.forms.fields.EmailField`,
     11  :class:`~django.forms.fields.IPAddressField`,
     12  :class:`~django.forms.fields.GenericIPAddressField`, and
     13  :class:`~django.forms.fields.SlugField` have been suppressed because they
     14  duplicated error messages already provided by validators tied to the fields.
    915}}}
Back to Top