django/tests/regressiontests/forms
Gary Wilson Jr 727133109c Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of decimal places, based on patch from dgouldin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-15 20:09:47 +00:00
..
localflavor Fixed #8276 -- Changed the names of a few Polish localflavor classes to match 2008-08-14 04:29:02 +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 Made the semi-private _max_form_count live on the public API of formsets by renaming it to max_num. This also removes the ManagementForm use of MAX_COUNT since that usage should just be referenced to the formset's max_num property. Refs #7899. Thanks Peter of the Norse for straightening me out. 2008-07-23 04:28:52 +00:00
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 Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd. 2008-07-26 04:25:42 +00:00
util.py
widgets.py