| Age | Commit message (Collapse) | Author |
|
Thanks Olivier Dalang, Tim McCurrach, Sarah Boyce, and Mar Bartolome for reviews.
|
|
composite primary key.
|
|
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
when using Meta.constraints.
|
|
|
|
Co-Authored-By: Silas Barta <sbarta@gmail.com>
|
|
|
|
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
|
|
password field.
|
|
required fields.
|
|
User.last_login isn't a field.
|
|
from the model field.
Thanks Ramin Farajpour Cami for the report.
|
|
User model doesn't have last_login field.
|
|
get_full_name() in AbstractBaseUser subclasses.
|
|
|
|
|
|
|
|
email field not named 'email'.
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
Thanks to Tim for the review.
|
|
This is a relic of when the tests were stored in contrib.auth.tests.
|
|
The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49
crashed on a custom user model.
|
|
ForeignKey/OneToOneField
|
|
|
|
Clarified docs to say that a non-unique USERNAME_FIELD is permissable
as long as the custom auth backend can support it.
|
|
session.
This allows using a UUIDField primary key along with the JSON session
serializer.
Thanks to Trac alias jamesbeith for the report and Simon Charette
for the initial patch.
|
|
|