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 defaultRegistrationForm
did not enforce case-insensitive uniqueness of the username value. Now thatRegistrationForm
does enforce that, this class serves no purpose and is deprecated. It will be removed indjango-registration
6.0.