Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/forms_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-1/+2
* Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Me...Claude Paroz2015-10-191-526/+6
* Refs #23162 -- Removed forms.Field._has_changed() method.Tim Graham2015-09-241-5/+1
* Refs #23151 -- Removed RegexField.error_message per depre...Tim Graham2015-09-241-7/+0
* Fixed #25410 -- Fixed empty ClearableFileInput crash on P...Tim Graham2015-09-231-19/+0
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-0/+3
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-161-0/+11
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-1210-525/+1675
* Refs #25300 -- Fixed reference to TextInput in a test.Moritz Sichert2015-09-091-2/+2
* Rewrote form widget tests as proper unittests.Preston Timmons2015-09-0126-1825/+2270
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-312-7/+0
* Fixed #25300 -- Added unit tests for BoundField.id_for_labelMaxime Lorant2015-08-221-0/+19
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-2/+4
* Fixed #25129 -- Made model instance defaults work with mi...Tim Graham2015-07-211-1/+1
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-14/+54
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+10
* Fixed #25078 -- Added support for disabled form fieldsClaude Paroz2015-07-162-0/+41
* Refs #25085 -- Used more specific assertion in widget test.Tim Graham2015-07-141-3/+3
* Fixed #25085 -- Overrode Select widget's __deepcopy__()Eric Carrillo2015-07-141-0/+15
* Fixed #25108 -- Fixed a test which failed on Pillow 2.9+Yosuke Yasuda2015-07-131-10/+14
* Refs #4960 -- Fixed selenium test failures for CharField ...Tim Graham2015-07-061-1/+10
* Fixed #4960 -- Added "strip" option to CharFieldCurtis2015-07-011-0/+12
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24948 -- Fixed crash when uploading bitmap images ...Andriy Sokolovskiy2015-06-162-0/+21
* Fixed #12437 -- Added css_classes to Form._html_output()Markus Amalthea Magnuson2015-06-071-1/+47
* Fixed #18166 -- Added form_kwargs support to formsets.Sergei Maertens2015-06-041-0/+37
* Fixed #24788 -- Allowed Forms to specify a prefix at the ...Paweł Marczewski2015-05-261-0/+12
* Refs #9230 -- Added complementary tests for widget iterat...Claude Paroz2015-05-221-0/+13
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-207-22/+22
* Fixed #24497 -- Added Widget.supports_microseconds attributewdmgsm2015-05-061-0/+12
* Fixes #24727 -- Prevented ClearableFileInput from masking...Antonio Garcia-Dominguez2015-05-041-0/+19
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-283-31/+31
* Used assertIsInstance in tests.Alasdair Nicol2015-04-272-6/+6
* Adapted form regression test to new translationsClaude Paroz2015-04-011-3/+3
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-285-2/+54
* Fixed #5986 -- Added ability to customize order of Form f...Thomas 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 wron...Claude Paroz2015-03-011-0/+3
* Removed binary input test lineClaude Paroz2015-02-271-1/+0
* Fixed #24229 -- Changed IntegerField to clean floats repr...Jon Dufresne2015-02-271-0/+17
* Fixed #24391 -- Made BoundField.value() cache callable va...Michael Angeletti2015-02-251-0/+15
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-3/+1
* Added missing return value to DurationField.prepare_value...Michael Angeletti2015-02-151-0/+1
* Fixed #24339 -- Fixed crash with empty DurationField form...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 ...Loic Bistuer2015-01-271-2/+1
* Cleaned up some forms tests.Loic Bistuer2015-01-274-875/+933