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
Hi,
I got this error when I tried to export all rows (not fields)
Is this compatible with python3.4
python3/3.4.1/lib/python3.4/site-packages/admin_export/views.py in get_context_data 26: return dict(context.items() + field_data.items())
T.
The text was updated successfully, but these errors were encountered:
It's not. Feel free to add support.
Sorry, something went wrong.
In fact I'll start a $50 bounty on this if there is interest. It would need to support 2.7 and 3.4.
Successfully merging a pull request may close this issue.
Hi,
I got this error when I tried to export all rows (not fields)
Is this compatible with python3.4
python3/3.4.1/lib/python3.4/site-packages/admin_export/views.py in get_context_data
26: return dict(context.items() + field_data.items())
T.
The text was updated successfully, but these errors were encountered: