mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed 'django-admin.py syncdb' to take verbosity into account when loading initial_data fixture
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5920 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -125,6 +125,6 @@ class Command(NoArgsCommand): | |||||||
|                         else: |                         else: | ||||||
|                             transaction.commit_unless_managed() |                             transaction.commit_unless_managed() | ||||||
|  |  | ||||||
|         # Install the 'initialdata' fixture, using format discovery |         # Install the 'initial_data' fixture, using format discovery | ||||||
|         from django.core.management import call_command |         from django.core.management import call_command | ||||||
|         call_command('loaddata', 'initial_data', **options) |         call_command('loaddata', 'initial_data', verbosity=verbosity) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user