On 8/22/05, Maniac <[EMAIL PROTECTED]> wrote: > I've been struggling today with a problem. I've created Django's test > site some time ago before anonymous sessions has been added to Django. > Today I've 'svn update'd Django and when trying to access admin site got > exception about abscent core_sessions table. In the end I could managed > to make it working by creating new temp DB, initializing it with core > data, dumping core_sessions and using the dump to create the tabe in my > working DB.
Hi Maniac, See the "Added support for anonymous sessions" section on this page: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges Adrian