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
--~--~-~--~~~--
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(
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_
;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
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
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