summaryrefslogtreecommitdiff
path: root/docs/topics/db
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-08-15 07:14:10 -0400
committerTim Graham <timograham@gmail.com>2013-08-15 07:14:10 -0400
commit29255fcb4f5f50334cda9546ada2f31e825deec3 (patch)
tree891e7cde385813556679c40ab8ebb3ac560404e8 /docs/topics/db
parent354009d67eb56301457ec26c1c847af5fdfc083b (diff)
Fixed some ReST errors regarding backticks
Diffstat (limited to 'docs/topics/db')
-rw-r--r--docs/topics/db/managers.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/managers.txt b/docs/topics/db/managers.txt
index 2d3f35db8b..c97149cfd1 100644
--- a/docs/topics/db/managers.txt
+++ b/docs/topics/db/managers.txt
@@ -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::