mirror of
https://github.com/django/django.git
synced 2025-04-15 12:54:38 +00:00
[1.7.x] Removed doc note about PasswordResetForm requiring an integer PK.
This limitation was lifted in refs #14881. Backport of a7aaabfaf1fa4c20065ab1133d49f40d4de6b409 from master
This commit is contained in:
parent
f461bc02cb
commit
8e68b590ab
@ -734,9 +734,9 @@ auth views.
|
||||
|
||||
* :class:`~django.contrib.auth.forms.PasswordResetForm`
|
||||
|
||||
Assumes that the user model has an integer primary key, has a field named
|
||||
``email`` that can be used to identify the user, and a boolean field
|
||||
named ``is_active`` to prevent password resets for inactive users.
|
||||
Assumes that the user model has a field named ``email`` that can be used to
|
||||
identify the user and a boolean field named ``is_active`` to prevent
|
||||
password resets for inactive users.
|
||||
|
||||
* :class:`~django.contrib.auth.forms.SetPasswordForm`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user