Commit 670f4d96 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #15327 -- Modified the Oracle test database signature method to allow...

Fixed #15327 -- Modified the Oracle test database signature method to allow for the case where TEST_USER is unspecified. Thanks to depaolim for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 34662e7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -267,5 +267,5 @@ class DatabaseCreation(BaseDatabaseCreation):
            settings_dict['PORT'],
            settings_dict['ENGINE'],
            settings_dict['NAME'],
            settings_dict['TEST_USER'],
            self._test_database_user(),
        )