- Language: en
91 results for mysql in version 3.2
-
django-admin and manage.py
- … MySQL, this runs the mysql command-line client. For SQLite, this runs the sqlite3 command …
-
Django 1.6 release notes
- … MySQL, you must install pytz and load the time zone tables with mysql_tzinfo_to_sql . Addition …
-
Writing 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 …
-
Model Meta options
- … MySQL backend. See the MySQL notes for more details. Table name quoting for Oracle In order …
-
Database Functions
- … MySQL may be converted to an incorrect type unless explicitly cast to the correct database …
-
Django 1.4 release notes
- … MySQL database backend can now make use of the savepoint feature implemented by MySQL version …
-
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 …