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
/
forms
/
fields.py
Age
Commit message (
Expand
)
Author
2008-08-23
Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so
Malcolm Tredinnick
2008-08-23
Fixed #7244 -- Allow widget overriding in subclasses for ModelChoiceField,
Malcolm Tredinnick
2008-08-15
Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...
Gary Wilson Jr
2008-08-10
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
Gary Wilson Jr
2008-07-30
The help_text attribute in forms can be a ugettext_lazy() object, so be careful
Malcolm Tredinnick
2008-07-26
Fixed #7345 -- In [8089], I'd forgotten that urlparse.urlsplit() didn't return
Malcolm Tredinnick
2008-07-26
Fixed #7345 -- When normalising the URLField form field, attach a trailing
Malcolm Tredinnick
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-21
Fixed #7727 -- Improved the checks for import failure when using PIL. Under P...
Russell Keith-Magee
2008-07-19
Fixed #4412 -- Added support for optgroups, both in the model when defining c...
Russell Keith-Magee
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
[prev]