diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-18 20:32:43 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-01-19 11:58:37 +0100 |
| commit | de4e854f079dd3a638b9919ad73e5835d5e90d3f (patch) | |
| tree | 8ab718174a55e71b295d293bf695d419b403bd98 | |
| parent | 8dcb8b9e95eee0edb8e11ed02efb0f09a578b339 (diff) | |
[3.2.x] Corrected versionadded annotations.
Backport of 73ffc73b68d3c1fc1e51f13963718492303a2941 from master
| -rw-r--r-- | docs/howto/windows.txt | 2 | ||||
| -rw-r--r-- | 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 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 c3b7948caa..cc77a495a0 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. |
