django1/django/db/models/fields
Adrian Holovaty 3d779efbe5 Fixed #6867 -- Added some missing DeprecationWarnings to db.models.fields.related. Thanks, dcramer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-25 05:13:08 +00:00
..
__init__.py Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor. 2008-03-19 22:29:11 +00:00
related.py Fixed #6867 -- Added some missing DeprecationWarnings to db.models.fields.related. Thanks, dcramer 2008-03-25 05:13:08 +00:00
subclassing.py Fixed #5989 -- Fixed a problem with values being incorrectly reused by 2007-11-29 19:30:49 +00:00