We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: