summaryrefslogtreecommitdiff
path: root/docs/ref/forms/models.txt
AgeCommit message (Expand)Author
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-02-13Fixed #24295 -- Allowed ModelForm meta to specify form field classes.Loic Bistuer
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2013-07-08Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-06-13Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...Loic Bistuer
2013-06-05Proofed the 1.6 release notesTim Graham
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-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-01-24Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...Nick Sandford
2013-01-22Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
2013-01-11Fixed #10239 - Added docs for modelform_factoryTim Graham