2012/5/16 Tom Evans <tevans...@googlemail.com>: > So, is the session key being available part of the API, or is relying > on the session key existing incorrect?
Hi Tom, Accessing the session key before saving the session is incorrect. Previously, it used to return something, but that something could be random data instead of the actual session key. Now it returns None, making the error more obvious. For more information, see https://code.djangoproject.com/ticket/11555 Best regards, -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.