summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
-------------------------------