summaryrefslogtreecommitdiff
path: root/tests/forms_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner2015-03-161-0/+43
* Fixed #24428 -- Fixed has_changed for fields with coercionClaude Paroz2015-03-051-0/+1
* Fixed #17401 -- Made SelectDateWidget.render reflect wrong valueClaude Paroz2015-03-011-0/+3
* Removed binary input test lineClaude Paroz2015-02-271-1/+0
* Fixed #24229 -- Changed IntegerField to clean floats representing integersJon Dufresne2015-02-271-0/+17
* Fixed #24391 -- Made BoundField.value() cache callable values.Michael Angeletti2015-02-241-0/+15
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-3/+1
* Added missing return value to DurationField.prepare_value(); refs #24339.Michael Angeletti2015-02-141-0/+1
* Fixed #24339 -- Fixed crash with empty DurationField form field.Michael Angeletti2015-02-141-1/+10
* Tested DecimalField with scientific notationClaude Paroz2015-02-061-0/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0612-38/+39
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed flake8 warning.Tim Graham2015-01-281-1/+1
* Fixed #24219 -- Moved SelectDateWidget together with the other widgetsLoic Bistuer2015-01-271-2/+1
* Cleaned up some forms tests.Loic Bistuer2015-01-274-875/+933
* Fixed typos in code comments.Adam Taylor2015-01-203-3/+3
* Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham2015-01-192-38/+6
* Removed support for SplitDateTimeWidget with DateTimeField per deprecation ti...Tim Graham2015-01-171-22/+2
* Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...Tim Graham2015-01-171-12/+4
* Removed backwards compatibility shims for "util" modules per deprecation time...Tim Graham2015-01-171-3/+0
* Fixed #23712 -- Fixed KeyError with BaseForm._html_output()Yang Liu2015-01-151-0/+54
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-061-3/+1
* Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham2015-01-012-2/+6
* Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov2014-12-311-2/+24
* Renamed tests for util -> utils moves; refs #17627.Tim Graham2014-12-311-1/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-306-56/+36
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-5/+32
* Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.Grzegorz Slusarek2014-12-121-0/+16
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-032-2/+2
* Fixed #23883 -- Stopped flatatt modifying its argumentTim Heap2014-11-211-0/+17
* Removed usage of a global variable.Aymeric Augustin2014-11-191-10/+6
* Fixed #13181 -- Added support for callable choices to forms.ChoiceFieldPeter Inglesby2014-11-041-0/+22
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-034-13/+12
* Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer2014-10-071-0/+23
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-1/+23
* Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma2014-08-291-0/+13
* Tweaked docstrings from previous commit.Tim Graham2014-08-221-2/+3
* Fixed #23167 -- Added BaseForm.__repr__()areski2014-08-221-0/+24
* Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel2014-08-152-49/+53
* Fixed flake8 warning.Tim Graham2014-08-031-1/+1
* Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham2014-08-031-1/+5
* Fixed #23103 -- Annotated ImageField file with image and content_type attribu...Petras Zdanavičius2014-08-012-1/+26
* Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.Kit La Touche2014-07-291-0/+2
* Fixed #23113 -- ChoiceInput.render should take specified attrs into account.Simon Charette2014-07-281-0/+6
* Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi2014-07-261-1/+3
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* Fixed #22950 -- Eased markup customization for choice field renderingClaude Paroz2014-07-051-41/+58
* Ensured bound field renders as unicode safe dataClaude Paroz2014-07-051-1/+18
* Fixed #22915 -- Document backward incompatible changes in the ValidationError...Loic Bistuer2014-07-041-0/+47
* Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...gyx10002014-06-041-5/+66