django1/tests/regressiontests/forms/tests
Honza Kral a89034a2d8 Changed FilePathField tests to use it's own directory with test files.
In previous version it used /django/forms/ which was fragile - for some
users .pyc files were not generated and this tests failed.
2012-06-03 22:54:34 +02:00
..
filepath_test_files Changed FilePathField tests to use it's own directory with test files. 2012-06-03 22:54:34 +02:00
__init__.py Fix a Python 2.5-ism. 2011-10-13 21:44:58 +00:00
error_messages.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
extra.py Fixed #17542 -- Gracefully handle errors when checking if the values of a SelectDateWidget has changed if it's not required. Thanks, pigletto. 2012-02-04 16:05:58 +00:00
fields.py Changed FilePathField tests to use it's own directory with test files. 2012-06-03 22:54:34 +02:00
forms.py Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
formsets.py Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger. 2012-01-31 20:36:11 +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 Use the class decorator syntax available in Python >= 2.6. Refs #17965. 2012-03-30 09:08:29 +00:00
models.py Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
regressions.py Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
util.py Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger. 2012-01-31 20:36:11 +00:00
validators.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
widgets.py Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00