We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with python 3.9 i got this error when migrate:
_XMLParser.__init__(self, html, target, encoding) TypeError: __init__() takes 1 positional argument but 4 were given
i try: _XMLParser.init(self, target=target, encoding=encoding)
_XMLParser.init(self, target=target, encoding=encoding)
in file: django-collaborative / env / lib / python3.9 / site-packages / defusedxml / ElementTree.py", line 68
and migrate run ok
The text was updated successfully, but these errors were encountered:
Where is the failing line of code? Can you paste a full traceback?
Sorry, something went wrong.
No branches or pull requests
with python 3.9 i got this error when migrate:
i try:
_XMLParser.init(self, target=target, encoding=encoding)
in file:
django-collaborative / env / lib / python3.9 / site-packages / defusedxml / ElementTree.py", line 68
and migrate run ok
The text was updated successfully, but these errors were encountered: