Closed nickpresta closed 11 years ago
This adds a South introspection rule so that migrations work as expected. Since this cannot depend on South, I've added a try/except ImportError and ignore it otherwise.
try
except ImportError
LGTM
This adds a South introspection rule so that migrations work as expected. Since this cannot depend on South, I've added a
try
/except ImportError
and ignore it otherwise.