index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-06
Fixed #27416 -- Prevented ModelFormSet from creating objects for invalid PKs ...
Hiroki Kiyohara
2016-12-02
Fixed #27563 -- Moved "apply limit_choices_to" code from BaseModelForm to fie...
Jon Dufresne
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-01
Refs #27039 -- Fixed regression with field defaults in prefixed forms.
Alex Hill
2016-08-24
Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
Tim Graham
2016-07-30
Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.
Tim Graham
2016-06-09
Fixed #26734 -- Made iterator class configurable on ModelChoiceField.
David Sanders
2016-05-11
Refs #24227 -- Removed ManyToManyField special casing in model_to_dict().
Tim Graham
2016-04-26
Fixed #21332, #26538 -- Fixed inconsistent and duplicate form fields on inlin...
David Sanders
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-26
Fixed #25987 -- Made inline formset validation respect unique_together with a...
Simon Charette
2016-03-25
Removed unnecessary type creation in modelforset_factory.
Simon Charette
2016-03-19
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-02-26
Fixed #24974 -- Fixed inheritance of formfield_callback for modelform_factory...
Yoong Kang Lim
2016-02-21
Fixed #26238 -- Raised explicit error for non-editable field in ModelForm
Claude Paroz
2016-02-19
Fixed #25349 -- Allowed a ModelForm to unset a fields with blank=True, requir...
haxoza
2015-11-09
Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
Marti Raudsepp
2015-10-05
Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Tim Graham
2015-09-21
Fixed #25431 -- Readded inline foreign keys to modelformset instances
Claude Paroz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
[next]