mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Converted sql_queries into a lazily evaluated list.
Fixed #23364. Thanks Markush2010 for the report.
This commit is contained in:
parent
6613ea6e3f
commit
eacf244506
7 changed files with 71 additions and 4 deletions
|
@ -5,4 +5,5 @@ from . import views
|
|||
|
||||
urlpatterns = [
|
||||
url(r'^request_attrs/$', views.request_processor),
|
||||
url(r'^debug/$', views.debug_processor),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue