1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/regressiontests/forms
Malcolm Tredinnick 8a3ef1f8bc Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so
that they validate. Previous code didn't work with microseconds anyway, so this
is backwards compatible. Thanks to kevin for the patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23 17:33:09 +00:00
..
localflavor Fixed #8434 -- I forgot to update the tests when committing [8443]. Thanks, 2008-08-20 15:56:07 +00:00
__init__.py
error_messages.py
extra.py
fields.py Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of decimal places, based on patch from dgouldin. 2008-08-15 20:09:47 +00:00
forms.py
formsets.py
media.py
models.py Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: 2008-08-10 21:10:47 +00:00
regressions.py
tests.py
util.py
widgets.py Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so 2008-08-23 17:33:09 +00:00