django1/django/core/meta
Adrian Holovaty 1edef8ede9 Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_choice_list(), each choice in clist has its poll cache filled. Thanks, Ned Batchelder
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-28 16:51:17 +00:00
..
__init__.py Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_choice_list(), each choice in clist has its poll cache filled. Thanks, Ned Batchelder 2006-03-28 16:51:17 +00:00
fields.py Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, burivuh 2006-03-24 19:13:21 +00:00