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
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ć
2015-09-07
Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised ...
Keryn Knight
2015-08-07
Removed forms.models.save_instance() function.
Tim Graham
2015-08-07
Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...
Tim Graham
2015-07-14
Fixed #25097 -- Added BaseModelFormSet.delete_existing() hook.
Simon Litchfield
2015-06-26
Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.
Jason Hoos
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-08
Fixed #24771 -- Simplified ModelForm._post_clean()
Peter Schmidt
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-24
Fixed #24395 -- Ensured inline ModelsForms have an updated related instance.
Stanislas Guerra
2015-02-23
Fixed #24377 -- Fixed model inline formsets with primary key's that have defa...
Tim Graham
2015-02-13
Fixed #24295 -- Allowed ModelForm meta to specify form field classes.
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-17
Removed unused imports.
Tim Graham
2015-01-17
Removed Multiple/ModelChoiceField cache_choices option; refs #22838.
Tim Graham
2015-01-13
Fixed DoS possibility in ModelMultipleChoiceField.
Tim Graham
2015-01-12
Fixed #24138 -- Added modelform_factory to __all__.
Josh Schneier
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-21
Fixed typo in forms/models.py comment.
Simon Charette
2014-11-12
Fixed #23795 -- Fixed a regression in custom form fields
Baptiste Mispelon
2014-10-10
Fixed #23623 -- Reduced memory consumption when generating ModelChoiceField c...
Thomas Chaumeny
2014-09-08
Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
Petras Zdanavičius
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-07-31
Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...
Niclas Olofsson
2014-07-09
Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.
Tim Graham
2014-07-05
Fixed various minor doc typos / references.
Daniel Hahler
2014-06-20
Fixed #22838 -- Deprecated ModelChoiceField.cache_choices.
Marc Tamlyn
2014-06-04
Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and...
Anubhav Joshi
2014-05-15
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
Anders Steinlein
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-22
Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...
Tim Graham
2014-03-21
Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...
Tim Graham
[prev]
[next]