1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.

This commit is contained in:
Mariusz Felisiak
2018-11-06 22:13:57 +01:00
committed by Tim Graham
parent 9886dffdf4
commit ff8020ed49
4 changed files with 65 additions and 10 deletions

View File

@@ -257,6 +257,9 @@ Tests
serialization of list and tuple ``data`` when
``content_type='application/json'``.
* The new :setting:`ORACLE_MANAGED_FILES <TEST_ORACLE_MANAGED_FILES>` test
database setting allows using Oracle Managed Files (OMF) tablespaces.
URLs
~~~~