Closed NazarTopolsky closed 6 years ago
It's an error in the documentation. Django 1.9 is not supported; django-registration only officially supports upstream-supported versions of Django, and at the time of the 2.4.1 release Django 1.9 was past end-of-life.
While installing django-registration for my project that still uses Django 1.9, I have encountered a peculiar error. If I explicitly specify Django and django-registration versions like this:
everything goes smoothly.
However, if I install django-registration first, and then downgrade to Django 1.9, I get the following output:
Documentation states that Django 1.9 is supported:
I tend to trust documentation over pip output, and the code seems to work, but it is strange.