- Language: en
80 results for mysql in version 2.0
-
Django 1.5.6 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 …
-
Geographic Database Functions
- … MySQL when used on projected SRS. Envelope class Envelope ( expression , **extra ) Availability : MySQL, PostGIS , SpatiaLite …
-
GIS QuerySet API Reference
- … MySQL MBRContains(poly, geom) SpatiaLite MbrContains(poly, geom) bboverlaps Availability : PostGIS , MySQL, SpatiaLite, PGRaster (Native …
-
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-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 …