I created two classes, Item and Warranty. Item holds a reference to Warranty, and Warranty is tagged with a foreign key attribute. I'm following the same pattern as on the wiki page, yet I keep getting "doesn't know about Warranty" error. Here's what my classes look like:
Item class
Warranty class
This is what I call to create the tables and the very first line is throwing the error.