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 #23

Open
greg-barnett opened this issue Dec 6, 2014 · 2 comments
Open

Python 3 support #23

greg-barnett opened this issue Dec 6, 2014 · 2 comments

Comments

@greg-barnett
Copy link

I'm using django-fsm-admin with Python 3.4.0. So far, I've found two cases where I've had to change iteritems() to items(). I'm guessing that there will be other changes that need to be made as well.

I have a branch at https://github.com/greg-barnett/django-fsm-admin/tree/python3

This branch hasn't been tested with python 2, which is why I'm opening an issue rather than a pull request. I have no experience with making code compatible with both python 2 & 3.

@strayer
Copy link

strayer commented Apr 4, 2015

Seems like this has been fixed in c202732

@zbyte64
Copy link

zbyte64 commented May 4, 2017

Just added this to a python 3.6 project, works for me.

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

No branches or pull requests

3 participants