django/docs/ref/forms
Marc Tamlyn 57554442fe Fixed #2443 -- Added DurationField.
A field for storing periods of time - modeled in Python by timedelta. It
is stored in the native interval data type on PostgreSQL and as a bigint
of microseconds on other backends.

Also includes significant changes to the internals of time related maths
in expressions, including the removal of DateModifierNode.

Thanks to Tim and Josh in particular for reviews.
2014-12-20 18:28:29 +00:00
..
api.txt Corrected example in Form.has_changed() docs. 2014-12-05 13:17:14 -05:00
fields.txt Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
formsets.txt Fixed versionchanged indentation in docs/. 2014-11-03 21:40:26 -05:00
index.txt Fixed #17638 -- Added crosslinks between topic and reference guides. 2014-09-29 18:06:31 -04:00
models.txt Fixed #17638 -- Added crosslinks between topic and reference guides. 2014-09-29 18:06:31 -04:00
validation.txt Added missing backticks to form validation docs 2014-11-20 11:09:21 -05:00
widgets.txt Fixed #22786 -- Documented value_from_datadict caveat 2014-08-29 10:24:50 +02:00