liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

ImportError: cannot import name mark_safe #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From the last trunk of django, are a missing import module on the File
extensions/management/modelviz.py, line 45.

To correct:
./extensions/management/modelviz.py
45: #from django.utils.encoding import mark_safe
46: from django.utils.safestring import mark_safe

Original issue reported on code.google.com by marioces...@gmail.com on 24 Jul 2008 at 12:09

GoogleCodeExporter commented 8 years ago
thanks for the report.

fix committed to svn

Original comment by v.oostv...@gmail.com on 24 Jul 2008 at 6:12