[3.1.x] Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.

Thanks to Mariusz Felisiak for review.

Backport of 0aeb802cf0 from master
This commit is contained in:
Carlton Gibson 2020-08-11 10:11:42 +02:00
parent daf4f70eae
commit 02b474f2a4
3 changed files with 12 additions and 1 deletions

View file

@ -17,3 +17,6 @@ Bugfixes
* Fixed encoding session data while upgrading multiple instances of the same
project to Django 3.1 (:ticket:`31864`).
* Adjusted admin's navigation sidebar template to reduce debug logging when
rendering (:ticket:`31865`).