Re: Django is really starting to muddle MVC, and it has me concerned

2007-04-13 Thread voltron
This is great stuff. Is there some place where one can see the proposed dates when such branches would be merged to the trunk? I will definately stop working on my project due to this, I would not want to rewrite all my code to use newforms-admin. Thanks --~--~-~--~~~--

Re: Session Class field question

2007-03-03 Thread voltron
wrote: > On Mar 2, 2007, at 20:06 , voltron wrote: > > > I´m poking around trying to understand things a little more. Can > > someone tell me what the parenthesis in this field declaration is for? > > > # Code snippet > > > session_key = models.CharField(

Session Class field question

2007-03-02 Thread voltron
I´m poking around trying to understand things a little more. Can someone tell me what the parenthesis in this field declaration is for? # Code snippet session_key = models.CharField(_('session key') ...# more code Also in the Meta class: # Code snippet class Meta: db_table = 'django_

Re: UserManger Class question

2007-02-19 Thread voltron
;base" and "model" classes but things are still a little hazy Thanks On Feb 17, 9:47 am, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > On 2/17/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > > > class UserManager(models

UserManger Class question

2007-02-17 Thread voltron
Forgive if its so obvious, I have´nt coded in Python for a while. While poking around in the Django internals, I saw this: # snip class UserManager(models.Manager): def create_user(self, username, email, password): "Creates and saves a User with the given username, e-mail and passwor

Re: Adding support for replacing the auth User model to fit custom needs

2007-02-14 Thread voltron
This is great! Would this be rolled in the latest SVSN version? On Feb 12, 6:04 pm, "RonnyPfannschmidt" <[EMAIL PROTECTED]> wrote: > sweet - thats a good start > > On 12 Feb., 17:21, "Gary Wilson" <[EMAIL PROTECTED]> wrote: > > > On Feb 12, 9:01 am, "RonnyPfannschmidt" <[EMAIL PROTECTED]> > > wro