| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-11 | [1.9.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required. | Mariusz Felisiak | |
| Thanks Tim Graham for the review. Backport of 46d602dcea624bef3fb6e1dbf71378d837c0957b from stable/1.10.x | |||
| 2016-11-08 | [1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries. | Mariusz Felisiak | |
| Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master | |||
| 2016-04-28 | [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master | |||
| 2016-04-08 | [1.9.x] Fixed #15940 -- Added MySQL note about strict SQL mode | Claude Paroz | |
| Backport of b2aab09fe9 from master. | |||
| 2016-01-22 | [1.9.x] Fixed #26121 -- Updated MySQL storage engine example. | Tim Graham | |
| default_storage_engine was introduced in MySQL 5.5.3. storage_engine was removed in MySQL 5.7.5. Backport of 79d0a4fdb0d13ba6a843dace2b90ab44e856bd85 from master | |||
| 2015-12-01 | [1.9.x] Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master | |||
| 2015-11-10 | [1.9.x] Removed obsolete note about installing psycopg2 on Windows. | Tim Graham | |
| psycopg2 now publishes binary wheel files for Windows so you can install it using pip. Backport of bc6eaca304751adbd844b75a66b7d08f05853717 from master | |||
| 2015-11-05 | [1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntry | Alex Morozov | |
| Backport of 99c58c27d5a8e4a66230c413380508af223d12a8 from master | |||
| 2015-10-02 | [1.9.x] Fixed link to the MySQL Connector/Python Django Backend documentation. | Nick Williams | |
| Backport of 3f342d74e9196da475dd312cf43eaffec13af964 from master | |||
| 2015-09-24 | [1.9.x] Bumped latest Python 2.7 release in docs/ref/databases.txt. | Tim Graham | |
| Backport of ce531f7ad783facc5799cf43b59b5ce053aa5d9e from master | |||
| 2015-09-18 | Made assorted improvements to the Oracle documentation. | Mariusz Felisiak | |
| 2015-09-18 | Dropped support for Oracle 11.1. | Tim Graham | |
| 2015-09-17 | Refs #14091 -- Fixed connection.queries on SQLite. | Aymeric Augustin | |
| 2015-09-04 | Refs #25345 -- Updated links to code.google.com. | Maxime Lorant | |
| 2015-08-27 | Refs #2495 -- Documented that MySQL cannot have TextField(unique=True). | Tim Graham | |
| 2015-08-05 | Fixed #25212 -- Documented the RawSQL expression. | Tim Graham | |
| 2015-07-21 | Added PostgreSQL non-durable settings hint in docs. | Federico Capoano | |
| Following discussion on django-developers: https://groups.google.com/d/topic/django-developers/IkRgMxTTzPQ/discussion | |||
| 2015-03-27 | Dropped support for PostgreSQL 9.0. | Tim Graham | |
| 2015-03-10 | Fixed typo in docs/ref/database.txt | Calvin Jeong | |
| 2015-02-16 | Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for ↵ | Tim Graham | |
| contrib.postgres). | |||
| 2015-02-16 | Fixed #24350 -- Freshened up database install topic section. | Tim Graham | |
| 2015-02-16 | Removed a note about old versions of MySQLdb. | Tim Graham | |
| 2015-01-15 | Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0 | Michał Modzelewski | |
| 2014-12-19 | Updated some other external links in the docs | Claude Paroz | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-12-08 | Refs #23964 -- Added warning about case-insensitive, unique fields used with ↵ | Jon Dufresne | |
| formsets | |||
| 2014-11-04 | Fixed links to mysqlclient in database notes. | Tim Graham | |
| 2014-10-28 | Required MySQLdb >= 1.2.5 for fractional seconds support | Claude Paroz | |
| On MySQLdb < 1.2.5, MySQLdb returns None when fetching datetime/time values with fractional seconds. See https://github.com/farcepest/MySQLdb1/issues/24 | |||
| 2014-10-28 | Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and up | Claude Paroz | |
| Thanks erik@cederstrand.dk for the report and Tim Graham for the review. | |||
| 2014-10-27 | Fixed #23446 -- Officially recommended mysqlclient as MySQL driver | Claude Paroz | |
| Thanks Corey Farwell for the report and Tim Graham for the review. Thanks also to Inada Naoki for creating and maintaining mysqlclient. | |||
| 2014-10-10 | Fixed #23631 -- Removed outdated note on MySQL timezone support. | Tim Graham | |
| Thanks marfire for the report. | |||
| 2014-09-24 | Changed Oracle test-user creation to grant privileges instead of roles | Shai Berger | |
| 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 | |||
| 2014-09-16 | Fixed #19463 -- Added UUIDField | Marc Tamlyn | |
| Uses native support in postgres, and char(32) on other backends. | |||
| 2014-08-26 | Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with ↵ | Tim Graham | |
| USE_TZ=True. | |||
| 2014-08-12 | Fixed #23016 -- Updated FAQs per Aymeric's suggestions. | Ola Sitarska | |
| 2014-08-08 | Removed some tabs in the docs. | Tim Graham | |
| 2014-08-02 | Removed notes for versions of SQLite older than 5 years. | Tim Graham | |
| 2014-08-02 | Fixed #23144 -- Dropped support for MySQL 5.0, 5.1. | Tim Graham | |
| 2014-08-02 | Updated MySQL links to version 5.6. | Tim Graham | |
| 2014-08-01 | Fixed #23145 -- Dropped support for Oracle < 11.1 | Tim Graham | |
| 2014-08-01 | Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4. | Tim Graham | |
| Thanks Claude Paroz for the review. | |||
| 2014-07-26 | Fixed #22305 -- Added note to docs about UTF8 database requirement. | Niclas Olofsson | |
| 2014-06-03 | Updated current state of MySQL Connector/Python. | INADA Naoki | |
| 2014-05-19 | Fixed #22368 -- clarified connecting to Oracle DB using service name | Moayad Mardini | |
| Used the official terminology listed in http://docs.oracle.com/cd/B19306_01/network.102/b14212/glossary.htm#i997309 Thanks michael.cherkasov for the report. | |||
| 2014-04-23 | Various documentation typo/spelling fixes | Marti Raudsepp | |
| Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. | |||
| 2014-04-21 | Fixed queries that may return unexpected results on MySQL due to typecasting. | Erik Romijn | |
| This is a security fix; disclosure to follow shortly. | |||
| 2014-04-18 | Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collation | Moayad Mardini | |
| Thanks tobami at gmail.com for the report. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-03 | Fixed some typos and formatting issues in docs. | Rodolfo Carvalho | |
| 2014-02-28 | Fixed spelling mistakes in docs. | Tim Graham | |
