mirror of
https://github.com/django/django.git
synced 2025-08-06 20:08:20 +00:00
Fixed #21181 -- Added Collate database function.
Thanks Simon Charette for reviews.
This commit is contained in:
parent
60626162f7
commit
63300f7e68
10 changed files with 121 additions and 2 deletions
|
@ -58,6 +58,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
|||
supports_deferrable_unique_constraints = True
|
||||
has_json_operators = True
|
||||
json_key_contains_list_matching_requires_list = True
|
||||
test_collations = {
|
||||
'swedish-ci': 'sv-x-icu',
|
||||
}
|
||||
|
||||
@cached_property
|
||||
def introspected_field_types(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue