- Language: en
63 results for mysql in version 1.8
-
Model field reference
- … MySQL users If you are using this field with MySQLdb 1.2.2 and the utf8_bin collation …
-
Custom Lookups
- … mysql method: class MySQLNotEqual ( NotEqual ): def as_mysql ( self , compiler , connection ): lhs , lhs_params = self …
-
Writing your first Django app, part 1
- … MySQL, make sure you’ve created a database by this point. Do that with “ CREATE …
-
How to install Django
- … MySQL, you’ll need a DB API driver like mysqlclient . See notes for the MySQL …
-
Django 1.7.2 release notes
- … MySQL 5.6+ crash with GeometryField s in migrations ( #23719 ). Fixed a migration crash when removing …
-
Model Meta options
- … MySQL backend. See the MySQL notes for more details. Table name quoting for Oracle In order …
-
Performing raw SQL queries
- … MySQL, note that MySQL’s silent type coercion may cause unexpected results when mixing types …
-
Writing custom model fields
- … MySQL, you must make sure that get_prep_value() always returns a string type. MySQL …
-
Django 1.8.3 release notes
- … MySQL databases ( #24817 ). Fixed a crash when using a reverse one-to-one relation in ModelAdmin.list …
-
GeoDjango Installation
- … MySQL (mostly with MyISAM engine), Oracle, and SQLite (with SpatiaLite) are the spatial databases currently …