Commit History

Author SHA1 Message Date
  Loic Bistuer 00a889167f Fixed #24295 -- Allowed ModelForm meta to specify form field classes. 10 years ago
  Duane Hilton 054bdfeff1 Fixed #17638 -- Added crosslinks between topic and reference guides. 10 years ago
  Anders Steinlein 4ef10f245a Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. 11 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
  Tim Graham ee4edb1eda Made ModelForms raise ImproperlyConfigured if the list of fields is not specified. 11 years ago
  Tim Graham 181f63c22d Fixed #12346 -- Added a note on how to validate InlineFormSets. 11 years ago
  Loic Bistuer 9e50833e22 Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and error_messages 12 years ago
  Tim Graham bb863faecd Proofed the 1.6 release notes 11 years ago
  Erik Romijn 756b81dbd1 Fixed #13546 -- Easier handling of localize field options in ModelForm 12 years ago
  Luke Plant f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 12 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Andrew Gorcester f9ab543720 Fixed #20084 -- Provided option to validate formset max_num on server. 12 years ago
  Nick Sandford 93e79b45bc Fixed #17416 -- Added widgets argument to inlineformset_factory and modelformset_factory 12 years ago
  Tim Graham 5b2d9bacd2 Fixed #19640 - Added inlineformset_factory to reference docs. 12 years ago
  Tim Graham 71d76ec011 Fixed #10239 - Added docs for modelform_factory 12 years ago