New issue report by jcrocholl:
What steps will reproduce the problem?
1. Install Django trunk (e.g. r8431)
2. Install Deseb trunk (e.g. r77)
3. Run manage.py sqlevolve
What is the expected output?
SQL for model evolution.
What do you see instead?
ImportError: cannot import name get_introspection_module
I have attached a patch that makes Deseb work with Django trunk. Most
changes are because of the recent refactoring,
django.db.get_introspection_module() replaced with
django.db.connection.introspection etc.
Attachments:
schema_evolution.diff 4.9 KB
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by burchik:
Thanks! :)
Issue attribute updates:
Status: Started
Comment #2 by multilinux:
Big thanks!!