mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #33132 -- Fixed test client handling of querystring only redirects.
Regression in 1e5aa8e1c7.
This commit is contained in:
parent
f997c81472
commit
b1bf8c8a4b
4 changed files with 27 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ urlpatterns = [
|
|||
path('upload_view/', views.upload_view, name='upload_view'),
|
||||
path('get_view/', views.get_view, name='get_view'),
|
||||
path('post_view/', views.post_view),
|
||||
path('post_then_get_view/', views.post_then_get_view),
|
||||
path('put_view/', views.put_view),
|
||||
path('trace_view/', views.trace_view),
|
||||
path('header_view/', views.view_with_header),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue