summaryrefslogtreecommitdiff
path: root/django/core/formfields.py
AgeCommit message (Expand)Author
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