diff options
| author | Clifford Gama <cliffygamy@gmail.com> | 2024-10-27 12:12:55 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-29 11:32:49 +0100 |
| commit | b8277179d063a92c8216ab5d092836febb7bf465 (patch) | |
| tree | a28c112bfe86f7e68cd90224a67901e0adb3f3e9 /docs/ref | |
| parent | a0ea554d24406011474af6be6183807c94d20896 (diff) | |
[5.1.x] Fixed typo in ref/models/fields.txt.
Backport of 799c3778186167eca3ed43f0e480738a607381de from main.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 745520961d..b552be5088 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -2329,7 +2329,7 @@ called ``thirdpartyapp``, it can be referenced as:: class Car(models.Model): manufacturer = models.ForeignKey( - "thirdpartyapp``.Manufacturer", + "thirdpartyapp.Manufacturer", on_delete=models.CASCADE, ) |
