mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26145 -- Made debug context processor return queries for all databases.
This commit is contained in:
committed by
Tim Graham
parent
9e3f141701
commit
03e1cc930c
@@ -414,6 +414,9 @@ Templates
|
||||
* Allowed :tfilter:`dictsort` to order a list of lists by an element at a
|
||||
specified index.
|
||||
|
||||
* The :func:`~django.template.context_processors.debug` context processor
|
||||
contains queries for all database aliases instead of only the default alias.
|
||||
|
||||
Tests
|
||||
~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user