You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: