django1/django/db/models/fields
Luke Plant 3db5b0e485 Fixed #17696 - Queryset prefetch_related() ignores using()
Thanks to simon29 for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-01 00:57:01 +00:00
..
__init__.py Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, charettes. 2012-02-09 18:57:54 +00:00
files.py Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, charettes. 2012-02-09 18:57:54 +00:00
proxy.py Fixed #13328 -- Ensured that querysets on models with callable defaults can be pickled. No, really this time. Thanks to Alex for his help brainstorming the solution. 2010-04-21 16:34:33 +00:00
related.py Fixed #17696 - Queryset prefetch_related() ignores using() 2012-03-01 00:57:01 +00:00
subclassing.py Removed deprecated legacy connection handling for `Field.get_db_*`. 2011-03-30 17:48:42 +00:00