From de4e854f079dd3a638b9919ad73e5835d5e90d3f Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 18 Jan 2021 20:32:43 +0100 Subject: [PATCH] [3.2.x] Corrected versionadded annotations. Backport of 73ffc73b68d3c1fc1e51f13963718492303a2941 from master --- docs/howto/windows.txt | 2 +- docs/topics/db/queries.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index f670293a1ca..5601d1b9588 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 c3b7948caa5..cc77a495a05 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -674,7 +674,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.