Changes between Version 1 and Version 2 of Ticket #24410, comment 5
- Timestamp:
- Feb 27, 2015, 8:13:22 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24410, comment 5
v1 v2 8 8 9 9 https://github.com/django/django/pull/4209 10 11 Server and client variables: 12 {{{ 13 character_set_client = utf8 14 character_set_connection = utf8 15 character_set_database = utf8 16 character_set_results = utf8 17 character_set_server = utf8 18 character_set_system = utf8 19 collation_connection = utf8_general_ci 20 collation_database = utf8_general_ci 21 collation_server = utf8_general_ci 22 }}}