mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[3.1.x] Added backticks to code literals in various docs.
Backport of 550297d20d
from master
This commit is contained in:
parent
092a25dcf2
commit
5d41fd22dc
6 changed files with 11 additions and 9 deletions
|
@ -1323,7 +1323,7 @@ generating choices. See :ref:`iterating-relationship-choices` for details.
|
|||
.. class:: ModelMultipleChoiceField(**kwargs)
|
||||
|
||||
* Default widget: :class:`SelectMultiple`
|
||||
* Empty value: An empty ``QuerySet`` (self.queryset.none())
|
||||
* Empty value: An empty ``QuerySet`` (``self.queryset.none()``)
|
||||
* Normalizes to: A ``QuerySet`` of model instances.
|
||||
* Validates that every id in the given list of values exists in the
|
||||
queryset.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue