summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
AgeCommit message (Expand)Author
2017-03-11[1.9.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.Mariusz Felisiak
2016-11-08[1.9.x] Fixed #27420 -- Quoted the Oracle test user password in queries.Mariusz Felisiak
2016-04-28[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-08[1.9.x] Fixed #15940 -- Added MySQL note about strict SQL modeClaude Paroz
2016-01-22[1.9.x] Fixed #26121 -- Updated MySQL storage engine example.Tim Graham
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-10[1.9.x] Removed obsolete note about installing psycopg2 on Windows.Tim Graham
2015-11-05[1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov
2015-10-02[1.9.x] Fixed link to the MySQL Connector/Python Django Backend documentation.Nick Williams
2015-09-24[1.9.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.Tim Graham
2015-09-18Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-18Dropped support for Oracle 11.1.Tim Graham
2015-09-17Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-27Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham
2015-08-05Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-07-21Added PostgreSQL non-durable settings hint in docs.Federico Capoano
2015-03-27Dropped support for PostgreSQL 9.0.Tim Graham
2015-03-10Fixed typo in docs/ref/database.txtCalvin Jeong
2015-02-16Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...Tim Graham
2015-02-16Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-16Removed a note about old versions of MySQLdb.Tim Graham
2015-01-15Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0MichaƂ Modzelewski
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-08Refs #23964 -- Added warning about case-insensitive, unique fields used with ...Jon Dufresne
2014-11-04Fixed links to mysqlclient in database notes.Tim Graham
2014-10-28Required MySQLdb >= 1.2.5 for fractional seconds supportClaude Paroz
2014-10-28Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and upClaude Paroz
2014-10-27Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-10Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-09-24Changed Oracle test-user creation to grant privileges instead of rolesShai Berger
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-08-26Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used with USE_TZ...Tim Graham
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-08Removed some tabs in the docs.Tim Graham
2014-08-02Removed notes for versions of SQLite older than 5 years.Tim Graham
2014-08-02Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-01Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-07-26Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
2014-06-03Updated current state of MySQL Connector/Python.INADA Naoki
2014-05-19Fixed #22368 -- clarified connecting to Oracle DB using service nameMoayad Mardini
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-18Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-02-28Fixed spelling mistakes in docs.Tim Graham