Skip to content

Commit cc6275e

Browse files
committed
Ammended release notes for Refs #23969
(this includes a forward-port of 9189ef4)
1 parent bc88ec5 commit cc6275e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/releases/1.7.2.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@ Bugfixes
128128
* Always converted ``related_name`` to text (unicode), since that is required
129129
on Python 3 for interpolation. Removed conversion of ``related_name`` to text
130130
in migration deconstruction (:ticket:`23455` and :ticket:`23982`).
131+
132+
* Enlarged the sizes of tablespaces which are created by default for testing
133+
on Oracle (the main tablespace was increased from 200M to 300M and the
134+
temporary tablespace from 100M to 150M). This was required to accomodate
135+
growth in Django's own test suite (:ticket:`23969`).

docs/releases/1.8.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,8 @@ Miscellaneous
827827
* Seconds have been removed from any locales that had them in ``TIME_FORMAT``,
828828
``DATETIME_FORMAT``, or ``SHORT_DATETIME_FORMAT``.
829829

830-
* The default max size of the Oracle test tablespace has increased from 200M
831-
to 500M.
830+
* The default max size of the Oracle test tablespace has increased from 300M
831+
(or 200M, before 1.7.2) to 500M.
832832

833833
* :func:`~django.core.urlresolvers.reverse` and
834834
:func:`~django.core.urlresolvers.reverse_lazy` now return Unicode strings

0 commit comments

Comments
 (0)