index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
forms
/
models.txt
Age
Commit message (
Expand
)
Author
2014-05-15
[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...
Anders Steinlein
2013-07-08
Fixed #12346 -- Added a note on how to validate InlineFormSets.
Tim Graham
2013-06-13
Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...
Loic Bistuer
2013-06-05
Proofed the 1.6 release notes
Tim Graham
2013-05-18
Fixed #13546 -- Easier handling of localize field options in ModelForm
Erik Romijn
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-01-24
Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...
Nick Sandford
2013-01-22
Fixed #19640 - Added inlineformset_factory to reference docs.
Tim Graham
2013-01-11
Fixed #10239 - Added docs for modelform_factory
Tim Graham