summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorJosh Smeaton <josh.smeaton@gmail.com>2014-08-26 15:54:37 +1000
committerTim Graham <timograham@gmail.com>2014-09-17 09:55:33 -0400
commit0eb5cde9da3252fbdbbb59ae6e421ca04814ad3c (patch)
tree6c1bacddd8c31dc5c4ae865e11d5e3c6c7019ed5 /docs/releases
parent54fd84e43230bc739160b680c5ba51542e2e6e7d (diff)
Fixed #21775 -- Allowed customization of datafile for Oracle tablespace
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.8.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index a8e9ce8015..13578c52cf 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -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