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
2015-11-09
[1.8.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Mana...
Marti Raudsepp
2015-10-05
[1.8.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Tim Graham
2015-09-21
[1.8.x] Fixed #25431 -- Readded inline foreign keys to modelformset instances
Claude Paroz
2015-06-26
[1.8.x] Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK...
Jason Hoos
2015-02-24
[1.8.x] Fixed #24395 -- Ensured inline ModelsForms have an updated related in...
Stanislas Guerra
2015-02-23
[1.8.x] Fixed #24377 -- Fixed model inline formsets with primary key's that h...
Tim Graham
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
[1.8.x] Fixed typos in code comments.
Adam Taylor
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
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-11
Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.
Christopher Adams
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-07
Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method
Claude Paroz
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-25
Fixed #21489 -- Make formsets directly importable from django.forms.
Loic Bistuer
2013-11-20
Fixed #21472 -- Fixed inline formsets display when parent pk is 0
Claude Paroz
2013-11-16
Fixed a regression caused by fix for #21428
Anssi Kääriäinen
2013-11-16
Fixed #21428 -- editable GenericRelation regression
Anssi Kääriäinen
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-03
Fixed #20849 -- ModelForms do not work well with prefetch_related.
Jim Bailey
2013-10-30
Fixed #14877 -- repeated deletion using formsets
Anssi Kääriäinen
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...
Loic Bistuer
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
[next]