Changes between Initial Version and Version 1 of Ticket #29381
- Timestamp:
- May 9, 2018, 3:59:58 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29381
- Property Cc added
- Property Resolution → needsinfo
- Property Status new → closed
-
Ticket #29381 – Description
initial v1 1 2 ---- 1 3 This is more of an idea than bug but most of the time when need to use authentication without using `contrib.auth` one needs to rewrite some of the parts that can be reused if it were in base_user when the interface is similar to django.contrib.auth. 2 4 I am mostly talking about update_last_login function and AnonymousUser when custom user is derived from AbstractBaseUser.