Ticket #2364: numericrangevalidator-doc-1.diff
File numericrangevalidator-doc-1.diff, 690 bytes (added by , 18 years ago) |
---|
-
docs/forms.txt
581 581 the executable specified in the ``JING_PATH`` setting (see the settings_ 582 582 document for more details). 583 583 584 ``NumericRangeValidator`` 585 Takes two boundary numbers, lower_bound and upper_bound. Both parameters 586 are optional, and perform an inclusive comparison (<= and >=). 587 584 588 .. _`generic views`: http://www.djangoproject.com/documentation/generic_views/ 585 589 .. _`models API`: http://www.djangoproject.com/documentation/model_api/ 586 590 .. _settings: http://www.djangoproject.com/documentation/settings/