RPC4Django 0.1.2 is Available

Go get it!

Changes
  • Improved unit testing including added support for testing views
  • Fixed a minor bug involving the incorrect use of xmlrpclib.Fault which was causing some errors to be reported with the wrong error message
  • Fetched the URL for the simple method descriptor using reverse()
  • Enabled testing an RPC method directly from the method summary
  • Fixed some failing unit tests on older python versions