- Language: en
97 results for mysql in the development version
-
Multiple databases
- … MySQL database called users : DATABASES = { "default" : { "NAME" : "app_data" , "ENGINE …
-
Django version 0.96 release notes
- … mysql" to this: DATABASE_ENGINE = "mysql_old" However, we strongly encourage MySQL …
-
Settings
- … MySQL, MySQL will connect via a Unix socket to the specified socket. For example: "HOST …
-
Django 1.6 release notes
- … MySQL, you must install pytz and load the time zone tables with mysql_tzinfo_to_sql . Addition …
-
How to create custom model fields
- … MySQL, you must make sure that get_prep_value() always returns a string type. MySQL …
-
Django 1.10 release notes
- … MySQL limitation. When using the utf8mb4 encoding (recommended for proper Unicode support), MySQL can only …
-
Model index reference
- … MySQL and MariaDB Functional indexes are ignored with MySQL < 8.0.13 and MariaDB as neither …
-
Django 3.1 release notes
- … MySQL 8.0.16+, analyze option on MySQL 8.0.18+ and MariaDB. Added PositiveBigIntegerField which acts much like …
-
Django 1.4 release notes
- … MySQL database backend can now make use of the savepoint feature implemented by MySQL version …
-
How to write custom lookups
- … mysql method: class MySQLNotEqual ( NotEqual ): def as_mysql ( self , compiler , connection , ** extra_context ): lhs , lhs_params …