Skip to content
New issue

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

Python 3 Support #6

Open
teshomem opened this issue Feb 18, 2015 · 2 comments
Open

Python 3 Support #6

teshomem opened this issue Feb 18, 2015 · 2 comments

Comments

@teshomem
Copy link

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.

@bufke
Copy link
Member

bufke commented Feb 18, 2015

It's not. Feel free to add support.

@bufke
Copy link
Member

bufke commented Feb 18, 2015

In fact I'll start a $50 bounty on this if there is interest. It would need to support 2.7 and 3.4.

@bufke bufke changed the title unsupported operand type(s) for +: 'dict_items' and 'dict_items' Python 3 Support Feb 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants