summaryrefslogtreecommitdiff
path: root/tests/model_forms
AgeCommit message (Expand)Author
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
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-10-11Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...Etienne Chové
2019-10-11Added ModelChoiceField test for validation with to_field_name.Etienne Chové
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-04Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data().RobertAKARobin
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2019-04-03Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is...belegnar
2019-04-03Refs #30302 -- Added more tests for forms.model_to_dict().belegnar
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-12-10Moved choices inside of test models per coding style.Manan
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-07-25Refs #13091 -- Added test for commit=False idiom with partial unique_together...Carlton Gibson
2018-04-23Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.François Freitag
2018-04-23Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.François Freitag
2018-03-31Fixed #29279 -- Added renderer argument to ModelForm.Dan Watson
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-03-01Fixed #29159 -- Made ModelChoiceIterator reuse QuerySet result cache.François Freitag
2018-03-01Fixed #29158 -- Fixed len(choices) crash if ModelChoiceField's queryset is a ...François Freitag
2018-03-01Consolidated ModelChoiceField tests.François Freitag
2018-02-28Eliminated the need to modify a model forms test when new test files are added.Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne
2017-08-31Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.Tim Graham
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-07-14Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.Srinivas Reddy Thatiparthy
2017-06-30Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().Jon Dufresne
2017-06-10Refs #23919 -- Replaced stray super(ClassName, self) with super().Tom
2017-06-01Fixed #28242 -- Moved ImageField file extension validation to the form field.Manatsawin Hanmongkolchai
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-03-31Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-22Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.James Beith
2017-03-16Fixed nondeterministic ordering test failure in model_forms.Mariusz Felisiak
2017-03-15Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't share a q...Tim Graham
2017-02-28Removed obsolete references to form_for_instance().Tim Graham
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-01-31Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget...Jon Dufresne