Re: CSRF gone haywire

2009-11-28 Thread rebus_
2009/11/27 Tim Valenta : > Also, I've figured out just now while rereading the reply I got, that > "AFAIK" must mean "as far as I know".  Please... can we not use > ridiculous short forms for a language that works better when not > profusely abbreviated?  That would have been a hundred times harder

Re: CSRF gone haywire

2009-11-27 Thread Tim Valenta
Okay... so here's the problem. I've been using a template override for change_form.html to always check the object-tools block and add things in there. I tried to be more modular about it, but it never seemed to work out quite right. So I'm overriding the entire template on my own, and I must hav

Re: CSRF gone haywire

2009-11-27 Thread Tim Valenta
> AFAIK admin uses CSRF by default in SVN version. I'm sorry, but I have no idea what that means. What is "AFAIK"? I've read that page you've linked to, and I fail to see what I've done wrong (since I didn't explicitly *do* anything). Tim On Nov 27, 10:18 am, rebus_ wrote: > 2009/11/27 Tim Va

Re: CSRF gone haywire

2009-11-27 Thread rebus_
2009/11/27 Tim Valenta : > Has anybody else experienced a senseless failure of the dev trunk's > CSRF verification?  Very suddenly this morning, Django won't let me > change anything in my admin sites.  I didn't update my copy of the SVN > trunk, but as soon as I took myself off of the admin-ui bra

CSRF gone haywire

2009-11-27 Thread Tim Valenta
Has anybody else experienced a senseless failure of the dev trunk's CSRF verification? Very suddenly this morning, Django won't let me change anything in my admin sites. I didn't update my copy of the SVN trunk, but as soon as I took myself off of the admin-ui branch, it flipped out. Step by ste