change overly subtle remapping in tutorial

Issue #1934 resolved
Mike Bayer repo owner created an issue

Very hard to spot this:

users_table = User.__table__

and without it the remapping later fails (see http://bpaste.net/show/9861/ ). We should probably remap to User.table the same way Address maps to Address.table.

Comments (3)

  1. Log in to comment