- Language: en
81 results for mysql in version 2.1
-
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 2.1 release notes
- … MySQL 5.5 The end of upstream support for MySQL 5.5 is December 2018. Django 2.1 supports …
-
GIS QuerySet API Reference
- … MySQL MBRContains(poly, geom) SpatiaLite MbrContains(poly, geom) bboverlaps Availability : PostGIS , MySQL, SpatiaLite, PGRaster (Native …
-
Geographic Database Functions
- … MySQL support was added. Intersection class Intersection ( expr1 , expr2 , **extra ) Availability : MySQL , PostGIS , Oracle, SpatiaLite …
-
QuerySet API reference
- … MySQL: load the time zone tables with mysql_tzinfo_to_sql . none() none () Calling none …
-
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 …
-
Django 1.6 release notes
- … MySQL, you must install pytz and load the time zone tables with mysql_tzinfo_to_sql . Addition …