summaryrefslogtreecommitdiff
path: root/docs/ref/forms/models.txt
AgeCommit message (Expand)Author
2026-01-08Fixed a typo in docs/ref/forms/models.txt.Jacob Walls
2025-08-29Fixed #35831 -- Documented the model form meta API in model form reference docs.Mustafa Pirbhai
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-01-27Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2020-08-18Refs #17642 -- Doc'd min_num and validate_min arguments in modelformset_facto...Mariusz Felisiak
2020-06-24Fixed #9061 -- Allowed FormSets to disable deleting extra forms.David Smith
2020-06-05Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...David Smith
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