Kaydet (Commit) 95ed07e8 authored tarafından Luke Plant's avatar Luke Plant

Fixed some function name errors in code doc.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 9a2e3381
......@@ -154,7 +154,7 @@ def csrf_exempt(view_func):
Marks a view function as being exempt from the CSRF checks
and post processing.
This is the same as using both the csrf_exempt_view and
csrf_exempt_response decorators.
This is the same as using both the csrf_view_exempt and
csrf_response_exempt decorators.
"""
return csrf_response_exempt(csrf_view_exempt(view_func))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment