index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
formfields.py
Age
Commit message (
Expand
)
Author
2005-11-16
Changed FormWrapper.fields (from [1253]) to be a property, so that it's only ...
Adrian Holovaty
2005-11-15
Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th...
Jacob Kaplan-Moss
2005-11-09
Factored FORM_FIELD_ID_PREFIX out into a get_id() method in formfields.py -- ...
Adrian Holovaty
2005-10-29
Fixed #675: PasswordFields now respect length and maxlength params
Jacob Kaplan-Moss
2005-10-12
Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st...
Adrian Holovaty
2005-10-06
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...
Adrian Holovaty
2005-09-27
Fixed #213 -- Improved formfields.TimeField.html2python() so that it doesn't ...
Adrian Holovaty
2005-09-23
Fixed #264 -- Added django.core.validators.isValidIPAddress4. Thanks, Hugo an...
Adrian Holovaty
2005-09-13
Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty