I have a signal hook set on user_login. I use this in order to get_or_create a SessionInfo object, which I use to keep track of data about users who may login from more than one computer at the same time.
in 1.3, the Session object for the login that is taking place had already been created at the time of the hook execution. However, In 1.4, Session.objects.all() yields empty during the hook execution. Am I seeing things? Or did this change? -- 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.