On Fri, Sep 20, 2013 at 2:21 AM, Luke Sneeringer <[email protected]>wrote:
> But Django already has the mechanism to know not to install the model. > It's the "swappable" Meta option. That is what causes User not to be > installed if it is not used (contra my initial statement yesterday; I was > flat wrong). > > Right now, User has a meta option: > > swappable = 'AUTH_USER_MODEL' > > ...that does exactly what we are describing. It seems EmailUser (or > whatever we call it) should just do this also. > > No, it doesn't -- at least, not completely and in both directions. See my full answer to Aaron. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
