Ticket #2364: numericrangevalidator-doc.diff
File numericrangevalidator-doc.diff, 736 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. With lower_bound only, a '>=' is performed. With 587 upper_bound only, a '<=' is performed. 588 584 589 .. _`generic views`: http://www.djangoproject.com/documentation/generic_views/ 585 590 .. _`models API`: http://www.djangoproject.com/documentation/model_api/ 586 591 .. _settings: http://www.djangoproject.com/documentation/settings/