Skip to content

Commit

Permalink
Merge pull request #231 from pjrobertson/patch-1
Browse files Browse the repository at this point in the history
Add note about removal of `cleanupregistration`
  • Loading branch information
ubernostrum authored May 28, 2022
2 parents b803323 + 5361e70 commit ca19da5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,16 @@ URL pattern names beginning with `"registration"`. For example:
with `"django_registration"`. For example:
`"django_registration_register"`.

Removal of `cleanupregistration` management command
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The "cleanupregistration" management command, and the
RegistrationProfile.objects.delete_expired_users() and
RegistrationProfile.objects.expired() methods, were removed
in django-registration 3.0.
Deployments which need a way to identify and delete
expired accounts should determine how they wish to do so
and implement their own methods for this.

Other changes
~~~~~~~~~~~~~
Expand Down

0 comments on commit ca19da5

Please sign in to comment.