Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.

Removed unused DatabaseFeatures.driver_supports_timedeltas workaround.
This commit is contained in:
Mariusz Felisiak 2016-12-29 21:49:18 +01:00 committed by Tim Graham
parent fae56427e1
commit 7d14889aa3
4 changed files with 2 additions and 16 deletions

View file

@ -10,7 +10,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
has_real_datatype = True
has_native_uuid_field = True
has_native_duration_field = True
driver_supports_timedelta_args = True
can_defer_constraint_checks = True
has_select_for_update = True
has_select_for_update_nowait = True