[4.0.x] Fixed typo in docs/releases/4.0.txt.

Backport of b8c0b22f2f from main
This commit is contained in:
Ryuji Tsutsui 2021-11-25 01:38:35 +09:00 committed by Mariusz Felisiak
parent 70b05c5374
commit 5a61bdbb85
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ For example::
last_name = models.CharField(max_length=255)
class Meta:
indexes = [
constraints = [
UniqueConstraint(
Lower('first_name'),
Lower('last_name').desc(),