Re: generic view's templates and request

2007-06-12 Thread eXt
> It doesn't by default. However, have a look > athttp://www.djangoproject.com/documentation/templates_python/#django-c...to > see how to enable that. Generic views are given a RequestContext context, so > providing you enable the correct middleware processors, this will be possible. You thoug

Re: generic view's templates and request

2007-06-11 Thread eXt
> It doesn't by default. However, have a look > athttp://www.djangoproject.com/documentation/templates_python/#django-c...to > see how to enable that. Generic views are given a RequestContext context, so > providing you enable the correct middleware processors, this will be possible. (...) Than

Re: generic view's templates and request

2007-06-11 Thread Malcolm Tredinnick
On Mon, 2007-06-11 at 21:42 +, eXt wrote: > Hi all! > > Short version: Is it possible to access request from generic > view's template and how to do that? > > Long version: I've a form I use to add an 'objects' to db. After I > add my 'object' I call something like: > > >messag