Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/forms/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-161-0/+1
* Fixed #21489 -- Make formsets directly importable from dj...Loic Bistuer2013-11-261-0/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-5/+5
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Removed obsolete comment.Aymeric Augustin2013-01-151-8/+0
* Remove all relative imports. We have always been at war ...Alex Gaynor2011-10-181-4/+6
* Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans2010-01-051-1/+1
* Fixed #7741: django.newforms is now django.forms. This is...Jacob Kaplan-Moss2008-07-191-1/+17
* Changed django.forms to remove duplicate code and import ...Adrian Holovaty2006-12-221-1008/+1
* Fixed #2899: added defaults for data and error_dict param...Jacob Kaplan-Moss2006-11-061-2/+7
* Fixed #2300 -- Added required "value" attribute to Checkb...Malcolm Tredinnick2006-09-261-1/+2
* Fixed #2727 -- Fixed problem with serialising error messa...Malcolm Tredinnick2006-09-241-2/+2
* Fixed #2599 -- Fixed rendering problem in comma-separated...Malcolm Tredinnick2006-09-231-0/+7
* Fixed #2579 -- Fixed a problem with empty raw_id_admin fo...Malcolm Tredinnick2006-09-231-1/+4
* Fixed #2760 -- Fixed validation of negative float amounts...Malcolm Tredinnick2006-09-221-1/+1
* Fixed #2685 -- Correctly process blank input for USStateF...Malcolm Tredinnick2006-09-221-4/+1
* Fixed #2640 -- Allow is_required for CheckboxField classe...Malcolm Tredinnick2006-09-221-2/+2
* Fixed #2761 -- Apply escaping to values in form checkbox ...Malcolm Tredinnick2006-09-211-2/+2
* Fixed #1767 -- boolean fields may now have validators! T...Jacob Kaplan-Moss2006-07-281-2/+4
* Fixed #1980, #2155 -- made date, time and datetime html2p...Malcolm Tredinnick2006-07-051-10/+13
* Fixed #2190 -- Now allowing NullBooleanField to be given ...Adrian Holovaty2006-06-201-1/+1
* Fixed #1756 -- Permit selecting no file in a FilePathFiel...Malcolm Tredinnick2006-06-191-1/+2
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-4/+4
* Fixed #2116 -- Added ul_class parameter to CheckboxSelect...Adrian Holovaty2006-06-081-2/+3
* Eliminated lots of mutable default arguments (since they ...Luke Plant2006-06-031-23/+48
* Fixed #2045 - TypeError thrown if a form does not have th...Luke Plant2006-06-011-1/+5
* Fixed #2020 -- <option> values are now escaped in SelectM...Adrian Holovaty2006-05-311-1/+1
* Fixed #1477 -- Made maxlength overridablef for URLField f...Adrian Holovaty2006-05-091-2/+2
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+959