django/tests/modeltests/field_subclassing
Russell Keith-Magee 985e4c8dfe Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel Hurley for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-23 14:11:41 +00:00
..
__init__.py Added the small changes necessary to make creating custom model fields easier. 2007-11-05 13:59:42 +00:00
fields.py Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel Hurley for the report and patch. 2010-03-23 14:11:41 +00:00
models.py Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel Hurley for the report and patch. 2010-03-23 14:11:41 +00:00
tests.py Fixed #12734. Deferred fields will now be properly converted to python when accessed. Thanks, Alex Gaynor. 2010-02-24 19:06:59 +00:00