index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
databases.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-29
1
-8
/
+8
*
[2.2.x] Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database bac...
Tim Graham
2019-02-09
1
-2
/
+0
*
[2.2.x] Removed extra characters in docs header underlines.
Mariusz Felisiak
2019-02-08
1
-1
/
+1
*
Refs #28643 -- Added NullIf database function.
Mads Jensen
2019-01-10
1
-0
/
+2
*
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
Tim Graham
2018-12-22
1
-1
/
+1
*
Bumped mysqlclient requirement to >= 1.3.13.
Tim Graham
2018-12-06
1
-1
/
+1
*
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-26
1
-3
/
+4
*
Used auto-numbered lists in documentation.
François Freitag
2018-11-15
1
-4
/
+4
*
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
Mariusz Felisiak
2018-10-11
1
-1
/
+1
*
Fixed #29757 -- Documented Oracle DSN and Easy Connect options.
jtiai
2018-09-17
1
-0
/
+18
*
Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.
Tim Graham
2018-08-25
1
-1
/
+1
*
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
Tim Graham
2018-08-03
1
-0
/
+2
*
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
2018-07-25
1
-0
/
+13
*
Added backticks to code literals in docs/ref/databases.txt.
Mariusz Felisiak
2018-06-15
1
-17
/
+17
*
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-17
1
-6
/
+0
*
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-17
1
-2
/
+2
*
Updated documented mysqlclient requirement to 1.3.7.
Berker Peksag
2017-12-21
1
-1
/
+1
*
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-09-27
1
-1
/
+1
*
Fixed #28552 -- Dropped support for MySQL 5.5.
Tim Graham
2017-09-25
1
-25
/
+9
*
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
1
-8
/
+0
*
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-29
1
-3
/
+3
*
Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.
François Freitag
2017-06-19
1
-0
/
+27
*
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-22
1
-2
/
+2
*
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-05-06
1
-0
/
+35
*
Fixed broken link to mysqlclient docs.
Tim Graham
2017-05-02
1
-1
/
+1
*
Updated docs after changing select_for_update() to raise NotSupportedError.
Ran Benita
2017-04-11
1
-1
/
+2
*
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-03-21
1
-2
/
+2
*
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-03-20
1
-1
/
+1
*
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-02-01
1
-2
/
+8
*
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-28
1
-1
/
+1
*
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-25
1
-52
/
+10
*
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
Tim Graham
2017-01-20
1
-12
/
+0
*
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
1
-49
/
+6
*
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
1
-2
/
+1
*
Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...
Tim Graham
2017-01-17
1
-0
/
+26
*
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2017-01-11
1
-0
/
+18
*
Fixed #27649 -- Bumped required cx_Oracle to 5.2.
Tim Graham
2016-12-29
1
-11
/
+1
*
Fixed #27420 -- Quoted the Oracle test user password in queries.
Mariusz Felisiak
2016-11-08
1
-0
/
+1
*
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-25
1
-4
/
+4
*
Updated links to the current version of MySQL docs.
Tim Graham
2016-09-30
1
-9
/
+9
*
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-03
1
-1
/
+1
*
Refs #27162 -- Complemented docs related to CreateExtension
Claude Paroz
2016-09-01
1
-0
/
+7
*
Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.
Chris Jerdonek
2016-08-23
1
-0
/
+10
*
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-08-08
1
-3
/
+3
*
Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.
Tim Graham
2016-06-01
1
-1
/
+1
*
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-28
1
-1
/
+1
*
Fixed #15940 -- Added MySQL note about strict SQL mode
Claude Paroz
2016-04-08
1
-0
/
+18
*
Fixed #26121 -- Updated MySQL storage engine example.
Tim Graham
2016-01-22
1
-1
/
+1
*
Fixed #25979 -- Dropped support for PostgreSQL 9.1.
Tim Graham
2015-12-23
1
-1
/
+1
*
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-12-01
1
-15
/
+15
[next]