index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
/
models.py
Age
Commit message (
Expand
)
Author
2021-01-26
Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...
Jerin Peter George
2021-01-14
Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per depreca...
Mariusz Felisiak
2020-10-27
Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on mu...
alvinshaita
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-06-24
Fixed #9061 -- Allowed FormSets to disable deleting extra forms.
David Smith
2020-06-05
Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...
David Smith
2020-03-12
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...
David Smith
2020-02-05
Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...
Hasan Ramezani
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-12-23
Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...
Jon Dufresne
2019-12-17
Fixed #31086 -- Improved error message for admin model inlines with more than...
Shubham singh
2019-11-28
Refs #23919 -- Replaced super(...) with super() in metaclasses.
Jon Dufresne
2019-10-11
Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...
Etienne Chové
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-20
Added missing form argument in modelform_factory() docstring.
Tobias Kunze
2019-06-04
Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data().
RobertAKARobin
2019-04-03
Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is...
belegnar
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-01
Fixed #29981 -- Fixed inline formsets with a OnetoOneField primary key that u...
Patrik Sletmo
2018-08-21
Fixed #29696 -- Prevented BaseModelFormSet.initial_form_count()'s from treati...
Jon Dufresne
2018-07-30
Fixed #26819 -- Fixed BaseModelFormSet.validate_unique() "unhashable type: li...
Demur Nodia
2018-06-07
Fixed #29474 -- Simplified BaseInlineFormset.save_new().
Tim Graham
2018-04-23
Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.
François Freitag
2018-04-23
Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient.
François Freitag
2018-03-31
Fixed #29279 -- Added renderer argument to ModelForm.
Dan Watson
2018-03-01
Fixed #29159 -- Made ModelChoiceIterator reuse QuerySet result cache.
François Freitag
2018-03-01
Fixed #29158 -- Fixed len(choices) crash if ModelChoiceField's queryset is a ...
François Freitag
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-13
Merged isinstance() calls.
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-07-29
Avoided creation of temporary sets.
Sergey Fedoseev
2017-07-14
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
Srinivas Reddy Thatiparthy
2017-07-11
Fixed #22229 -- Added primary key validation to BaseModelFormSet._construct_f...
Jon Dufresne
2017-06-30
Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().
Jon Dufresne
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-10
Refs #23919 -- Replaced stray super(ClassName, self) with super().
Tom
2017-06-03
Fixed #28192 -- Required passing optional form field args as keyword args.
Claude Paroz
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-03
Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using sa...
Alexander Kavanaugh
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-03-22
Fixed #27975 -- Fixed crash if ModelChoiceField's queryset=None.
James Beith
2017-03-20
Fixed #27957 -- Removed technical terms from InlineForeignKeyField/ModelMulti...
Jon Dufresne
2017-03-15
Refs #27563 -- Fixed ModelChoiceField.__deepcopy__() so forms don't share a q...
Tim Graham
2017-02-20
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
[next]