Can I have a Django model that has a foreign key reference to itself? March 4, 2023 by Tarik You should use models.ForeignKey('self') as mentioned here.