Browse Source

Fixed a vesionadded directive.

Florian Apolloner 10 years ago
parent
commit
1ee9507eb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/models/options.txt

+ 1 - 1
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``.