django1/django
Preston Holmes 0131da0622 [1.5.x] 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:55 -07:00
..
bin [1.5.x] Fixed #18978 -- Moved cleanup command to sessions. 2012-10-27 18:38:32 +02:00
conf Fixed #17083 -- Allowed sessions to use non-default cache. 2012-10-31 09:51:19 +01:00
contrib [1.5.X] Added WizardView.file_storage exception message and docs 2012-11-01 18:02:32 -04:00
core [1.5.x] Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encoding 2012-10-30 09:01:57 +01:00
db [1.5.x] Deprecated depth kwarg on select_related. 2012-11-02 22:03:55 -07:00
dispatch Added a way to check if a signal has listeners 2012-09-28 18:10:52 +03:00
forms [1.5.x] Fixed #16820 -- Treated '0' value as True for checkbox inputs 2012-10-26 20:48:57 +02:00
http Fixed #18796 -- Refactored conversion to bytes in HttpResponse 2012-10-25 08:49:51 +02:00
middleware Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixed #18484 -- Removed the div around the csrf token input 2012-10-13 11:30:09 +02:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test [1.5.x] Fixed #17744 -- Reset default file storage with setting_changed signal 2012-10-30 22:26:03 +01:00
utils Fixed #19070 -- urlize filter no longer raises exceptions on 2.7 2012-10-31 11:01:39 +00:00
views [1.5.x] PEP 302 source loaders already decode appropriately 2012-10-26 02:38:15 +01:00
__init__.py [1.5.x] Bump version information and classifiers for 1.5 alpha release. 2012-10-25 14:18:06 -05:00