summaryrefslogtreecommitdiff
path: root/django/core/formfields.py
AgeCommit message (Expand)Author
2007-09-170.91-bugfixes: Backport [3785] from Django trunkJames Bennett
2007-06-210.91-bugfixes: Fixed a subtle bug with mutable default arguments to form fiel...James Bennett
2007-03-09Backing out [4694] because it looks like the version on trunk caused problemsJames Bennett
2007-03-090.91-bugfixes: backporting [4693] as the other half of the fix in [4673]James Bennett
2006-02-27Fixed #1336 -- made USStateField work correctly when data is None (thanks, ch...Jacob Kaplan-Moss
2006-02-17Fixed #1357 and #614 -- <select> formfields now escape valuesAdrian Holovaty
2006-01-09Fixed #1195 -- Fixed formfields.TimeField bug introduced in [1872]Adrian Holovaty
2006-01-09Fixed #1188 -- Changed TimeField.html2python to handle microseconds. Thanks, ...Adrian Holovaty
2005-12-19Changed django.core.formfields.CheckboxSelectMultipleField NOT to use the '_'...Adrian Holovaty
2005-12-09Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_i...Adrian Holovaty
2005-11-29Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were...Adrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-11-25Added translation strings to core/formfields.py. Taken from new-admin.Adrian Holovaty
2005-11-20Gave formfields.EmailField a maxlength kwargAdrian Holovaty
2005-11-16Changed FormWrapper.fields (from [1253]) to be a property, so that it's only ...Adrian Holovaty
2005-11-15Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th...Jacob Kaplan-Moss
2005-11-09Factored FORM_FIELD_ID_PREFIX out into a get_id() method in formfields.py -- ...Adrian Holovaty
2005-10-29Fixed #675: PasswordFields now respect length and maxlength paramsJacob Kaplan-Moss
2005-10-12Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st...Adrian Holovaty
2005-10-06Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...Adrian Holovaty
2005-09-27Fixed #213 -- Improved formfields.TimeField.html2python() so that it doesn't ...Adrian Holovaty
2005-09-23Fixed #264 -- Added django.core.validators.isValidIPAddress4. Thanks, Hugo an...Adrian Holovaty
2005-09-13Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty