summaryrefslogtreecommitdiff
path: root/django/forms/models.py
AgeCommit message (Expand)Author
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
2013-11-16Fixed a regression caused by fix for #21428Anssi Kääriäinen
2013-11-16Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Fixed #20849 -- ModelForms do not work well with prefetch_related.Jim Bailey
2013-10-30Fixed #14877 -- repeated deletion using formsetsAnssi Kääriäinen
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-14Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...Loic Bistuer
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-22Fixed model.__eq__ and __hash__ for no pk value casesAnssi Kääriäinen
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-23Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objectsTim Graham
2013-07-13Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-06-13Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...Loic Bistuer
2013-06-06Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields.Stephen Burrows
2013-05-30Added missing stacklevel arg in forms/models.pyClaude Paroz
2013-05-23Made fix for #9321 less buggy and more effective.Ramiro Morales
2013-05-20Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...Ramiro Morales
2013-05-18Fixed argument order for localized_fields to ensure backwards compatibilityErik Romijn
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-13Fixed #17840 -- Generalized named placeholders in form error messagesClaude Paroz
2013-04-07Fix #15126: Better error message when passing invalid options to ModelForm.Meta.Baptiste Mispelon
2013-03-25Removed forced typecasting of help_text/label Field argumentsClaude Paroz
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Fixed #19997 -- Added custom EMPTY_VALUES to form fieldsClaude Paroz
2013-03-01Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceFieldClaude Paroz
2013-03-01Fixed #16612 -- Improved has_changed detection for localized field valuesClaude Paroz
2013-02-23Fixed #18829 -- Fixed ModelChoiceIterator lengthKlaas van Schelven