django1/django/db/models/fields
Luke Plant 5009e45dfe Fixed #14270 - related manager classes should be cached
Thanks to Alex Gaynor for the report and initial patch, and mrmachine for
more work on it.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-30 10:41:25 +00:00
..
__init__.py Altered the behavior of URLField to avoid a potential DOS vector, and to avoid potential leakage of local filesystem data. A security announcement will be made shortly. 2011-09-10 00:47:00 +00:00
files.py Fix initialisation of ImageField super classes. 2011-08-23 04:05:47 +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 #14270 - related manager classes should be cached 2011-09-30 10:41:25 +00:00
subclassing.py Removed deprecated legacy connection handling for `Field.get_db_*`. 2011-03-30 17:48:42 +00:00