- Language: en
63 results for mysql in version 1.8
-
Django 1.5.6 release notes
- … MySQL typecasting The MySQL database is known to “typecast” on certain queries; for example, when …
-
QuerySet API reference
- … MySQL: install pytz and load the time zone tables with mysql_tzinfo_to_sql . none …
-
GeoQuerySet API Reference
- … MySQL, SpatiaLite exact, same_as Availability : PostGIS, Oracle, MySQL, SpatiaLite intersects Availability : PostGIS, Oracle, MySQL …
-
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 …
-
Custom Lookups
- … mysql method: class MySQLNotEqual ( NotEqual ): def as_mysql ( self , compiler , connection ): lhs , lhs_params = self …
-
Django 1.4 release notes
- … MySQL database backend can now make use of the savepoint feature implemented by MySQL version …