mirror of
https://github.com/django/django.git
synced 2025-08-07 12:28:18 +00:00
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
Previously, backends used different keys "swedish-ci" or "swedish_ci".
This commit is contained in:
parent
f3901b5899
commit
278b6187d2
4 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
has_json_operators = True
|
||||
json_key_contains_list_matching_requires_list = True
|
||||
test_collations = {
|
||||
'swedish-ci': 'sv-x-icu',
|
||||
'swedish_ci': 'sv-x-icu',
|
||||
}
|
||||
|
||||
@cached_property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue