Django

Code

Changeset 5920

Show
Ignore:
Timestamp:
08/17/07 17:56:36 (1 year ago)
Author:
adrian
Message:

Fixed 'django-admin.py syncdb' to take verbosity into account when loading initial_data fixture

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/management/commands/syncdb.py

    r5909 r5920  
    126126                            transaction.commit_unless_managed() 
    127127 
    128         # Install the 'initialdata' fixture, using format discovery 
     128        # Install the 'initial_data' fixture, using format discovery 
    129129        from django.core.management import call_command 
    130         call_command('loaddata', 'initial_data', **options
     130        call_command('loaddata', 'initial_data', verbosity=verbosity