request.session.session_key always new

2011-03-13 Thread Alexander Bolotnov
Hi, I'm trying to pay around with sessions and here is how it's setup: MIDDLEWARE_CLASSES = ( ... 'django.contrib.sessions.middleware.SessionMiddleware', ) TEMPLATE_CONTEXT_PROCESSORS = ( ... "django.contrib.auth.context_processors.auth", "django.core.context_processors.request" ) INSTA

Re: How can I control JSON serialization?

2011-02-26 Thread Alexander Bolotnov
On Sun, Feb 27, 2011 at 2:38 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Sun, Feb 27, 2011 at 5:30 AM, Alexander Bolotnov > wrote: > > Is there a way to control json serialization in django? Simple code below > > will return serialized object in json: &