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
1 changed files with 1 additions and 1 deletions

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