Plain drops the _id half of foreign keys. book.author gives you an Author instance with only its id loaded — free to read, free to assign, and it loads the rest only when you ask for it.
Plain drops the _id half of foreign keys. book.author gives you an Author instance with only its id loaded — free to read, free to assign, and it loads the rest only when you ask for it.