Changes between Version 40 and Version 41 of XML-RPC


Ignore:
Timestamp:
Apr 3, 2008, 6:17:14 AM (17 years ago)
Author:
chrj
Comment:

Testing XML-RPC views

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v40 v41  
    127127
    128128I'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
     134I 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
Back to Top