django/tests/forms_tests/tests
Kit La Touche 17e75d03f9 Fixed #23129 -- Added 'true' and 'false' to NullBooleanField.
JavaScript serializations of forms will sometimes render the boolean
values as the strings 'true' and 'false', in lower case. Rather than
repeat boilerplate in the JavaScript to circumvent this, it seems
reasonable to allow Django to understand the lower-case versions of the
booleans.
2014-07-29 19:55:55 -04:00
..
filepath_test_files Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01: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 #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of values. 2014-06-04 07:23:25 -04:00
test_fields.py Fixed #23129 -- Added 'true' and 'false' to NullBooleanField. 2014-07-29 19:55:55 -04:00
test_forms.py Ensured bound field renders as unicode safe data 2014-07-05 11:42:27 +02: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 #20684 -- Added support for HTML5 boolean attributes to form widgets. 2014-03-22 14:28:12 -04:00
test_validators.py Fixed flake8 warnings. 2014-03-21 06:24:45 -04:00
test_widgets.py Fixed #23113 -- ChoiceInput.render should take specified attrs into account. 2014-07-28 10:01:07 -04:00
tests.py Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple widget 2014-03-21 19:10:07 -04:00