summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-18 20:32:43 +0100
committerCarlton Gibson <carlton@noumenal.es>2021-01-19 11:52:47 +0100
commit73ffc73b68d3c1fc1e51f13963718492303a2941 (patch)
treeed96ccb88f30e0216c732b5bc3e9b22229936092
parent8c7ff7b8cff4a62423512efc3c4fe7955edfeed5 (diff)
Corrected versionadded annotations.
-rw-r--r--docs/howto/windows.txt2
-rw-r--r--docs/topics/db/queries.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt
index f670293a1c..5601d1b958 100644
--- a/docs/howto/windows.txt
+++ b/docs/howto/windows.txt
@@ -94,7 +94,7 @@ with Django.
Colored terminal output
=======================
-.. versionadded: 3.2
+.. versionadded:: 3.2
A quality-of-life feature is to output colored (rather than monochrome) output
on the terminal. This should work both on CMD and PowerShell. If for some
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index 39508e280c..3800217023 100644
--- a/docs/topics/db/queries.txt
+++ b/docs/topics/db/queries.txt
@@ -670,7 +670,7 @@ The ``F()`` objects support bitwise operations by ``.bitand()``, ``.bitor()``,
Expressions can reference transforms
------------------------------------
-.. versionadded: 3.2
+.. versionadded:: 3.2
Django supports using transforms in expressions.