Django Foreign Key Relationship Nested Python Django Shortcut Nested Foreign Key December 17, 2023 Post a Comment Suppose I have the following in my models.py: class Book: pass class Part: book = models.F… Read more Django Shortcut Nested Foreign Key