Closed MarkDavidson closed 9 years ago
Currently, if an older version of django is used, init.py:7 will raise an exception. This exception does not make it clear that the root cause is an older version of Django. Instead, a clearer error should be raised.
This has been overcome by other code changes.
Currently, if an older version of django is used, init.py:7 will raise an exception. This exception does not make it clear that the root cause is an older version of Django. Instead, a clearer error should be raised.