Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UUID as PK for Custom User model, django admin problem #17

Open
ghost opened this issue Mar 14, 2013 · 1 comment
Open

UUID as PK for Custom User model, django admin problem #17

ghost opened this issue Mar 14, 2013 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Mar 14, 2013

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?

@dbinetti
Copy link

dbinetti commented Aug 7, 2014

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.

@luto luto added the bug label Nov 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants