https://groups.google.com/forum/#!topic/django-developers/7b4xzkjLFH8
It seems to me that moving AbstractBaseUser outside of models.py (into a
utils.py or abstract.py) would make it usable without having to put
django.contrib.auth in INSTALLED_APPS (and installing unused tables).
--
Ticket URL: <https://code.djangoproject.com/ticket/24564>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24564#comment:1>
* needs_docs: 0 => 1
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/24564#comment:2>
* status: new => assigned
* owner: nobody => delgiudices
--
Ticket URL: <https://code.djangoproject.com/ticket/24564#comment:3>
* owner: delgiudices =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/24564#comment:4>
* needs_docs: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/24564#comment:5>
* status: new => closed
* owner: => Tim Graham <timograham@…>
* resolution: => fixed
Comment:
In [changeset:"fe914341c83b37fd6aa8fd85620cf49dd2328ab0" fe914341]:
{{{
#!CommitTicketReference repository=""
revision="fe914341c83b37fd6aa8fd85620cf49dd2328ab0"
Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be
used without auth in INSTALLED_APPS
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24564#comment:6>