django-uuidfield icon indicating copy to clipboard operation
django-uuidfield copied to clipboard

UUID as PK for Custom User model, django admin problem

Open ghost opened this issue 11 years ago • 1 comments

Please look at the this ticket https://code.djangoproject.com/ticket/20044 and comments...

Is it possible to create patch for django or/and django-uuidfield to fix issue?

ghost avatar Mar 14 '13 03:03 ghost

I had this same issue, but (for me) it had nothing to do with this library. It was an issue with the session serializer. Changing to the PickleSerializer fixed things.
https://docs.djangoproject.com/en/dev/releases/1.6/#default-session-serialization-switched-to-json

Note This introduces a slight security risk, so don't do it without considering the ramifications.

dbinetti avatar Aug 07 '14 08:08 dbinetti