1
0
mirror of https://github.com/django/django.git synced 2025-01-30 12:09:25 +00:00

Fixed a misapplied test skip feature in the oracle backend from r14139.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14543 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ian Kelly 2010-11-12 17:51:31 +00:00
parent bd83177c70
commit e0e347c2d3

View File

@ -50,7 +50,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
uses_savepoints = True
can_return_id_from_insert = True
allow_sliced_subqueries = False
supports_subqueries_in_group_by = True
supports_subqueries_in_group_by = False
supports_timezones = False
supports_bitwise_or = False
can_defer_constraint_checks = True