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
2007-09-17
0.91-bugfixes: Backport [3785] from Django trunk
James Bennett
2007-06-21
0.91-bugfixes: Fixed a subtle bug with mutable default arguments to form fiel...
James Bennett
2007-03-09
Backing out [4694] because it looks like the version on trunk caused problems
James Bennett
2007-03-09
0.91-bugfixes: backporting [4693] as the other half of the fix in [4673]
James Bennett
2006-02-27
Fixed #1336 -- made USStateField work correctly when data is None (thanks, ch...
Jacob Kaplan-Moss
2006-02-17
Fixed #1357 and #614 -- <select> formfields now escape values
Adrian Holovaty
2006-01-09
Fixed #1195 -- Fixed formfields.TimeField bug introduced in [1872]
Adrian Holovaty
2006-01-09
Fixed #1188 -- Changed TimeField.html2python to handle microseconds. Thanks, ...
Adrian Holovaty
2005-12-19
Changed django.core.formfields.CheckboxSelectMultipleField NOT to use the '_'...
Adrian Holovaty
2005-12-09
Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_i...
Adrian Holovaty
2005-11-29
Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were...
Adrian Holovaty
2005-11-25
MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...
Adrian Holovaty
2005-11-25
Added translation strings to core/formfields.py. Taken from new-admin.
Adrian Holovaty
2005-11-20
Gave formfields.EmailField a maxlength kwarg
Adrian Holovaty
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