Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/forms_tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-271-1/+2
| | | | reverse side of a related set.
* Fixed #25567 -- Removed obsolete MEDIA_URL fallback in ↵Claude Paroz2015-10-191-526/+6
| | | | Media.absolute_path
* Refs #23162 -- Removed forms.Field._has_changed() method.Tim Graham2015-09-241-5/+1
| | | | Per deprecation timeline.
* Refs #23151 -- Removed RegexField.error_message per ↵Tim Graham2015-09-241-7/+0
| | | | deprecation timeline.
* Fixed #25410 -- Fixed empty ClearableFileInput crash on ↵Tim Graham2015-09-231-19/+0
| | | | | | | | | Python 2. Reverted "Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2" and added a regression test. This reverts commit 5c412dd8a724b263489c1bd7a2fea381460665d7.
* 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
| | | | | | This is preparation for landing the template-based widget rendering patch and goes a long way to making these tests more useful for future development. The old doctest heritage is strong here.
* 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 ↵Flavio Curella2015-07-282-2/+4
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25129 -- Made model instance defaults work with ↵Tim Graham2015-07-211-1/+1
| | | | migrations (refs #24919).
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-14/+54
|
* Fixed #16501 -- Added an allow_unicode parameter to ↵Edward Henderson2015-07-171-0/+10
| | | | | | SlugField. Thanks Flavio Curella and Berker Peksag for the initial patch.
* Fixed #25078 -- Added support for disabled form fieldsClaude Paroz2015-07-162-0/+41
| | | | Thanks Keryn Knight and Tim Graham for the reviews.
* 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
| | | | strip changes.
* Fixed #4960 -- Added "strip" option to CharFieldCurtis2015-07-011-0/+12
|
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24948 -- Fixed crash when uploading bitmap images ↵Andriy Sokolovskiy2015-06-162-0/+21
| | | | in forms.ImageField
* 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
| | | | | | | | By specifying form_kwargs when instantiating the formset, or overriding the `get_form_kwargs` method on a formset class, you can pass extra keyword arguments to the underlying `Form` instances. Includes tests and documentation update.
* Fixed #24788 -- Allowed Forms to specify a prefix at the ↵Paweł Marczewski2015-05-261-0/+12
| | | | class level.
* Refs #9230 -- Added complementary tests for widget ↵Claude Paroz2015-05-221-0/+13
| | | | iterations
* 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 ↵Antonio Garcia-Dominguez2015-05-041-0/+19
| | | | masking exceptions on Python 2
* Fixed #24714 -- Used more specific assertions than ↵Alasdair Nicol2015-04-283-31/+31
| | | | assertEqual in tests.
* 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 ↵Moritz Sichert2015-03-285-2/+54
| | | | elements in non-Django templates.
* Fixed #5986 -- Added ability to customize order of Form ↵Thomas Tanner2015-03-161-0/+43
| | | | fields
* Fixed #24428 -- Fixed has_changed for fields with coercionClaude Paroz2015-03-051-0/+1
| | | | Thanks Carsten Fuchs for the report.
* Fixed #17401 -- Made SelectDateWidget.render reflect ↵Claude Paroz2015-03-011-0/+3
| | | | | | wrong value Thanks Marcin Wrobel for the initial patch.
* Removed binary input test lineClaude Paroz2015-02-271-1/+0
| | | | | That line was inconveniently introduced by the committer (me) in 3b966c2b73. Sorry!
* Fixed #24229 -- Changed IntegerField to clean floats ↵Jon Dufresne2015-02-271-0/+17
| | | | representing integers
* Fixed #24391 -- Made BoundField.value() cache callable ↵Michael Angeletti2015-02-251-0/+15
| | | | values.
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-3/+1
| | | | | | | Dropped the DJANGO_TEST_TEMP_DIR environment variable. Before this change, proper removal depended on the developer passing dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions.
* Added missing return value to ↵Michael Angeletti2015-02-151-0/+1
| | | | DurationField.prepare_value(); refs #24339.
* Fixed #24339 -- Fixed crash with empty DurationField ↵Michael Angeletti2015-02-141-1/+10
| | | | form field.
* Tested DecimalField with scientific notationClaude Paroz2015-02-061-0/+7
| | | | Refs #15775.
* 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
| | | | | | | | other widgets and deprecated django.forms.extras. Thanks Berker Peksag and Tim Graham for the reviews.
* Cleaned up some forms tests.Loic Bistuer2015-01-274-875/+933
| | | | Thanks Berker Peksag and Tim Graham for the reviews. Refs #24219.