- ISBN13: 978-1-59059-725-5
- ISBN10: 1-59059-725-7
- 447 pp.
- Published Dec 2007
- Print Book Price: $44.99
- eBook Price: $31.49
Errata Submission
If you think that you've found an error in The Definitive Guide to Django: Web Development Done Right, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.
Errata
| Issue | Author's Response |
|---|---|
| Page 67, in the code you use 'maxlength', after looking in the code of django version 1.0.2 and python 2.4 on linux. or python 2.6 on windows I had the same error "TypeError: __init__() got an unexpected keyword argument 'maxlength'" I have changed maxlength in max_length (everywhere) and the problem was solved. The variable was changed in an earlier version of django. So it must definitely a part of the errata. I was searching for a couple off hours. thanks in advance Reinder van Raalte |
The book covers Django 0.96. This change was made between 0.96 and Django 1.0, which you're using. |
