summaryrefslogtreecommitdiff
path: root/django/forms/models.py
AgeCommit message (Expand)Author
2008-09-03Fixed #8841 -- Fixed a case of ForeignKeys to models constructed withMalcolm Tredinnick
2008-09-02Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and mir.Jacob Kaplan-Moss
2008-09-02Fixed #8795: unique_together validation no longer fails on model forms that e...Jacob Kaplan-Moss
2008-09-01Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...Brian Rosner
2008-09-01Fixup for Python 2.3.Malcolm Tredinnick
2008-09-01Fixed #8777: use better capitalization in unique together error message. Than...Jacob Kaplan-Moss
2008-09-01Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...Jacob Kaplan-Moss
2008-08-31Enforce max_num=1 on inline model formsets that have a unique foreign key to ...Brian Rosner
2008-08-31Fixed handling of primary keys in model formsets. Model formsets should now w...Brian Rosner
2008-08-29Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...Brian Rosner
2008-08-27Fixed #7289 -- Made ModelForms behave like Forms in the sense that FieldMalcolm Tredinnick
2008-08-25Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks...Brian Rosner
2008-08-23Fixed #7244 -- Allow widget overriding in subclasses for ModelChoiceField,Malcolm Tredinnick
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-08Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset. It has...Brian Rosner
2008-08-01Ensure that custom primary keys are always shown on a formset. Refs #7938. Th...Brian Rosner
2008-08-01Fixed #8030 - use super() in BaseModelFormLuke Plant
2008-08-01Modified inline handling to allow for an inline formset to be displayed when ...Russell Keith-Magee
2008-07-23Added the ability to customize the prefix value on an inline formset. Fixes #...Brian Rosner
2008-07-23Made the semi-private _max_form_count live on the public API of formsets by r...Brian Rosner
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss