django-xmlrpc
django-xmlrpc copied to clipboard
XML-RPC Server App for the Django framework
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