django/tests/modeltests/field_subclassing
Russell Keith-Magee 1070c57b83 Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-11 12:20:07 +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 #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code. 2010-10-11 12:20:07 +00:00
models.py Migrated the field_subclsasing doctests. Thanks to Alex Gaynor. 2010-09-12 20:03:48 +00:00
tests.py Migrated the field_subclsasing doctests. Thanks to Alex Gaynor. 2010-09-12 20:03:48 +00:00