On Thu, Feb 11, 2010 at 12:22 PM, Jeff Bauer <jeffru...@gmail.com> wrote:
> Update: My work-around is this:
>
> 1) Wrap views functions:
>    try:
>        import django.views.decorators.csrf
>        # Django 1.2 stuff
>    except ImportError:
>        # Django 1.1 stuff
>
> 2) If running Django 1.1, register a fake custom tag
>   'csrf_token' and load it in the templates so it's
>   there regardless.

FYI - a dummy {% csrf_token %} has been backported to the Django 1.1.X
branch to aid in the migration process. This tag will be come
available when we formally release Django 1.1.2

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to