summaryrefslogtreecommitdiff
path: root/django/forms/models.py
AgeCommit message (Expand)Author
2015-11-09[1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Mana...Marti Raudsepp
2015-10-05[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().Tim Graham
2015-09-21Fixed #25431 -- Readded inline foreign keys to modelformset instancesClaude Paroz
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-07Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised ...Keryn Knight
2015-08-07Removed forms.models.save_instance() function.Tim Graham
2015-08-07Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...Tim Graham
2015-07-14Fixed #25097 -- Added BaseModelFormSet.delete_existing() hook.Simon Litchfield
2015-06-26Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children.Jason Hoos
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-08Fixed #24771 -- Simplified ModelForm._post_clean()Peter Schmidt
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-02-24Fixed #24395 -- Ensured inline ModelsForms have an updated related instance.Stanislas Guerra
2015-02-23Fixed #24377 -- Fixed model inline formsets with primary key's that have defa...Tim Graham
2015-02-13Fixed #24295 -- Allowed ModelForm meta to specify form field classes.Loic Bistuer
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-17Removed unused imports.Tim Graham
2015-01-17Removed Multiple/ModelChoiceField cache_choices option; refs #22838.Tim Graham
2015-01-13Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-12Fixed #24138 -- Added modelform_factory to __all__.Josh Schneier
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-21Fixed typo in forms/models.py comment.Simon Charette
2014-11-12Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon
2014-10-10Fixed #23623 -- Reduced memory consumption when generating ModelChoiceField c...Thomas Chaumeny
2014-09-08Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-07-31Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...Niclas Olofsson
2014-07-09Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-06-20Fixed #22838 -- Deprecated ModelChoiceField.cache_choices.Marc Tamlyn
2014-06-04Fixed #13776 -- Fixed ModelForm.is_valid() exception with non-nullable FK and...Anubhav Joshi
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-21Removed hard-coded help_text for ManyToManyFields that use a SelectMultiple w...Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-07Fixed #21568 -- Added missing ModelMultipleChoiceField to_python methodClaude Paroz
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-25Fixed #21489 -- Make formsets directly importable from django.forms.Loic Bistuer
2013-11-20Fixed #21472 -- Fixed inline formsets display when parent pk is 0Claude Paroz