mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Bug in 0bd2c0c901
.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
This commit is contained in:
parent
bfb8fda3e6
commit
52b054824e
4 changed files with 53 additions and 9 deletions
|
@ -8,6 +8,7 @@ urlpatterns = [
|
|||
path("no_response_fbv/", views.no_response),
|
||||
path("no_response_cbv/", views.NoResponse()),
|
||||
path("streaming/", views.streaming),
|
||||
path("async_streaming/", views.async_streaming),
|
||||
path("in_transaction/", views.in_transaction),
|
||||
path("not_in_transaction/", views.not_in_transaction),
|
||||
path("not_in_transaction_using_none/", views.not_in_transaction_using_none),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue