mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[5.1.x] Fixed typo in ref/models/fields.txt.
Backport of 799c377818 from main.
This commit is contained in:
committed by
Sarah Boyce
parent
a0ea554d24
commit
b8277179d0
@@ -2329,7 +2329,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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user