Changes between Version 40 and Version 41 of XML-RPC
- Timestamp:
- Apr 3, 2008, 6:17:14 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XML-RPC
v40 v41 127 127 128 128 I've wrote [http://code.google.com/p/django-pingback pingback implementation] on top of this XML-RPC dispatcher. --[http://piranha.org.ua/about/ Alexander Solovyov] 129 130 ---- 131 132 == Testing your XML-RPC views using the Django test client == 133 134 I wrote up a small how-to on how to test your XML-RPC views using [http://www.djangoproject.com/documentation/testing/#the-test-client the Django test client] as an XML-RPC transport: [http://www.technobabble.dk/2008/apr/02/xml-rpc-dispatching-through-django-test-client/] 135 -- Christian Joergensen