Re: django/contrib/auth/models.py goes nuts

2010-12-23 Thread John Fabiani
On Thursday, December 23, 2010 09:05:21 am Steve Holden wrote: > On 12/23/2010 11:54 AM, John Fabiani wrote: > > On Thursday, December 23, 2010 12:39:44 am bruno desthuilliers wrote: > >> On 23 déc, 06:33, John Fabiani wrote: > >> > >> (snip) > >> > >> John, may I suggest

Re: django/contrib/auth/models.py goes nuts

2010-12-23 Thread Steve Holden
On 12/23/2010 11:54 AM, John Fabiani wrote: > On Thursday, December 23, 2010 12:39:44 am bruno desthuilliers wrote: >> On 23 déc, 06:33, John Fabiani wrote: >> >> (snip) >> >> John, may I suggest that instead of trying whatever comes to mind and >> wonder what happens, you

Re: django/contrib/auth/models.py goes nuts

2010-12-23 Thread John Fabiani
On Thursday, December 23, 2010 12:39:44 am bruno desthuilliers wrote: > On 23 déc, 06:33, John Fabiani wrote: > > (snip) > > John, may I suggest that instead of trying whatever comes to mind and > wonder what happens, you spend some times learning Python, specially > the

Re: django/contrib/auth/models.py goes nuts

2010-12-23 Thread SomeLiang
I have the same problem..hi John!Please talk to me what you have done to make it work?? Seems the auth/model.py is so weak...which makes me cry [?][?][?][?] 2010/12/23 bruno desthuilliers > On 23 déc, 06:33, John Fabiani wrote: > > (snip) >

Re: django/contrib/auth/models.py goes nuts

2010-12-23 Thread bruno desthuilliers
On 23 déc, 06:33, John Fabiani wrote: (snip) John, may I suggest that instead of trying whatever comes to mind and wonder what happens, you spend some times learning Python, specially the part about modules, import and the modules search path ? Your problem - which has

Re: django/contrib/auth/models.py goes nuts

2010-12-22 Thread John Fabiani
On Wednesday, December 22, 2010 07:18:15 pm John Fabiani wrote: > On Wednesday, December 22, 2010 06:44:47 pm John Fabiani wrote: > > Hi, > > I had a working website for about the last 2 weeks. I was using a test > > database (Postgres). I am also using SVN for my code and have tried to > >

Re: django/contrib/auth/models.py goes nuts

2010-12-22 Thread John Fabiani
On Wednesday, December 22, 2010 06:44:47 pm John Fabiani wrote: > Hi, > I had a working website for about the last 2 weeks. I was using a test > database (Postgres). I am also using SVN for my code and have tried to > revert back many versions and I still get these new errors. > > The error

django/contrib/auth/models.py goes nuts

2010-12-22 Thread John Fabiani
Hi, I had a working website for about the last 2 weeks. I was using a test database (Postgres). I am also using SVN for my code and have tried to revert back many versions and I still get these new errors. The error first appeared as datetime has no Attribute 'None' for a line in my views.py