mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-31 12:56:24 -06:00
11279 add collation
This commit is contained in:
parent
4062986e06
commit
33099499d6
@ -14,6 +14,6 @@ class Migration(migrations.Migration):
|
|||||||
CreateCollation(
|
CreateCollation(
|
||||||
"natural_sort",
|
"natural_sort",
|
||||||
provider="icu",
|
provider="icu",
|
||||||
locale="und-u-kn-true",
|
locale="und-u-ks-level2-kn-true",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user