Re: djangobook.com, chapter 5, __init__() got an unexpected keyword argument 'maxlength'

2013-07-08 Thread Nkansah Rexford
Several years since this question was asked, but really solved my problem today. I'm using 1.5 of django, and the maxlength (now max_length) thing was bugging me. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: djangobook.com, chapter 5, __init__() got an unexpected keyword argument 'maxlength'

2009-01-26 Thread dscher
Thanks, this one tripped me up as well. On Dec 2 2008, 12:09 am, djan wrote: > Thank you all! This did the trick, and I'm sure it will help be avoid > future problems. > > On Dec 1, 9:57 am, Praveen wrote: > > > write max_length instead of

Re: djangobook.com, chapter 5, __init__() got an unexpected keyword argument 'maxlength'

2008-12-01 Thread djan
Thank you all! This did the trick, and I'm sure it will help be avoid future problems. On Dec 1, 9:57 am, Praveen <[EMAIL PROTECTED]> wrote: > write max_length instead of maxlength > > On Dec 1, 1:01 pm, Roland van Laar <[EMAIL PROTECTED]> wrote: > > > djan wrote: > > > Hello, > > > > I'm

Re: djangobook.com, chapter 5, __init__() got an unexpected keyword argument 'maxlength'

2008-12-01 Thread Praveen
write max_length instead of maxlength On Dec 1, 1:01 pm, Roland van Laar <[EMAIL PROTECTED]> wrote: > djan wrote: > > Hello, > > > I'm following along with djangobook.com, and I have a problem in > > chapter 5 that I cannot resolve. I am using OpenSuSE-11.0, Python > > 2.5.2, sqlite3-3.5.7-17.1

Re: djangobook.com, chapter 5, __init__() got an unexpected keyword argument 'maxlength'

2008-12-01 Thread Roland van Laar
djan wrote: > Hello, > > I'm following along with djangobook.com, and I have a problem in > chapter 5 that I cannot resolve. I am using OpenSuSE-11.0, Python > 2.5.2, sqlite3-3.5.7-17.1 (and incidentally, this same error occurs > with MySQL). > > > File

Re: djangobook.com, chapter 5, __init__() got an unexpected keyword argument 'maxlength'

2008-11-30 Thread Russell Keith-Magee
On Mon, Dec 1, 2008 at 2:04 PM, djan <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm following along with djangobook.com, and I have a problem in > chapter 5 that I cannot resolve. I am using OpenSuSE-11.0, Python > 2.5.2, sqlite3-3.5.7-17.1 (and incidentally, this same error occurs > with MySQL).

Re: djangobook.com, chapter 5, __init__() got an unexpected keyword argument 'maxlength'

2008-11-30 Thread Malcolm Tredinnick
On Sun, 2008-11-30 at 21:04 -0800, djan wrote: > Hello, > > I'm following along with djangobook.com, and I have a problem in > chapter 5 that I cannot resolve. I am using OpenSuSE-11.0, Python > 2.5.2, sqlite3-3.5.7-17.1 (and incidentally, this same error occurs > with MySQL). The Django book

djangobook.com, chapter 5, __init__() got an unexpected keyword argument 'maxlength'

2008-11-30 Thread djan
Hello, I'm following along with djangobook.com, and I have a problem in chapter 5 that I cannot resolve. I am using OpenSuSE-11.0, Python 2.5.2, sqlite3-3.5.7-17.1 (and incidentally, this same error occurs with MySQL). When I run the following: $ python manage.py validate I receive: Traceback