Django

Code

Changeset 5908

Show
Ignore:
Timestamp:
08/16/07 14:27:58 (1 year ago)
Author:
adrian
Message:

Updated Oracle 'syncdb' call from [5906] to use the options that it previously had

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/db/backends/oracle/creation.py

    r5906 r5908  
    110110    settings.DATABASE_PASSWORD = TEST_DATABASE_PASSWD 
    111111 
    112     management.call_command('syncdb'
     112    management.call_command('syncdb', verbosity=verbosity, interactive=False
    113113 
    114114    # Get a cursor (even though we don't need one yet). This has