diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2015-09-25 22:35:36 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-26 19:51:15 -0400 |
| commit | a3a6def867c61d24dfded6cbfef7f820409dc739 (patch) | |
| tree | c1663bf90860b55352805e45e0ab4ce09737a675 /docs | |
| parent | 50acbf3ff6f7c8d18b435d37c476aa2136fdac86 (diff) | |
Fixed #25421 -- Fixed test --keepdb option on Oracle.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.5.txt | 2 |
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`). |
