Feature and API deprecation cycleΒΆ
This document will list any features or APIs of django-registration which
are deprecated and scheduled to be removed in future releases.
As of 5.2.1, the following features or APIs are deprecated:
The form class
django_registration.forms.RegistrationFormCaseInsensitive. This was previously provided because the defaultRegistrationFormdid not enforce case-insensitive uniqueness of the username value. Now thatRegistrationFormdoes enforce that, this class serves no purpose and is deprecated. It will be removed indjango-registration6.0.