django/docs/ref
Preston Holmes 965cc0b1ff Deprecated depth kwarg on select_related.
This is the start of a deprecation path for the depth kwarg on
select_related. Removing this will allow us to update select_related so
it chains properly and have an API similar to prefetch_related.

Thanks to Marc Tamlyn for spearheading and initial patch.

refs #16855
2012-11-02 22:03:33 -07:00
..
class-based-views Fixed #16218 -- date_list order in generic CBVs. 2012-09-22 11:47:34 +02:00
contrib Fixed #19120 - Added an example of using ModelAdmin methods for read-only fields. 2012-11-02 18:31:03 -04:00
files Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
forms Added ref to format localization in Date[Time]Field docs 2012-10-13 11:17:25 +02:00
models Deprecated depth kwarg on select_related. 2012-11-02 22:03:33 -07:00
templates Fixed #19209 -- Documented |date:"I". 2012-10-29 23:12:20 +01:00
authbackends.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
clickjacking.txt Fixed #14201 - Add a "security overview" page to the docs 2011-06-10 15:14:36 +00:00
databases.txt Fixed #18256 - Added a potential pitfall when upgrading to MySQL 5.5.5 2012-10-12 19:17:00 -04:00
django-admin.txt Fixed #18194 -- Expiration of file-based sessions 2012-10-28 09:19:38 +01:00
exceptions.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00
index.txt Refactored URL mapping documentation. 2012-10-06 11:27:20 -03:00
middleware.txt Fixed #18473 - Fixed a suggestion that GZipMiddleware needs to be first in the list of middleware. 2012-10-17 15:46:59 -04:00
request-response.txt Fixed #6527 -- Provided repeatable content access 2012-10-24 17:08:37 +02:00
settings.txt Fixed #17083 -- Allowed sessions to use non-default cache. 2012-10-31 09:46:16 +01:00
signals.txt Fixed #19008 typo in signals docs 2012-09-21 16:22:50 -07:00
template-response.txt Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
unicode.txt [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
urlresolvers.txt Added section about URL reversion to URL mapper document. 2012-10-07 20:21:07 -03:00
urls.txt More URL mapping documentation fixes. 2012-10-06 16:35:22 -03:00
utils.txt Fixed #15338 - Documented django.utils.decorators 2012-09-30 13:37:57 -04:00
validators.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00