index
:
django.git
fix-31295
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
/
__init__.py
Age
Commit message (
Expand
)
Author
2015-09-16
Refs #25294 -- Moved BoundField to django.forms.boundfield.
Moritz Sichert
2013-11-25
Fixed #21489 -- Make formsets directly importable from django.forms.
Loic Bistuer
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-01-15
Removed obsolete comment.
Aymeric Augustin
2011-10-18
Remove all relative imports. We have always been at war with relative imports.
Alex Gaynor
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2006-12-22
Changed django.forms to remove duplicate code and import from django.oldforms...
Adrian Holovaty
2006-11-06
Fixed #2899: added defaults for data and error_dict params to FormWrapper. T...
Jacob Kaplan-Moss
2006-09-26
Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField
Malcolm Tredinnick
2006-09-24
Fixed #2727 -- Fixed problem with serialising error messages from validation.
Malcolm Tredinnick
2006-09-23
Fixed #2599 -- Fixed rendering problem in comma-separated integer fields.
Malcolm Tredinnick
2006-09-23
Fixed #2579 -- Fixed a problem with empty raw_id_admin form fields. Thanks to
Malcolm Tredinnick
2006-09-22
Fixed #2760 -- Fixed validation of negative float amounts in forms. Thanks,
Malcolm Tredinnick
2006-09-22
Fixed #2685 -- Correctly process blank input for USStateField elements. Thanks,
Malcolm Tredinnick
2006-09-22
Fixed #2640 -- Allow is_required for CheckboxField classes (defaults to False,
Malcolm Tredinnick
2006-09-21
Fixed #2761 -- Apply escaping to values in form checkbox attributes.
Malcolm Tredinnick
2006-07-28
Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph.
Jacob Kaplan-Moss
2006-07-05
Fixed #1980, #2155 -- made date, time and datetime html2python methods a bit
Malcolm Tredinnick
2006-06-20
Fixed #2190 -- Now allowing NullBooleanField to be given None
Adrian Holovaty
2006-06-19
Fixed #1756 -- Permit selecting no file in a FilePathField with blank = True.
Malcolm Tredinnick
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thank...
Adrian Holovaty
2006-06-03
Eliminated lots of mutable default arguments (since they are bugs
Luke Plant
2006-06-01
Fixed #2045 - TypeError thrown if a form does not have the correct enctype fo...
Luke Plant
2006-05-31
Fixed #2020 -- <option> values are now escaped in SelectMultipleField
Adrian Holovaty
2006-05-09
Fixed #1477 -- Made maxlength overridablef for URLField formfield
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty