Hi there!
I was wondering if it would be nice force an installation error when Django>=1.9 is present.
This may (or may not, IDK) be a rare scenario but take my case as an example: I just upgraded a project from Django 1.8 to Django 1.11... and my Django admin interface was... well... misbehaving. It took me a considerable amount of time to understand that that was being caused by conflicts between (in my case) this and that.
If you guys agree this is a good idea I'll be happy to implement the changes, if needed.