- Language: en
94 results for mysql in version 4.2
-
Django version 0.96 release notes
- … mysql" to this: DATABASE_ENGINE = "mysql_old" However, we strongly encourage MySQL …
-
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 …
-
Model index reference
- … MySQL and MariaDB Functional indexes are ignored with MySQL < 8.0.13 and MariaDB as neither …
-
Django 1.10 release notes
- … MySQL limitation. When using the utf8mb4 encoding (recommended for proper Unicode support), MySQL can only …
-
Database Functions
- … MySQL may be converted to an incorrect type unless explicitly cast to the correct database …
-
django-admin and manage.py
- … MySQL, this runs the mysql command-line client. For SQLite, this runs the sqlite3 command …
-
How to write custom lookups
- … mysql method: class MySQLNotEqual ( NotEqual ): def as_mysql ( self , compiler , connection , ** extra_context ): lhs , lhs_params …
-
Testing tools
- … MySQL with the MyISAM storage engine), and all instances of TransactionTestCase , will roll back at the end of the test …
-
Model Meta options
- … MySQL backend. See the MySQL notes for more details. Table name quoting for Oracle In order …