mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #21775 -- Allowed customization of datafile for Oracle tablespace
This commit is contained in:
@@ -341,6 +341,10 @@ Tests
|
||||
* Added the :attr:`~django.test.Response.resolver_match` attribute to test
|
||||
client responses.
|
||||
|
||||
* Added several settings that allow customization of test tablespace parameters
|
||||
for Oracle: :setting:`DATAFILE`, :setting:`DATAFILE_TMP`,
|
||||
:setting:`DATAFILE_MAXSIZE` and :setting:`DATAFILE_TMP_MAXSIZE`.
|
||||
|
||||
Validators
|
||||
^^^^^^^^^^
|
||||
|
||||
@@ -569,6 +573,9 @@ Miscellaneous
|
||||
* Seconds have been removed from any locales that had them in ``TIME_FORMAT``,
|
||||
``DATETIME_FORMAT``, or ``SHORT_DATETIME_FORMAT``.
|
||||
|
||||
* The default maxsize of the Oracle test tablespace has increased from 200M
|
||||
to 500M.
|
||||
|
||||
.. _deprecated-features-1.8:
|
||||
|
||||
Features deprecated in 1.8
|
||||
|
||||
Reference in New Issue
Block a user