Testing framework or model save behaves differently after qsrf merge?

2008-06-10 Thread peschler
Hi, i am cross-posting this from Django users because it might be more an internal issue than a user problem. The original post is here: http://groups.google.com/group/django-users/browse_thread/thread/652f35c90ef14f23 I'm currently facing a weird problem with the testing framework after updati

Re: /admin Cross-Site Scripting (XSS) issue!

2008-05-08 Thread peschler
Just confirming for: Django version 0.97-newforms-admin-SVN-7233 does not produce an alert box. In fact the form action is escaped here, too. peschler On May 8, 12:26 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Wed, May 7, 2008 at 3:41 PM, James Bennett <[E

Re: Model Inheritance in qsrf and User?

2008-04-27 Thread peschler
nt you are now able to use Authors and Readers instances, whereever a User instance is used in the API. This is not possible when using a profile. Please be aware that I did not test the qsrf branch and the examples above and the way I understand things are maybe not how things work. peschler --~--