django-xmlrpc icon indicating copy to clipboard operation
django-xmlrpc copied to clipboard

XML-RPC Server App for the Django framework

Results 4 django-xmlrpc issues
Sort by recently updated
recently updated
newest added

https://github.com/Fantomas42/django-xmlrpc/blob/6cf59c555b207de7ecec75ac962751e8245cf8c9/django_xmlrpc/registry.py#L40 ImportError happens due to a change in Python3.10. Callable is now in `collections.abc` not in `collection`.

It would be useful to know how to return a list. Could you extend the example to explain how to do that?

Thank you very much for this useful piece of code. I notice from setup.py the license is set to MIT, but there is no license text included in the repository...

Callable moved from collections to collection.abc in python 3.9; this was deprecated since python 3.3