django/tests/regressiontests/forms
Gary Wilson Jr cbbd54d5cd Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, patch from Karen Tracey.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-02 04:48:14 +00:00
..
localflavor Fixed #6427 -- Added some more features to the Austrian localflavor. 2008-07-27 18:54:56 +00:00
__init__.py
error_messages.py
extra.py
fields.py Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, patch from Karen Tracey. 2008-08-02 04:48:14 +00:00
forms.py Fixed #6009 -- Added regression tests to show that uploading non-ASCII 2008-07-19 18:47:59 +00:00
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
regressions.py
tests.py
util.py
widgets.py