mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Fixed #25421 -- Fixed test --keepdb option on Oracle.
This commit is contained in:
parent
50acbf3ff6
commit
a3a6def867
2 changed files with 37 additions and 17 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue