lilspikey / django-background-task

A database-backed work queue for Django
BSD 3-Clause "New" or "Revised" License
107 stars 200 forks source link

use module json instead of simplejson #8

Closed nrocco closed 10 years ago

nrocco commented 10 years ago

Hi,

Is there a possibility to have django.utils.simplejson replaced with the json module? In future releases of Django (1.7+) simplejson is no longer available.

I would be happy to submit a pull request for this change.

lilspikey commented 10 years ago

Sorry, forgot to close this issue after I merged the fix.