Re: Using custom / Extending default Request Object

2011-02-02 Thread Tereska
Thanks that's gr8! On 2 Lut, 21:52, Daniel Roseman wrote: > On Wednesday, February 2, 2011 8:38:58 PM UTC, Tereska wrote: > > > My RequestObject must contain information about user device (mobile, > > tablets etc) with device capatibilites (resolution, video codecs > > etc) . > > It's a data coll

Re: Using custom / Extending default Request Object

2011-02-02 Thread Daniel Roseman
On Wednesday, February 2, 2011 8:38:58 PM UTC, Tereska wrote: > > My RequestObject must contain information about user device (mobile, > tablets etc) with device capatibilites (resolution, video codecs > etc) . > It's a data collection not simple string. Then I want use it in views > and templa

Re: Using custom / Extending default Request Object

2011-02-02 Thread Tereska
My RequestObject must contain information about user device (mobile, tablets etc) with device capatibilites (resolution, video codecs etc) . It's a data collection not simple string. Then I want use it in views and templates. On Feb 2, 9:27 pm, Daniel Roseman wrote: > On Wednesday, February 2,

Re: Using custom / Extending default Request Object

2011-02-02 Thread Daniel Roseman
On Wednesday, February 2, 2011 8:12:30 PM UTC, Tereska wrote: > > I have to extend HttpRequest class and be able to use it in views > (request argument in each view must be instance of MyHttpRequest > class) > > How to do that? (without extending BaseHandler) > > Why do you need to do this? Wha

Using custom / Extending default Request Object

2011-02-02 Thread Tereska
I have to extend HttpRequest class and be able to use it in views (request argument in each view must be instance of MyHttpRequest class) How to do that? (without extending BaseHandler) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to