Skip to content

Commit

Permalink
Added release note for behavior change.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 2, 2021
1 parent feb34cc commit 39298b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releases/4.0.txt
Expand Up @@ -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` methods for the admin
``index`` and ``logout`` views do not have the ``never_cache`` decorator
applied if accessed directly, rather than via the recommended
``AdminSite.urls`` property, or ``AdminSite.get_urls()`` method.

.. _deprecated-features-4.0:

Features deprecated in 4.0
Expand Down

0 comments on commit 39298b5

Please sign in to comment.