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

Bug - version .: django_fluent_dashboard-0.5.3 ... #15

Closed
Ademir-Francisco-da-Silva opened this issue Sep 3, 2015 · 1 comment
Closed

Comments

@Ademir-Francisco-da-Silva

Please verify in your file "../django-fluent-dashboard/fluent_dashboard/appgroups.py" in the lines 6 and 83 as follow ...

from future.utils import iteritems
for (name, order) in iteritems(appsettings.FLUENT_DASHBOARD_CMS_MODEL_ORDER):

To solve that "bug" ..., i have chaged them as below ...

( commented ) # from future.utils import iteritems
for name, order in appsettings.FLUENT_DASHBOARD_CMS_MODEL_ORDER.iteritems():

And everything have worked well again ...

@vdboor
Copy link
Contributor

vdboor commented Oct 5, 2015

Which version of python-future are you using?

@vdboor vdboor closed this as completed Jan 22, 2018
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

2 participants