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

autojson doesn't work on GAE #98

Closed
ghost opened this issue Sep 13, 2010 · 1 comment
Closed

autojson doesn't work on GAE #98

ghost opened this issue Sep 13, 2010 · 1 comment
Labels
Feature This is a feature request, not a bug. Open for discussion.

Comments

@ghost
Copy link

ghost commented Sep 13, 2010

python2.5 doesn't include json, so to get access to the simplejson module you need the following line:

from django.utils.simplejson import dumps as json_dumps

@defnull
Copy link
Member

defnull commented Sep 14, 2010

Good point, thanks. Fixed in [master 3932ae5]

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature This is a feature request, not a bug. Open for discussion.
Projects
None yet
Development

No branches or pull requests

1 participant