| Age | Commit message (Collapse) | Author |
|
MySQL.
|
|
Thanks to Josh Smeaton for the idea of implementing server-side cursors
in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin
Turner for their previous work. Also Simon Charette and Tim Graham for
review.
|
|
Removed obsolete workarounds from 1aa48898085ea16915877cc139e238a74e3f554b
and dcf3be7a621f011a918453527406216a738acf68.
|
|
|
|
|
|
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Tim for the review.
|
|
|
|
|
|
|
|
default_storage_engine was introduced in MySQL 5.5.3.
storage_engine was removed in MySQL 5.7.5.
|
|
|
|
|
|
psycopg2 now publishes binary wheel files for Windows
so you can install it using pip.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Following discussion on django-developers:
https://groups.google.com/d/topic/django-developers/IkRgMxTTzPQ/discussion
|
|
|
|
|
|
contrib.postgres).
|
|
|
|
|
|
|
|
|
|
|
|
formsets
|
|
|
|
On MySQLdb < 1.2.5, MySQLdb returns None when fetching datetime/time
values with fractional seconds.
See https://github.com/farcepest/MySQLdb1/issues/24
|
|
Thanks erik@cederstrand.dk for the report and Tim Graham for the review.
|
|
Thanks Corey Farwell for the report and Tim Graham for the review.
Thanks also to Inada Naoki for creating and maintaining mysqlclient.
|
|
Thanks marfire for the report.
|
|
because the roles (specifically RESOURCE) are deprecated.
Also added optional support for creating views in tests, and made an
introspection test fail (rather than skip) if a view cannot be created
due to lacking privileges.
Refs #18782
Thanks Tim Graham for review, and Josh Smeaton
|
|
Uses native support in postgres, and char(32) on other backends.
|
|
USE_TZ=True.
|
|
|
|
|
|
|
|
|
|
|