mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Corrected example in CreateCollation() docs.
This commit is contained in:
parent
4b1bfea284
commit
4db33e96d1
1 changed files with 2 additions and 1 deletions
|
@ -128,9 +128,10 @@ For example, to create a collation for German phone book ordering::
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
CreateCollation(
|
CreateCollation(
|
||||||
"german_phonebook",
|
"case_insensitive",
|
||||||
provider="icu",
|
provider="icu",
|
||||||
locale="und-u-ks-level2",
|
locale="und-u-ks-level2",
|
||||||
|
deterministic=False,
|
||||||
),
|
),
|
||||||
...,
|
...,
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue