Re: decorators and generic views

2011-03-24 Thread Ɓukasz Rekucki
On 24 March 2011 15:32, Ian Stokes-Rees wrote: > I think with the move to class-based Generic Views it is necessary to update > this documentation: > > Limiting access to generic views > > To limit access to a generic view, write a thin wrapper around the view, and > point your URLconf to your wra

decorators and generic views

2011-03-24 Thread Ian Stokes-Rees
I think with the move to class-based Generic Views it is necessary to update this documentation: Limiting access to generic views To limit access to a *generic view*, write a thin wrapper around the view, and point your URLconf to your