mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
[4.2.x] Corrected example in CreateCollation() docs.
Backport of 4db33e96d1b5b4ba1a739e15b28835495f78eee4 from main
This commit is contained in:
parent
2e57dc490b
commit
a0f46ea7e8
@ -128,9 +128,10 @@ For example, to create a collation for German phone book ordering::
|
||||
|
||||
operations = [
|
||||
CreateCollation(
|
||||
"german_phonebook",
|
||||
"case_insensitive",
|
||||
provider="icu",
|
||||
locale="und-u-ks-level2",
|
||||
deterministic=False,
|
||||
),
|
||||
...,
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user