Hi Aymeric,

On 2012-04-13 17:11:48 +0000, Aymeric Augustin said:

On 13 avr. 2012, at 18:42, Kai Diefenbach wrote:
Now my questions: Is this by intention? Can I get around that? Has this any meaning for the application in production?

This is most likely a consequence of r17155 [1].

Okay, I see.

I'd like to understand if it's possible to trigger a regression by using only the public APIs. Currently, the only reference to session_key in the docs is here [2]. It shows that you can use session_key after the session is saved (and nothing else).

Could you clarify how you use session_key (and maybe why you need to access it directly)?

I'm using it to relate different models to a session (storing it in a char field). This code is old and I can't remember why I storing the session_key instead of using a foreign key to the session instance. Actually it seems wrong to me, now.

I think, I will clean up my code first and see what will happen then.

Thanks
Kai


--
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.

Reply via email to