[django-tracking] patch simplejson encoder issue

Clint Savage herlo at fedoraproject.org
Sat Jul 23 20:56:15 UTC 2011


commit 3fe9546461b80d86295ac259e377c7e35f8132d5
Author: Clint Savage <herlo1 at gmail.com>
Date:   Sat Jul 23 14:22:27 2011 -0600

    patch simplejson encoder issue

 views.py.patch |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/views.py.patch b/views.py.patch
new file mode 100644
index 0000000..90e3266
--- /dev/null
+++ b/views.py.patch
@@ -0,0 +1,8 @@
+--- views.py	2010-11-30 22:44:39.234847854 -0700
++++ views.py	2010-11-30 22:44:28.486907571 -0700
+@@ -1,4 +1,4 @@
+-from django.utils.simplejson.encoder import JSONEncoder
++from django.utils.simplejson import JSONEncoder
+ from django.http import Http404, HttpResponse
+ from django.template import RequestContext, Context, loader
+ from django.shortcuts import render_to_response


More information about the scm-commits mailing list