django/tests/modeltests/model_forms
Alex Gaynor 76154c7fe5 Removed the executable bit from a test file, it wasn't. Thanks to Florian for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-11 17:53:25 +00:00
..
__init__.py
mforms.py Removed the executable bit from a test file, it wasn't. Thanks to Florian for the report. 2010-11-11 17:53:25 +00:00
models.py Fixed #8426 - added 'helptext' CSS class to help text in forms to aid in styling 2010-08-06 17:47:58 +00:00
test.png Fixed #6302 for ImageFields. 2008-01-18 15:53:19 +00:00
test2.png Fixed #10196: Restored setting of image file width and height fields lost in r9766, and added tests for this function. Thanks to vicvicvic for the ticket and patch and for Alex for reminding me not to break non-PIL-boxes with the new tests. 2009-02-16 18:34:28 +00:00
tests.py Fixed #14102 -- Ensure that fields that have been excluded from a form aren't included in the unique_for_* checks, either. Thanks to Travis Cline for the report and fix. 2010-08-17 07:07:28 +00:00