| Age | Commit message (Collapse) | Author |
|
without installing contrib.auth."
This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to
a crash if USERNAME_FIELD isn't a CharField.
|
|
|
|
|
|
Reverted 359370a8b8ca0efe99b1d4630b291ec060b69225 (refs #28645).
This is a security fix.
|
|
contrib.auth.
Also fixed #28608 -- Allowed UserCreationForm and UserChangeForm to
work with custom user models.
Thanks Sagar Chalise and Rômulo Collopy for reports, and Tim Graham
and Tim Martin for reviews.
|
|
error when using ModelBackend.
Regression in e0a3d937309a82b8beea8f41b17d8b6298da2a86.
Thanks Guilherme Junqueira for the report and Tim Graham for the review.
|
|
method for reuse.
|
|
from the model field.
Thanks Ramin Farajpour Cami for the report.
|
|
This will be a more useful regression test after refs #27515.
|
|
user fields.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
email field not named 'email'.
|
|
|
|
|
|
|
|
UserCreationForm.fields.
|
|
|
|
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
|
|
|
|
|
|
define USERNAME_FIELD.
|
|
|
|
forms.
Also updated topics/auth/customizing.txt to reflect that subclasses of
UserCreationForm and UserChangeForm can be used with custom user models.
Thanks Baptiste Mispelon for the initial documentation.
|
|
|
|
|
|
|
|
Thanks Carl Meyer for review.
|
|
|
|
|
|
|
|
|
|
|
|
|