summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-09-13 20:12:32 +0200
committerGitHub <noreply@github.com>2017-09-13 20:12:32 +0200
commitc6a1faecc3d6e25597a7105df74f11678f2f2aac (patch)
tree84f7d7ce04ec478ba9652ecdf3728a259538864a /docs/releases/2.0.txt
parentc2ecef869ce46349e79c39610cd66a576d78289e (diff)
Refs #27090 -- Added real database sequence introspection.
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the review.
Diffstat (limited to 'docs/releases/2.0.txt')
-rw-r--r--docs/releases/2.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index d1fb42c5de..d25f25eff9 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -410,6 +410,10 @@ backends.
for consistency). ``django.test`` also now passes those values as strings
rather than as integers.
+* Third-party database backends should add a
+ ``DatabaseIntrospection.get_sequences()`` method based on the stub in
+ ``BaseDatabaseIntrospection``.
+
Dropped support for Oracle 11.2
-------------------------------