Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/forms_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed typos in code comments.Adam Taylor2015-01-203-3/+3
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-192-38/+6
* Removed support for SplitDateTimeWidget with DateTimeFiel...Tim Graham2015-01-181-22/+2
* Removed django.utils.datastructures.MergeDict per depreca...Tim Graham2015-01-171-12/+4
* Removed backwards compatibility shims for "util" modules ...Tim Graham2015-01-171-3/+0
* Fixed #23712 -- Fixed KeyError with BaseForm._html_output()Yang Liu2015-01-161-0/+54
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-061-3/+1
* Fixed #23891 -- Moved deprecation of IPAddressField to sy...Tim Graham2015-01-012-2/+6
* Fixed #24008 -- Fixed ValidationError crash with list of ...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 ...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 for...Peter Inglesby2014-11-041-0/+22
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-034-13/+12
* Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer2014-10-061-0/+23
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-1/+23
* Fixed #21201 -- Improved customization of ClearableFileIn...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...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 ...Petras Zdanavičius2014-08-012-1/+26
* Fixed #23129 -- Added 'true' and 'false' to `NullBooleanF...Kit La Touche2014-07-301-0/+2
* Fixed #23113 -- ChoiceInput.render should take specified ...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 a...Anubhav Joshi2014-07-091-1/+1
* Fixed #22950 -- Eased markup customization for choice fie...Claude 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...Loic Bistuer2014-07-041-0/+47
* Fixed #22684 -- Amended SelectDateWidget.empty_label to a...gyx10002014-06-041-5/+66
* Fixed #11776 -- Added CSS class for non-field/top of form...Nick Presta2014-06-023-11/+85
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fixed #22684 -- Added `empty_label` option on `django.for...Guillaume Pannatier2014-05-281-0/+5
* Restored Python 2 compatibility.Florian Apolloner2014-05-261-1/+1
* Fixed a few warnings in the testsuite.Florian Apolloner2014-05-251-1/+1
* Fixed #22628 -- Took initial forms into account when comb...Stephen Burrows2014-05-161-1/+5
* Fixed #22533 -- Added label_suffix parameter to form fields.Julen Ruiz Aizpuru2014-05-131-4/+11
* Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows2014-05-101-3/+26
* Fixed #22570 -- Made Form.__getitem__ KeyError more descr...Ben Davis2014-05-061-3/+3
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-174-9/+9
* Used more specific test assertions.Aymeric Augustin2014-04-091-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed #22114 -- Stopped adding trailing slashes in URLFie...Claude Paroz2014-03-261-21/+18