Re: Django 1.3 admin added methods login requirement

2011-08-12 Thread Jacob Kaplan-Moss
On Fri, Aug 12, 2011 at 10:32 AM, Chris Fraschetti wrote: > I believe that in earlier versions of django if you added a view > method to an admin, and extended the get_urls method that because it > was under the admin it would automatically require at least a log in > (user.is_authenticated()=True

Django 1.3 admin added methods login requirement

2011-08-12 Thread Chris Fraschetti
I believe that in earlier versions of django if you added a view method to an admin, and extended the get_urls method that because it was under the admin it would automatically require at least a log in (user.is_authenticated()=True. I have been working with Django 1.3 and have noticed that this i