summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2015-09-25 22:35:36 +0200
committerTim Graham <timograham@gmail.com>2015-09-26 19:52:06 -0400
commit6a0b4faf43db70a35163dde0a5ea626ed4129fa7 (patch)
tree75002fea0850e74bf6da168d96bf8bed5ecf394a /docs
parentfb901c82bf60d40f17205828e758f4187198de49 (diff)
[1.9.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.
Backport of a3a6def867c61d24dfded6cbfef7f820409dc739 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt
index d412c4b653..14893f4a72 100644
--- a/docs/releases/1.8.5.txt
+++ b/docs/releases/1.8.5.txt
@@ -50,3 +50,5 @@ Bugfixes
* Allowed using ORM write methods after disabling autocommit with
:func:`set_autocommit(False) <django.db.transaction.set_autocommit>`
(:ticket:`24921`).
+
+* Fixed the ``manage.py test --keepdb`` option on Oracle (:ticket:`25421`).