Skip to content

Commit c82932d

Browse files
committed
Use Django json serializer so datetimes in extra_context are handled correctly
1 parent eabe861 commit c82932d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajaxuploader/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import json
1+
from django.utils import simplejson as json
22

33
from django.http import HttpResponse, HttpResponseBadRequest, Http404
44

0 commit comments

Comments
 (0)