Re: Simple Generic Views, Login_Required

2007-12-27 Thread kevinski
This worked great, however shouldn't there be some uniformity in how the Login_Required argument is applied in all the generic views? This was not the most obvious solution, and I did not see it anywhere in the documentation. On Dec 26, 5:15 pm, Collin Grady <[EMAIL PROTECTED]> wrote:

Re: Simple Generic Views, Login_Required

2007-12-26 Thread kevinski
te: > 2007/12/26, kevinski <[EMAIL PROTECTED]>: > > > > > Not sure how useful this would be to the majority, but I discovered a > > need for user authentication when using the Simple Generic Views, so I > > had to add the Login_Required argument to views.generic.simpl

Simple Generic Views, Login_Required

2007-12-26 Thread kevinski
Not sure how useful this would be to the majority, but I discovered a need for user authentication when using the Simple Generic Views, so I had to add the Login_Required argument to views.generic.simple. I would like to recommend this tweak be added. from django.shortcuts import render_to_respon