- Language: en
35 results for mysql in version 1.10
-
Django 1.8 release notes
- … MySQL backend no longer strips microseconds from datetime values as MySQL 5.6.4 and up supports …
-
Django 1.6.3 release notes
- … MySQL typecasting The MySQL database is known to “typecast” on certain queries; for example, when …
-
Django 1.2 release notes
- … MySQL In previous versions of Django, a model’s BooleanField under MySQL would return its value …
-
Django 1.4.11 release notes
- … MySQL typecasting The MySQL database is known to “typecast” on certain queries; for example, when …
-
Django 1.5.6 release notes
- … MySQL typecasting The MySQL database is known to “typecast” on certain queries; for example, when …
-
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 …
-
Django 1.10 release notes
- … MySQL limitation. When using the utf8mb4 encoding (recommended for proper Unicode support), MySQL can only …
-
Django 1.4 release notes
- … MySQL database backend can now make use of the savepoint feature implemented by MySQL version …
-
Django 1.7.2 release notes
- … MySQL 5.6+ crash with GeometryField s in migrations ( #23719 ). Fixed a migration crash when removing …