django1/django/db/models/fields
Russell Keith-Magee dc473309ef Fixed #1661 -- Added logic for string-form model references in the 'to' argument of OneToOneFields. Includes regression test.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-23 08:16:36 +00:00
..
__init__.py Fixed #2031 -- Don't try to remove microseconds on date objects (only datetime) 2006-06-21 04:13:48 +00:00
generic.py Added generic foreign key support to Django. Much thanks to Ian Holsman and 2006-06-16 19:18:30 +00:00
related.py Fixed #1661 -- Added logic for string-form model references in the 'to' argument of OneToOneFields. Includes regression test. 2006-06-23 08:16:36 +00:00