summaryrefslogtreecommitdiff
path: root/tests/forms_tests
AgeCommit message (Expand)Author
2015-04-28[1.8.x] Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-04-27[1.8.x] Used assertIsInstance in tests.Alasdair Nicol
2015-04-01[1.8.x] Adapted form regression test to new translationsClaude Paroz
2015-03-27[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Dja...Moritz Sichert
2015-02-24[1.8.x] Fixed #24391 -- Made BoundField.value() cache callable values.Michael Angeletti
2015-02-23[1.8.x] Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-14[1.8.x] Added missing return value to DurationField.prepare_value(); refs #24...Michael Angeletti
2015-02-14[1.8.x] Fixed #24339 -- Fixed crash with empty DurationField form field.Michael Angeletti
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
2015-01-15Fixed #23712 -- Fixed KeyError with BaseForm._html_output()Yang Liu
2015-01-06Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2014-12-31Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31Renamed tests for util -> utils moves; refs #17627.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-12Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.Grzegorz Slusarek
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-21Fixed #23883 -- Stopped flatatt modifying its argumentTim Heap
2014-11-19Removed usage of a global variable.Aymeric Augustin
2014-11-04Fixed #13181 -- Added support for callable choices to forms.ChoiceFieldPeter Inglesby
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-07Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-08-29Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma
2014-08-22Tweaked docstrings from previous commit.Tim Graham
2014-08-22Fixed #23167 -- Added BaseForm.__repr__()areski
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-08-03Fixed flake8 warning.Tim Graham
2014-08-03Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham
2014-08-01Fixed #23103 -- Annotated ImageField file with image and content_type attribu...Petras Zdanavičius
2014-07-29Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.Kit La Touche
2014-07-28Fixed #23113 -- ChoiceInput.render should take specified attrs into account.Simon Charette
2014-07-26Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-07-05Fixed #22950 -- Eased markup customization for choice field renderingClaude Paroz
2014-07-05Ensured bound field renders as unicode safe dataClaude Paroz
2014-07-04Fixed #22915 -- Document backward incompatible changes in the ValidationError...Loic Bistuer
2014-06-04Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...gyx1000
2014-06-02Fixed #11776 -- Added CSS class for non-field/top of form errors.Nick Presta
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-28Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...Guillaume Pannatier
2014-05-26Restored Python 2 compatibility.Florian Apolloner
2014-05-25Fixed a few warnings in the testsuite.Florian Apolloner
2014-05-16Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...Stephen Burrows
2014-05-13Fixed #22533 -- Added label_suffix parameter to form fields.Julen Ruiz Aizpuru
2014-05-10Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows
2014-05-05Fixed #22570 -- Made Form.__getitem__ KeyError more descriptive.Ben Davis
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley