Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/models.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen2013-11-161-5/+10
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed #20849 -- ModelForms do not work well with prefetch...Jim Bailey2013-11-031-1/+5
* Fixed #14877 -- repeated deletion using formsetsAnssi Kääriäinen2013-10-301-19/+19
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #19617 -- Refactored Form metaclasses to support mo...Loic Bistuer2013-10-141-22/+26
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-3/+3
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* Fixed model.__eq__ and __hash__ for no pk value casesAnssi Kääriäinen2013-08-221-1/+5
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-4/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #10284 -- ModelFormSet.save(commit=False) no longer...Tim Graham2013-07-231-1/+2
* Fixed #20582 -- Allowed default Form.label_suffix to be t...Claude Paroz2013-07-131-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-3/+3
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-7/+25
* Refactored ValidationError to allow persisting error para...Loic Bistuer2013-06-181-10/+4
* Fixed #20000 -- Allowed ModelForm meta overrides for labe...Loic Bistuer2013-06-131-7/+49
* Fixed #12337 - Honor ModelForm.Meta.exclude when saving M...Stephen Burrows2013-06-061-1/+4
* Added missing stacklevel arg in forms/models.pyClaude Paroz2013-05-301-1/+1
* Made fix for #9321 less buggy and more effective.Ramiro Morales2013-05-231-3/+4
* Fixed #9321 -- Deprecated hard-coding of help text in mod...Ramiro Morales2013-05-201-1/+4
* Fixed argument order for localized_fields to ensure backw...Erik Romijn2013-05-181-3/+3
* Fixed #13546 -- Easier handling of localize field options...Erik Romijn2013-05-181-14/+23
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-2/+55
* Fixed #17840 -- Generalized named placeholders in form er...Claude Paroz2013-04-131-4/+4
* Fix #15126: Better error message when passing invalid opt...Baptiste Mispelon2013-04-071-0/+15
* Removed forced typecasting of help_text/label Field argum...Claude Paroz2013-03-251-2/+2
* Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-2/+2
* Fixed #20084 -- Provided option to validate formset max_n...Andrew Gorcester2013-03-211-3/+5
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-3/+3
* Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz2013-03-071-4/+3
* Fixed #18898 -- Added tests with a fix for ModelMultipleC...Claude Paroz2013-03-011-1/+1
* Fixed #16612 -- Improved has_changed detection for locali...Claude Paroz2013-03-011-0/+16
* Fixed #18829 -- Fixed ModelChoiceIterator lengthKlaas van Schelven2013-02-231-1/+2
* Fixed #15877 -- Improved exception when ModelForm has no ...Claude Paroz2013-02-231-2/+2
* Method "save" in BaseModelFormSet is marked as alters_dataKlaas van Schelven2013-02-231-0/+2
* Fixed #18906 -- Ignored to-be-deleted forms in formset va...Claude Paroz2013-02-081-13/+6
* Fixed #17683 -- Make sure `BaseModelFormSet` respects def...Simon Charette2013-02-051-1/+5
* Moved has_changed logic from widget to form fieldClaude Paroz2013-01-251-5/+4
* Fixed #17416 -- Added widgets argument to inlineformset_f...Nick Sandford2013-01-241-5/+7
* Avoided unnecessary recreation of RelatedObjectsAnssi Kääriäinen2013-01-181-3/+0
* Fixed #10239 - Added docs for modelform_factoryTim Graham2013-01-111-0/+20
* Fix #19524 -- Incorrect caching of parents of unsaved mod...Aymeric Augustin2012-12-281-1/+4
* Fixed #18172 -- Made models with __iter__ usable in Model...Patryk Zawadzki2012-12-191-1/+3
* Fixed #18949 -- Improve performance of model_to_dict with...Anton I. Sipos2012-11-051-1/+1