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
/
django
/
forms
/
forms.py
Age
Commit message (
Expand
)
Author
2009-04-18
Fixed #10002: inline file uploads now correctly display prior data. Thanks, d...
Jacob Kaplan-Moss
2009-03-31
Forms in model formsets and inline formsets can now be deleted even if they d...
Joseph Kocherhans
2008-12-08
Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in th...
Adrian Holovaty
2008-12-05
Added a way to iterate over hidden/visible fields in a form. Useful for manual
Malcolm Tredinnick
2008-11-06
Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...
Karen Tracey
2008-09-18
Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...
Malcolm Tredinnick
2008-09-01
Removed a conditional that slipped by that makes inline model formsets fail v...
Brian Rosner
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-08-31
Fixed #5216 -- Fixed a case of a string not being a unicode string.
Malcolm Tredinnick
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss