Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25496 -- Made ModelChoiceField respect prefetch_re...Tim Graham2015-10-061-1/+3
* Fixed #25431 -- Readded inline foreign keys to modelforms...Claude Paroz2015-09-211-5/+5
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+6
* Fixed #24706 -- Made ModelForm._post_clean() handle a Val...Keryn Knight2015-09-071-3/+13
* Removed forms.models.save_instance() function.Tim Graham2015-08-071-58/+42
* Fixed #25241 -- Corrected ModelForm.save() error message ...Tim Graham2015-08-071-1/+1
* Fixed #25097 -- Added BaseModelFormSet.delete_existing() ...Simon Litchfield2015-07-141-2/+6
* Fixed #24958 -- Fixed inline forms using UUID-PK parents ...Jason Hoos2015-06-261-3/+8
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #24771 -- Simplified ModelForm._post_clean()Peter Schmidt2015-05-081-7/+1
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-021-14/+10
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-15/+15
* Fixed #24395 -- Ensured inline ModelsForms have an update...Stanislas Guerra2015-02-241-0/+4
* Fixed #24377 -- Fixed model inline formsets with primary ...Tim Graham2015-02-231-1/+9
* Fixed #24295 -- Allowed ModelForm meta to specify form fi...Loic Bistuer2015-02-131-8/+24
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+10
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed unused imports.Tim Graham2015-01-171-2/+0
* Removed Multiple/ModelChoiceField cache_choices option; r...Tim Graham2015-01-171-24/+6
* Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham2015-01-131-5/+23
* Fixed #24138 -- Added modelform_factory to __all__.Josh Schneier2015-01-121-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-3/+4
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-2/+1
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Fixed typo in forms/models.py comment.Simon Charette2014-11-211-1/+1
* Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon2014-11-121-4/+13
* Fixed #23623 -- Reduced memory consumption when generatin...Thomas Chaumeny2014-10-101-2/+2
* Fixed #23451 -- Fixed typo in inlineformset_factory() err...Petras Zdanavičius2014-09-081-1/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-4/+14
* Fixed #23162 -- Renamed forms.Field._has_changed() to has...Gabriel Muñumel2014-08-151-3/+3
* Fixed #22808 -- Made ModelMultipleChoiceField validation ...Niclas Olofsson2014-07-311-2/+2
* Fixed #13794 -- Fixed to_field usage in BaseInlineFormSet.Tim Graham2014-07-091-1/+5
* Fixed various minor doc typos / references.Daniel Hahler2014-07-061-1/+1
* Fixed #22838 -- Deprecated ModelChoiceField.cache_choices.Marc Tamlyn2014-06-201-2/+10
* Fixed #13776 -- Fixed ModelForm.is_valid() exception with...Anubhav Joshi2014-06-041-2/+9
* Fixed #17642 -- Added min_num support to modelformsets, i...Anders Steinlein2014-05-151-4/+8
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-4/+4
* Made ModelForms raise ImproperlyConfigured if the list of...Tim Graham2014-03-221-24/+14
* Removed hard-coded help_text for ManyToManyFields that us...Tim Graham2014-03-221-6/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-5/+7
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-111-1/+12
* Fixed #16192 -- Made unique error messages in ModelForm c...Loic Bistuer2014-02-081-5/+11
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-4/+12
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+1
* Fixed #21568 -- Added missing ModelMultipleChoiceField to...Claude Paroz2013-12-071-0/+6
* Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer2013-11-291-25/+18
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-3/+3
* Fixed #21489 -- Make formsets directly importable from dj...Loic Bistuer2013-11-261-1/+2
* Fixed #21472 -- Fixed inline formsets display when parent...Claude Paroz2013-11-201-1/+1
* Fixed a regression caused by fix for #21428Anssi Kääriäinen2013-11-161-1/+5