|
@@ -2323,7 +2323,7 @@ called ``thirdpartyapp``, it can be referenced as::
|
|
|
|
|
|
class Car(models.Model):
|
|
class Car(models.Model):
|
|
manufacturer = models.ForeignKey(
|
|
manufacturer = models.ForeignKey(
|
|
- "thirdpartyapp``.Manufacturer",
|
|
|
|
|
|
+ "thirdpartyapp.Manufacturer",
|
|
on_delete=models.CASCADE,
|
|
on_delete=models.CASCADE,
|
|
)
|
|
)
|
|
|
|
|