モデル自体でForeignKeyを実行している場合は、次のように実行する必要があります
models.ForeignKey("self", blank=True, null=True, related_name='location_parent')
モデル自体でForeignKeyを実行している場合は、次のように実行する必要があります
models.ForeignKey("self", blank=True, null=True, related_name='location_parent')