django/tests/forms_tests/tests
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
..
filepath_test_files Fixed #23103 -- Annotated ImageField file with image and content_type attributes. 2014-08-01 09:30:58 -04:00
__init__.py Removed unneeded imports in tests's __init__.py and unified them. 2013-09-09 23:01:07 +02:00
test_error_messages.py Fixed #16617 -- Added 'value' to BaseValidator params. 2014-07-26 10:03:00 -04:00
test_extra.py Fixed #23620 -- Used more specific assertions in the Django test suite. 2014-11-03 11:56:37 -05:00
test_fields.py Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
test_forms.py Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data. 2014-12-12 08:47:21 -05:00
test_formsets.py Fixed several typos in Django 2014-05-28 17:39:14 -07:00
test_input_formats.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_media.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
test_regressions.py Fixed #11776 -- Added CSS class for non-field/top of form errors. 2014-06-02 15:22:15 -04:00
test_util.py Fixed #23883 -- Stopped flatatt modifying its argument 2014-11-21 09:45:08 +01:00
test_validators.py Fixed flake8 warnings. 2014-03-21 06:24:45 -04:00
test_widgets.py Fixed #23620 -- Used more specific assertions in the Django test suite. 2014-11-03 11:56:37 -05:00
tests.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00