Suor / handy

Handy django tools
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

simplejson import #1

Closed vgarvardt closed 12 years ago

vgarvardt commented 12 years ago

In decorators.py

import simplejson as json

Why don't simply import simplejson from django utils as environments may not have simplejson installed (as mine one) and use simplejson bundled with django:

from django.utils import simplejson as json
Suor commented 12 years ago

Fixed in 43276c02d5