mirror of https://github.com/django/django.git
Fixed typo in ref/models/fields.txt.
This commit is contained in:
parent
cf4d902eb5
commit
799c377818
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue