mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #27184 -- Allowed uploading TemporaryFile with the test client.
Thanks Federico Capoano for finishing the patch.
This commit is contained in:
parent
f94ce0d21d
commit
5549e89b84
4 changed files with 19 additions and 1 deletions
|
@ -5,6 +5,7 @@ from django.views.generic import RedirectView
|
|||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^upload_view/$', views.upload_view, name='upload_view'),
|
||||
url(r'^get_view/$', views.get_view, name='get_view'),
|
||||
url(r'^post_view/$', views.post_view),
|
||||
url(r'^trace_view/$', views.trace_view),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue