Re: Session Class field question

2007-03-03 Thread voltron
Thanks Nebojša for your answer Actually, I was asking for development purposes, and as I see, the values which are asked for should not be used or edited by a Django user. If I´m still wrong, I´ll post in the Django users Forum. On Mar 3, 2:15 am, Nebojša Đorđević <[EMAIL PROTECTED]> wrote:

Re: Session Class field question

2007-03-02 Thread Nebojša Đorđević
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 key') ...# more code _() is shortcut for calling

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_