TAXIIProject / django-taxii-services

Installable taxii_services
http://taxiiproject.github.io/
BSD 3-Clause "New" or "Revised" License
20 stars 13 forks source link

Check django version in __init__.py #12

Closed MarkDavidson closed 9 years ago

MarkDavidson commented 10 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.

MarkDavidson commented 9 years ago

This has been overcome by other code changes.