ericholscher / django-test-utils

Utilities for testing Django applications
http://django-test-utils.readthedocs.org/
MIT License
343 stars 69 forks source link

Added json Standard Module to Support Django 1.7+ #39

Closed zmaillard closed 9 years ago

zmaillard commented 9 years ago

At Django 1.7 django.utils.simplejson was removed in favor of the json standard library.

https://docs.djangoproject.com/en/1.8/internals/deprecation/

ericholscher commented 9 years ago

Thanks :)