Ticket #14205: 14205.diff

File 14205.diff, 611 bytes (added by zendak, 14 years ago)
  • docs/ref/forms/validation.txt

     
    178178.. versionadded:: 1.2
    179179
    180180Django's form (and model) fields support use of simple utility functions and
    181 classes known as validators. These can passed to a field's constructor, via
     181classes known as validators. These can be passed to a field's constructor, via
    182182the field's ``validators`` argument, or defined on the Field class itself with
    183183the ``default_validators`` attribute.
    184184
Back to Top