summaryrefslogtreecommitdiff
path: root/django/forms/forms.py
AgeCommit message (Expand)Author
2008-09-01Removed a conditional that slipped by that makes inline model formsets fail v...Brian Rosner
2008-09-01Fixed #7975 -- Callable defaults in inline model formsets now work correctly....Brian Rosner
2008-08-31Fixed #5216 -- Fixed a case of a string not being a unicode string.Malcolm Tredinnick
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss