Refs #27090 -- Added real database sequence introspection.

Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the
review.
This commit is contained in:
Mariusz Felisiak 2017-09-13 20:12:32 +02:00 committed by GitHub
parent c2ecef869c
commit c6a1faecc3
9 changed files with 131 additions and 10 deletions

View file

@ -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
-------------------------------