django/tests/regressiontests/forms/tests
2011-06-28 10:17:23 +00:00
..
__init__.py Fixed #12761 -- Added Paraguayan local flavor. Thanks, dschulz and BernhardEssl. 2011-06-28 10:17:23 +00:00
error_messages.py Fixed #6189 -- Modified test that need Internet access so they use a mock instead. Thanks Gregor Müellegger for the patch. 2011-06-25 13:14:31 +00:00
extra.py Removed a name clash in a test method. Refs #16246. 2011-06-13 17:38:17 +00:00
fields.py Fixed #6189 -- Modified test that need Internet access so they use a mock instead. Thanks Gregor Müellegger for the patch. 2011-06-25 13:14:31 +00:00
forms.py Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready and Julian Phalip. 2011-06-16 16:34:38 +00:00
formsets.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
input_formats.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
media.py Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings. 2010-11-17 15:36:26 +00:00
models.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
regressions.py Added missing future imports missed in r16167. 2011-05-06 19:49:06 +00:00
util.py Fixed #16230 -- Correctly escape errors message passed to ErrorDict. Thanks, Gregor Müllegger. 2011-06-26 16:52:21 +00:00
validators.py Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch. 2010-11-16 13:20:56 +00:00
widgets.py Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00