Fixed #25421 -- Fixed test --keepdb option on Oracle.

This commit is contained in:
Mariusz Felisiak 2015-09-25 22:35:36 +02:00 committed by Tim Graham
parent 50acbf3ff6
commit a3a6def867
2 changed files with 37 additions and 17 deletions

View file

@ -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`).