| Age | Commit message (Collapse) | Author |
|
For use in checking user permissions via has_perm().
Co-authored-by: 사재혁 <jaehyuck.sa.dev@gmail.com>
|
|
|
|
|
|
|
|
deprecation timeline.
|
|
|
|
|
|
- Updated references to RFC 1123 to RFC 5322
- Only partial as RFC 5322 sort of sub-references RFC 1123.
- Updated references to RFC 2388 to RFC 7578
- Except RFC 2388 Section 5.3 which has no equivalent.
- Updated references to RFC 2396 to RFC 3986
- Updated references to RFC 2616 to RFC 9110
- Updated references to RFC 3066 to RFC 5646
- Updated references to RFC 7230 to RFC 9112
- Updated references to RFC 7231 to RFC 9110
- Updated references to RFC 7232 to RFC 9110
- Updated references to RFC 7234 to RFC 9111
- Tidied up style of text when referring to RFC documents
|
|
|
|
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
|
|
|
|
Co-Authored-By: Silas Barta <sbarta@gmail.com>
|
|
|
|
migrations.
Used app config to lookup user model in _create_user().
Thanks Markus Holtermann for the review and initial patch.
Thanks Simon Charette for the implementation idea.
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
Added to mirror the existing User.get_group_permissions().
|
|
favor of databases.
|
|
|
|
|
|
AnonymousUser.
|
|
|
|
doesn't use an enabled hasher.
Regression in aeb1389442d0f9669edf6660b747fd10693b63a7.
Reverted changes to is_password_usable() from
703c266682be39f7153498ad0d8031231f12ee79 and documentation changes from
92f48680dbd2e02f2b33f6ad0e35b7d337889fb2.
|
|
username isn't a string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
email field not named 'email'.
|
|
http://bugs.python.org/issue27364
|
|
|
|
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
|
|
|
|
|
|
|
|
|
|
This is a relic of when the tests were stored in contrib.auth.tests.
|
|
Thanks Carl Meyer for review.
|
|
|
|
|
|
|
|
|