mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Added missing backticks in docs.
This commit is contained in:
parent
e4a5527d1d
commit
02376f1f53
3 changed files with 5 additions and 4 deletions
|
@ -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 <ManyToManyField.through>` model.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue