1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Corrected example in CreateCollation() docs.

This commit is contained in:
Adam Johnson 2023-03-12 14:02:34 +00:00 committed by GitHub
parent 4b1bfea284
commit 4db33e96d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
),
...,
]