Ticket #2364: numericrangevalidator-doc-1.diff

File numericrangevalidator-doc-1.diff, 690 bytes (added by Matt McClanahan <cardinal@…>, 18 years ago)

Doc patch for docs/forms.txt - Rephrased a bit

  • docs/forms.txt

     
    581581    the executable specified in the ``JING_PATH`` setting (see the settings_
    582582    document for more details).
    583583
     584``NumericRangeValidator``
     585    Takes two boundary numbers, lower_bound and upper_bound.  Both parameters
     586    are optional, and perform an inclusive comparison (<= and >=).
     587
    584588.. _`generic views`: http://www.djangoproject.com/documentation/generic_views/
    585589.. _`models API`: http://www.djangoproject.com/documentation/model_api/
    586590.. _settings: http://www.djangoproject.com/documentation/settings/
Back to Top