summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2014-12-29 10:21:48 +0100
committerFlorian Apolloner <florian@apolloner.eu>2014-12-29 10:22:19 +0100
commit1ee9507eb3e21ce3d2d95a84b52cef687bf0606f (patch)
tree1b00a9c8336f6ad913b57ce445c9dd5bf36cccb2
parent1cdfbde4db1ac6bbddb2cf8dd5192831bc0f9ce3 (diff)
Fixed a vesionadded directive.
-rw-r--r--docs/ref/models/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index 8c6cd4f698..1bd32f6192 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -100,7 +100,7 @@ Django quotes column and table names behind the scenes.
.. attribute:: Options.default_related_name
-.. versionadded:: 1.8
+ .. versionadded:: 1.8
The name that will be used by default for the relation from a related object
back to this one. The default is ``<model_name>_set``.