mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed #27083 -- Added support for weak ETags.
This commit is contained in:
parent
e7abb5ba86
commit
4ef0e019b7
11 changed files with 130 additions and 68 deletions
|
@ -8,4 +8,6 @@ urlpatterns = [
|
|||
url('^condition/last_modified2/$', views.last_modified_view2),
|
||||
url('^condition/etag/$', views.etag_view1),
|
||||
url('^condition/etag2/$', views.etag_view2),
|
||||
url('^condition/unquoted_etag/$', views.etag_view_unquoted),
|
||||
url('^condition/no_etag/$', views.etag_view_none),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue