- Language: en
97 results for mysql in version 5.2
-
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 …
-
How to create custom model fields
- … MySQL, you must make sure that get_prep_value() always returns a string type. MySQL …
-
Django 1.6 release notes
- … MySQL, you must install pytz and load the time zone tables with mysql_tzinfo_to_sql . Addition …
-
Django 1.10 release notes
- … MySQL limitation. When using the utf8mb4 encoding (recommended for proper Unicode support), MySQL can only …
-
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-admin and manage.py
- … MySQL, this runs the mysql command-line client. For SQLite, this runs the sqlite3 command …
-
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 …