django1/django/core/meta
Adrian Holovaty 36f1aef5ff Fixed #927 -- Non-integer primary keys save() method now works
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-09 01:46:14 +00:00
..
__init__.py Fixed bug in get_next_by_FOO/get_previous_by_FOO methods that caused a database error when using those methods along with joining lookup contraints (i.e. "obj.get_next_by_pub_date(related__id__in=some_list)") 2005-12-05 17:40:19 +00:00
fields.py Fixed #927 -- Non-integer primary keys save() method now works 2005-12-09 01:46:14 +00:00