summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShai Berger <shai@platonix.com>2014-12-13 22:54:28 +0200
committerShai Berger <shai@platonix.com>2014-12-13 22:57:25 +0200
commit9189ef438ef885446b20bf4c017d3cf53335ab08 (patch)
tree24f2c103f77522a6fd0bef9829b71cc2ad48400a /docs
parente905d4984dbaca7e9175205d64ef8794fa7ded12 (diff)
[1.7.x] Added release note for Refs #23969
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 30e1c8fc49..df0167351a 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -128,3 +128,8 @@ Bugfixes
* Always converted ``related_name`` to text (unicode), since that is required
on Python 3 for interpolation. Removed conversion of ``related_name`` to text
in migration deconstruction (:ticket:`23455` and :ticket:`23982`).
+
+* Enlarged the sizes of tablespaces which are created by default for testing
+ on Oracle (the main tablespace was increased from 200M to 300M and the
+ temporary tablespace from 100M to 150M). This was required to accomodate
+ growth in Django's own test suite (:ticket:`23969`).