Changes between Initial Version and Version 1 of Ticket #29381


Ignore:
Timestamp:
May 9, 2018, 3:59:58 AM (7 years ago)
Author:
Carlton Gibson
Comment:

Hi Sagar. Thanks for the input.

I'm going to close this as needsinfo as is. The general idea is Yeah, possibly but it's too vague to be actionable in its current form.

If you want to push this forwards then I would recommend an exploratory PR: make some (small) changes; what tests break?; what does it allow you to do?; etc. From there we've got something concrete to assess. Does that make sense?

Please feel free to re-open this issue if you come up with something concrete along these lines!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29381

    • Property Cc Carlton Gibson added
    • Property Resolutionneedsinfo
    • Property Status newclosed
  • Ticket #29381 – Description

    initial v1  
     1
     2----
    13This 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.
    24I am mostly talking about update_last_login function and AnonymousUser when custom user is derived from AbstractBaseUser.
Back to Top