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

json.loads() error in get_filters #8

Open
NedQian opened this issue Jan 5, 2014 · 0 comments
Open

json.loads() error in get_filters #8

NedQian opened this issue Jan 5, 2014 · 0 comments

Comments

@NedQian
Copy link

NedQian commented Jan 5, 2014

I've found something wrong with the json.loads() in get_filters
I got this " 'module' object has no attribute 'loads' ", and then checked the "from django.core.serializers import json" to find no loads() function

my django version is old,1.2.3, maybe this leads to the error

I fixed the error with
import simplejson
filters = _filters and simplejson.loads(_filters)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant