Re: Django User (auth) question

2011-08-01 Thread James Matthews
Front end validation doesn't always work like it is supposed to so you shouldn't really rely on it. On Mon, Aug 1, 2011 at 6:09 AM, lokesh wrote: > hi, > i think Best way is front end validation. instead of modifying auth > models. > lokesh s > > > > On Aug 1, 12:43 pm,

Re: Django User (auth) question

2011-08-01 Thread James DeMichele
Awesome, that's the way I'm going about it. Thanks for the responses. -James On Mon, Aug 1, 2011 at 5:09 AM, lokesh wrote: > hi, > i think Best way is front end validation. instead of modifying auth > models. > lokesh s > > > > On Aug 1, 12:43 pm, bruno desthuilliers >

Re: Django User (auth) question

2011-08-01 Thread lokesh
hi, i think Best way is front end validation. instead of modifying auth models. lokesh s On Aug 1, 12:43 pm, bruno desthuilliers wrote: > On Aug 1, 7:28 am, James DeMichele wrote: > > > Hello, > > > I have a question about tweaking

Re: Django User (auth) question

2011-08-01 Thread bruno desthuilliers
On Aug 1, 7:28 am, James DeMichele wrote: > Hello, > > I have a question about tweaking the django.contrib.auth.models.User class. > I noticed that Django doesn't allow for overriding of attributes of "Field" > instances, such as "email" or "first name". Yet, I'd like

Django User (auth) question

2011-08-01 Thread James DeMichele
Hello, I have a question about tweaking the django.contrib.auth.models.User class. I noticed that Django doesn't allow for overriding of attributes of "Field" instances, such as "email" or "first name". Yet, I'd like to my email and first name fields to be required and I'd also like to have my