summaryrefslogtreecommitdiff
path: root/tests/model_forms
AgeCommit message (Expand)Author
9 daysFixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2026-02-10Modified tests to format PKs with %s rather than %d.Tim Graham
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2025-11-13Fixed #36724 -- Removed invalid "for" attribute on <legend> tags.Kasyap Pentamaraju
2025-11-13Fixed #36730 -- Fixed constraint validation crash for excluded FK attnames.Adam Johnson
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-06-13Refs #35676 -- Added supports_table_check_constraints skip to model_forms tests.Tim Graham
2025-04-16Americanized some spellings.Adam Johnson
2025-03-12Fixed #35676 -- Made BaseModelForm validate constraints that reference an Inl...Clifford Gama
2025-03-10Fixed #36201 -- Caught ValidationError in ModelChoiceField/ModelMultipleChoic...saJaeHyukc
2025-01-15Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...Sarah Boyce
2024-12-20Refs #35844 -- Fixed OtherModelFormTests.test_prefetch_related_queryset() tes...Mariusz Felisiak
2024-12-05Refs #32819 -- Added id to ErrorList class and template.David Smith
2024-07-22Cleaned up temporary test directories in tests.Mariusz Felisiak
2024-06-17Fixed #35483 -- Added NUL (0x00) character validation to ModelChoiceFields.Alexander Lötvall
2024-01-02Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().Salvo Polizzi
2023-11-28Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-11-28Refs #34986 -- Fixed some test assertions for PyPy.Nick Pope
2023-10-23Fixed #34899 -- Added blank choice to forms' callable choices lazily.Nick Pope
2023-07-06Fixed #32819 -- Established relationship between form fields and their help t...Gregor Jerše
2023-04-28Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp
2023-04-27Avoided creating default form fields in fields_for_model() when declared on f...Mariusz Felisiak
2022-08-08Fixed #31721 -- Allowed ModelForm meta to specify form fields.Kamil Turek
2022-07-31Fixed warnings per flake8 5.0.0.Mariusz Felisiak
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-04-18Fixed various tests on MySQL with MyISAM storage engine.Mariusz Felisiak
2022-04-14Relaxed some query ordering assertions in various tests.Mariusz Felisiak
2022-04-13Fixed #33627 -- Improved nonexistent pk in ModelMultipleChoiceFieldTests.test...SanderBeekhuis
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2021-12-09Refs #32338 -- Added Boundfield.legend_tag().David Smith
2021-09-30Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir
2021-09-09Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...Hasan Ramezani
2021-08-27Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-10-27Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on mu...alvinshaita
2020-09-25Refs #28009 -- Added empty_value tests for CharField subclasses.David Smith
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-06-26Fixed test_clean_does_deduplicate_values on Oracle after e13cfc6dfd4212ef7a40...Mariusz Felisiak
2020-06-25Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.Jon Dufresne
2020-05-18Used assertIs(…, True) in model_forms.tests.ValidationTest.Jon Dufresne
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-02-05Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...Hasan Ramezani
2020-02-05Refs #26813 -- Added test for ModelChoiceField.choices when using RadioSelect...Mariusz Felisiak
2019-12-23Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...Jon Dufresne
2019-12-11Fixed typo in ModelChoiceFieldTests.Jon Dufresne