Closed chicheng closed 10 years ago
Also rest_model depends on a quite old version of django-restframework so it would be nice to upgrade that although it would break BC.
@jpic Would it be possible/break anything to simply have it as import json
then if there is an ImportError
fall back to from django.utils import simplejson as json
?
That would be very welcome,
Thanks for your feedback !
On Thu, Nov 7, 2013 at 7:01 PM, Nick Catalano notifications@github.comwrote:
Would it be possible/break anything to simply have it as import json then if there is an ImportError fall back to from django.utils import simplejson as json?
— Reply to this email directly or view it on GitHubhttps://github.com/yourlabs/django-autocomplete-light/issues/160#issuecomment-27990236 .
http://yourlabs.org http://blog.yourlabs.org Customer is king - Le client est roi - El cliente es rey.
Was merged a long time ago !
Django 1.6 warns rest_mode.py
from django.utils import simplejson as json