diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 8c6cd4f6982..1bd32f6192b 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 ``_set``.