index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
databases.txt
Age
Commit message (
Expand
)
Author
2018-06-15
[2.1.x] Added backticks to code literals in docs/ref/databases.txt.
Mariusz Felisiak
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2017-12-21
Updated documented mysqlclient requirement to 1.3.7.
Berker Peksag
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-09-25
Fixed #28552 -- Dropped support for MySQL 5.5.
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-19
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
François Freitag
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-06
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-05-02
Fixed broken link to mysqlclient docs.
Tim Graham
2017-04-11
Updated docs after changing select_for_update() to raise NotSupportedError.
Ran Benita
2017-03-21
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-02-01
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-01-28
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-25
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-20
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...
Tim Graham
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-12-29
Fixed #27649 -- Bumped required cx_Oracle to 5.2.
Tim Graham
2016-11-08
Fixed #27420 -- Quoted the Oracle test user password in queries.
Mariusz Felisiak
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-09-30
Updated links to the current version of MySQL docs.
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-01
Refs #27162 -- Complemented docs related to CreateExtension
Claude Paroz
2016-08-23
Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.
Chris Jerdonek
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-06-01
Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.
Tim Graham
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-08
Fixed #15940 -- Added MySQL note about strict SQL mode
Claude Paroz
2016-01-22
Fixed #26121 -- Updated MySQL storage engine example.
Tim Graham
2015-12-23
Fixed #25979 -- Dropped support for PostgreSQL 9.1.
Tim Graham
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-10
Removed obsolete note about installing psycopg2 on Windows.
Tim Graham
2015-11-05
Fixed #24244 -- Documented contrib.admin.models.LogEntry
Alex Morozov
2015-10-02
Fixed link to the MySQL Connector/Python Django Backend documentation.
Nick Williams
2015-09-24
Bumped latest Python 2.7 release in docs/ref/databases.txt.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
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
2015-03-27
Dropped support for PostgreSQL 9.0.
Tim Graham
2015-03-10
Fixed typo in docs/ref/database.txt
Calvin Jeong
[next]