From 02376f1f53db24039c200ef4818d96accf16a88b Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 21 Jul 2023 12:54:38 +0200 Subject: Added missing backticks in docs. --- docs/ref/models/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 06bf09fba0..6f318b2df8 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -445,7 +445,7 @@ not be looking at your Django code. For example:: unique_together = ["driver", "restaurant"] A :class:`~django.db.models.ManyToManyField` cannot be included in - unique_together. (It's not clear what that would even mean!) If you + ``unique_together``. (It's not clear what that would even mean!) If you need to validate uniqueness related to a :class:`~django.db.models.ManyToManyField`, try using a signal or an explicit :attr:`through ` model. -- cgit v1.3