summaryrefslogtreecommitdiff
path: root/django/forms/forms.py
AgeCommit message (Expand)Author
2012-02-05Made a minor tweak to a doctoring in `django/forms.forms.py` that was missed ...Julien Phalip
2012-01-19Clean up the form's code a little bit, to make it more consistantly go throug...Alex Gaynor
2011-12-07Changed BoundField.subwidgets() to return SubWidget objects instead of render...Adrian Holovaty
2011-12-07Made BoundFields iterable, so that you can iterate over individual radio butt...Adrian Holovaty
2011-10-18Remove comments referencing encryption. Django doesn't do encryption.Paul McMillan
2011-10-17Remove more relative imports (I will kill them all).Alex Gaynor
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2010-11-28Fixes #10427 -- Abstract the value generation of a BoundFieldChris Beaven
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-08-14Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many...Russell Keith-Magee
2010-08-07Fixed #8426 - 'helptext' CSS class - hopefully for real this time.Luke Plant
2010-08-06Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...Russell Keith-Magee
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-03-27Fixed #13032 - Added localize parameter to form fields to be able to selecti...Jannis Leidel
2010-03-16Fixed #12434: Made pretty_name handle empty string and None as input. Thanks ...Karen Tracey
2010-03-06Fixed #12960. The return value of ModelForm.clean() is now applied to the mod...Joseph Kocherhans
2010-01-21Fixed #12596. Calling super from a ModelForm's clean method is once again opt...Joseph Kocherhans
2010-01-09Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo...Jannis Leidel
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-12Fixed #3512: it's now possible to add CSS hooks to required/erroneous form ro...Jacob Kaplan-Moss
2009-12-12Fixed #11632: Fixed the id for hidden initial widget so that it is different ...Karen Tracey
2009-09-11Fixed #10968 - Form.errors should use Form.error_class.Luke Plant
2009-04-18Fixed #10002: inline file uploads now correctly display prior data. Thanks, d...Jacob Kaplan-Moss
2009-03-31Forms in model formsets and inline formsets can now be deleted even if they d...Joseph Kocherhans
2008-12-08Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in th...Adrian Holovaty
2008-12-05Added a way to iterate over hidden/visible fields in a form. Useful for manualMalcolm Tredinnick
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-09-18Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...Malcolm Tredinnick
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