diff options
Diffstat (limited to 'django/db/backends/mysql/features.py')
-rw-r--r-- | django/db/backends/mysql/features.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/db/backends/mysql/features.py b/django/db/backends/mysql/features.py index e97b3bfaa4..3713df549b 100644 --- a/django/db/backends/mysql/features.py +++ b/django/db/backends/mysql/features.py @@ -46,6 +46,7 @@ class DatabaseFeatures(BaseDatabaseFeatures): order_by_nulls_first = True test_collations = { 'ci': 'utf8_general_ci', + 'non_default': 'utf8_esperanto_ci', 'swedish_ci': 'utf8_swedish_ci', } |