﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12839	csrf_exempt decorator	Jeff Bauer	nobody	"Documentation states: 

'''New in Django 1.1'''
''To manually exclude a view function from being handled by either of the two CSRF middleware, you can use the csrf_exempt decorator ...''

{{{ from django.views.decorators.csrf import csrf_exempt }}}

But attempting to import the decorator:

{{{
>>> import django
>>> django.get_version()
'1.1.1'
>>> from django.views.decorators.csrf import csrf_exempt
ImportError: No module named csrf
}}}"		closed	Documentation	1.1		fixed	csrf		Unreviewed	0	0	0	0	0	0
