On Oct 29, 4:09 pm, baloan <balo...@googlemail.com> wrote: > 3. In the documentation the archive table is defined like > > db.define_table('mytable_history', > Field('current_record',db.mytable), > db.mytable) > > while in the current version it is defined like > > db.define_table('mytable_arcvhive', > Field('current_record',db.mytable), > db.mytable) > > Just a typo correction needed in the documentation.
The error is also in the comments section in gluon/tools.py itself, around line 2712. I have fixed the book, but the comment in the source code must still be fixed (by someone else).