mirror of
https://github.com/django/django.git
synced 2025-12-03 16:47:26 +00:00
Fixed typo in ref/models/fields.txt.
This commit is contained in:
parent
cf4d902eb5
commit
799c377818
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue