1
0
mirror of https://github.com/django/django.git synced 2025-06-07 04:29:12 +00:00

[3.2.x] Corrected versionadded annotations.

Backport of 73ffc73b68d3c1fc1e51f13963718492303a2941 from master
This commit is contained in:
Mariusz Felisiak 2021-01-18 20:32:43 +01:00 committed by Carlton Gibson
parent 8dcb8b9e95
commit de4e854f07
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ with Django.
Colored terminal output Colored terminal output
======================= =======================
.. versionadded: 3.2 .. versionadded:: 3.2
A quality-of-life feature is to output colored (rather than monochrome) output 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 on the terminal. This should work both on CMD and PowerShell. If for some

View File

@ -674,7 +674,7 @@ The ``F()`` objects support bitwise operations by ``.bitand()``, ``.bitor()``,
Expressions can reference transforms Expressions can reference transforms
------------------------------------ ------------------------------------
.. versionadded: 3.2 .. versionadded:: 3.2
Django supports using transforms in expressions. Django supports using transforms in expressions.