Re: Customizing User model manager

2012-07-05 Thread Timothy Makobu
Ask this on django-users On Thu, Jul 5, 2012 at 11:50 AM, Tsachi wrote: > Hi, > I have a simple question, which I couldn't find an answer to it anywhere: > In a django project I'm working on, a deleted user is marked as * > is_active=False*. > *I need to custom the User manager to filter out al

Customizing User model manager

2012-07-05 Thread Tsachi
Hi, I have a simple question, which I couldn't find an answer to it anywhere: In a django project I'm working on, a deleted user is marked as * is_active=False*. *I need to custom the User manager to filter out all is_active=False users.* This is a project-wide requirement. In other words: I don't