Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
13082933
Kaydet (Commit)
13082933
authored
Ara 24, 2012
tarafından
Aymeric Augustin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed csrf_response_exempt and csrf_view_exempt.
üst
2ecf56ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
csrf.py
django/views/decorators/csrf.py
+0
-18
No files found.
django/views/decorators/csrf.py
Dosyayı görüntüle @
13082933
...
...
@@ -48,24 +48,6 @@ uses the csrf_token template tag, or the CsrfViewMiddleware is used.
"""
def
csrf_response_exempt
(
view_func
):
"""
Modifies a view function so that its response is exempt
from the post-processing of the CSRF middleware.
"""
warnings
.
warn
(
"csrf_response_exempt is deprecated. It no longer performs a "
"function, and calls to it can be removed."
,
DeprecationWarning
)
return
view_func
def
csrf_view_exempt
(
view_func
):
"""
Marks a view function as being exempt from CSRF view protection.
"""
warnings
.
warn
(
"csrf_view_exempt is deprecated. Use csrf_exempt instead."
,
DeprecationWarning
)
return
csrf_exempt
(
view_func
)
def
csrf_exempt
(
view_func
):
"""
Marks a view function as being exempt from the CSRF view protection.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment