Django
The web framework for perfectionists with deadlines.
Menu
Overview
Download
Documentation
News
Community
Code
Issues
About
♥ Donate
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
Issues
Login
Preferences
View Tickets
Reports
Timeline
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 13
and
Version 14
of
Jsonrpc
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jul 20, 2011, 12:53:41 AM (
14 years
ago)
Author:
anonymous
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Tabular
Unified
Jsonrpc
v13
v14
17
17
from jsonrpc import JsonRpc, publicmethod
18
18
from django.core.urlresolvers import reverse
19
from django.http import HttpResponse
19
20
20
21
class MyRpcMethods(object):
Back to Top