- Language: en
50 results for mysql in version 3.2
-
Django 1.8 release notes
- … MySQL backend no longer strips microseconds from datetime values as MySQL 5.6.4 and up supports …
-
Django 2.0 release notes
- … MySQL isolation level is read committed MySQL’s default isolation level, repeatable read, may cause …
-
Django 3.2 release notes
- … MySQL 5.6 The end of upstream support for MySQL 5.6 is April 2021. Django 3.2 supports …
-
Django 1.6.3 release notes
- … MySQL typecasting The MySQL database is known to “typecast” on certain queries; for example, when …
-
Django 2.1 release notes
- … MySQL 5.5 The end of upstream support for MySQL 5.5 is December 2018. Django 2.1 supports …
-
Django 1.2 release notes
- … MySQL In previous versions of Django, a model’s BooleanField under MySQL would return its value …
-
Django 1.5.6 release notes
- … MySQL typecasting The MySQL database is known to “typecast” on certain queries; for example, when …
-
Django 1.4.11 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 …