mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed typo in docs/releases/4.0.txt.
This commit is contained in:
parent
59f4796918
commit
b8c0b22f2f
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user