Ticket #14205: 14205.diff
File 14205.diff, 611 bytes (added by , 14 years ago) |
---|
-
docs/ref/forms/validation.txt
178 178 .. versionadded:: 1.2 179 179 180 180 Django'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, via181 classes known as validators. These can be passed to a field's constructor, via 182 182 the field's ``validators`` argument, or defined on the Field class itself with 183 183 the ``default_validators`` attribute. 184 184