FreeBSD Bugzilla – Attachment 139201 Details for
Bug 185403
patch www/py-django-json-rpc to work with django 1.6.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 612 bytes, created by
John Hixson
on 2014-01-02 02:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
John Hixson
Created:
2014-01-02 02:40:00 UTC
Size:
612 bytes
patch
obsolete
>diff -urN py-django-json-rpc.orig/files/patch-site.py py-django-json-rpc/files/patch-site.py >--- py-django-json-rpc.orig/files/patch-site.py 1969-12-31 16:00:00.000000000 -0800 >+++ py-django-json-rpc/files/patch-site.py 2014-01-01 18:32:36.225604190 -0800 >@@ -0,0 +1,11 @@ >+--- ./jsonrpc/site.py 2012-02-01 23:55:13.000000000 -0800 >++++ ./jsonrpc/site.py 2014-01-01 18:30:42.956263864 -0800 >+@@ -210,7 +210,7 @@ >+ raise RequestPostError >+ else: >+ try: >+- D = loads(request.raw_post_data) >++ D = loads(request.body) >+ except: >+ raise InvalidRequestError >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 185403
: 139201