mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed some ReST errors regarding backticks
This commit is contained in:
parent
354009d67e
commit
29255fcb4f
12 changed files with 19 additions and 17 deletions
|
@ -265,8 +265,8 @@ Methods are copied according to the following rules:
|
|||
|
||||
- Public methods are copied by default.
|
||||
- Private methods (starting with an underscore) are not copied by default.
|
||||
- Methods with a `queryset_only` attribute set to `False` are always copied.
|
||||
- Methods with a `queryset_only` attribute set to `True` are never copied.
|
||||
- Methods with a ``queryset_only`` attribute set to ``False`` are always copied.
|
||||
- Methods with a ``queryset_only`` attribute set to ``True`` are never copied.
|
||||
|
||||
For example::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue