summaryrefslogtreecommitdiff
path: root/tests/forms_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Used subTest() in forms.URLField() tests.Mariusz Felisiak2021-12-161-131/+99
* Added test for field names of ManagementForm.Adam Johnson2021-12-101-1/+16
* Refs #32338 -- Added Boundfield.legend_tag().David Smith2021-12-094-12/+121
* Updated translations from Transifex.Mariusz Felisiak2021-12-061-1/+1
* Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.David Smith2021-11-052-3/+16
* Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson2021-10-211-1/+2
* Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFie...David Smith2021-09-294-0/+34
* Fixed #33130 -- Restored form errors to be a dict.Jaap Roes2021-09-242-0/+47
* Refs #31026 -- Fixed forms_tests if Jinja2 is not installed.Mariusz Felisiak2021-09-215-35/+45
* Fixed #31026 -- Switched form rendering to template engine.David Smith2021-09-208-137/+293
* Refs #31026 -- Added extra form render tests.David Smith2021-09-171-0/+36
* Refs #31026 -- Moved Template tests to separate class.David Smith2021-09-171-234/+343
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-1414-34/+58
* Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith2021-08-274-230/+207
* Refs #29205 -- Added MultiValueField test for rendering of optional subfields.David Smith2021-08-101-3/+37
* Fixed #29205 -- Corrected rendering of required attributes for MultiValueFiel...Jacob Walls2021-08-041-0/+22
* Fixed #32855 -- Corrected BoundWidget.id_for_label() with custom auto_id.Jacob Rief2021-08-041-1/+17
* Fixed #32984 -- Allowed customizing a deletion field widget in formsets.Ties Jan Hefting2021-08-031-0/+32
* Fixed typos in tests/forms_tests/tests/test_formsets.py.Ties Jan Hefting2021-08-031-3/+3
* Refs #32956 -- Updated words ending in -wards.David Smith2021-07-301-1/+1
* Fixed #32949 -- Restored invalid number handling in DecimalField.validate().yakimka2021-07-211-1/+1
* Fixed #32924 -- Changed BaseForm.get_initial_for_field() to remove microsecon...Chris Jerdonek2021-07-161-0/+14
* Refs #32924 -- Changed test_initial_datetime_values() to use subTests.Chris Jerdonek2021-07-161-6/+12
* Refs #32924 -- Changed test_get_initial_for_field() to use subTests.Chris Jerdonek2021-07-161-6/+13
* Fixed #32920 -- Changed BaseForm to access its values through bound fields.Chris Jerdonek2021-07-151-5/+37
* Fixed #32905 -- Added CSS class for non-form errors of formsets.Ties Jan Hefting2021-07-151-0/+14
* Fixed #32807 -- Fixed JSONField crash when redisplaying None values.Dan Strokirk2021-06-281-0/+15
* Refs #32338 -- Removed 'for ="..."' from RadioSelect's <label>.David Smith2021-06-222-8/+9
* Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.Nick Pope2021-05-121-1/+2
* Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner2021-05-041-2/+4
* Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...Jerin Peter George2021-01-261-0/+13
* Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per depreca...Mariusz Felisiak2021-01-141-23/+1
* Fixed #22276 -- Fixed crash when formset management form is invalid.Jon Dufresne2020-11-051-6/+62
* Fixed #13060 -- Improved error message when ManagementForm data is missing.manav0142020-10-211-1/+4
* Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz2020-10-171-0/+12
* Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao2020-10-091-0/+6
* Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange2020-09-281-6/+6
* Refs #28009 -- Added empty_value tests for CharField subclasses.David Smith2020-09-254-0/+18
* Added assertions for cleaning None values for forms.JSONField and forms.UUIDF...David Smith2020-09-252-4/+4
* Fixed #30563 -- Optimized form Media by removing duplicated assets when adding.David Smith2020-09-241-0/+54
* Refs #30563 -- Added tests for merging form Media with different ordering.David Smith2020-09-241-0/+4
* Corrected docstring quotes in various code.Mariusz Felisiak2020-09-222-2/+2
* Fixed #31806 -- Made validators include the value in ValidationErrors.Jon Dufresne2020-07-271-0/+63
* Refs #31806 -- Added tests for including the value in some ValidationErrors.Jon Dufresne2020-07-271-0/+41
* Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.Claude Paroz2020-07-101-2/+7
* Fixed #9061 -- Allowed FormSets to disable deleting extra forms.David Smith2020-06-241-0/+45
* Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...David Smith2020-06-051-0/+49
* Refs #20347 -- Added test for formset_factory()'s absolute_max default.David Smith2020-06-051-0/+15
* Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina2020-06-011-0/+15
* Removed unused variable in test_datetimefield_clean_input_formats.David Smith2020-05-201-1/+0