django/tests/regressiontests/forms
Malcolm Tredinnick 77a846bab0 Fixed a Python 2.3 problem.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-04 02:08:15 +00:00
..
localflavor Fixed #5200 -- Added some more functionality to the Polish localflavor. Thanks, 2007-10-20 09:24:19 +00:00
__init__.py
error_messages.py Fixed #3457 -- Allow overridding of error messages for newforms Fields. 2007-10-28 05:40:26 +00:00
extra.py Fixed a Python 2.3 problem. 2007-11-04 02:08:15 +00:00
fields.py Fixed #5546: split form unit tests into manageable chunks. This isn't a perfect fix since the chunks aren't yet autodiscovered, but that shouldn't prevent checking this in. Thanks, Leo Soto. 2007-09-19 23:40:47 +00:00
forms.py Fixed #5546: split form unit tests into manageable chunks. This isn't a perfect fix since the chunks aren't yet autodiscovered, but that shouldn't prevent checking this in. Thanks, Leo Soto. 2007-09-19 23:40:47 +00:00
models.py Changed field to "def_date" from "date" in new tests from [6568] so we can run the test suite against Oracle again. Refs #4140. 2007-10-22 22:04:00 +00:00
regressions.py Removed an "XFAIL" marker that was accidentally hanging around since the 2007-10-27 06:23:19 +00:00
tests.py Fixed #3457 -- Allow overridding of error messages for newforms Fields. 2007-10-28 05:40:26 +00:00
util.py Fixed #3457 -- Allow overridding of error messages for newforms Fields. 2007-10-28 05:40:26 +00:00
widgets.py Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks, 2007-10-22 13:13:12 +00:00