diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 7ea518cbc9..7fca85f8f9 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -311,6 +311,11 @@ Miscellaneous :setting:`STATIC_URL`, the leading slash is removed from that setting (now ``'static/'``) in the default :djadmin:`startproject` template. +* The :class:`~django.contrib.admin.AdminSite` method for the admin ``index`` + view is no longer decorated with ``never_cache`` when accessed directly, + rather than via the recommended ``AdminSite.urls`` property, or + ``AdminSite.get_urls()`` method. + .. _deprecated-features-4.0: Features deprecated in 4.0 |
