mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Fixed typo in ref/models/fields.txt.
This commit is contained in:
parent
f182dacc21
commit
3cd08b222b
@ -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…
x
Reference in New Issue
Block a user