Ticket #13253: dumpdata_help_bugfix.patch
File dumpdata_help_bugfix.patch, 763 bytes (added by , 15 years ago) |
---|
-
django/core/management/commands/dumpdata.py
21 21 help='Use natural keys if they are available.'), 22 22 ) 23 23 help = 'Output the contents of the database as a fixture of the given format.' 24 args = '[appname ...]'24 args = '[appname[.modelname] ...]' 25 25 26 26 def handle(self, *app_labels, **options): 27 27 from django.db.models import get_app, get_apps, get_models, get_model … … 163 163 ) 164 164 model_dependencies = skipped 165 165 166 return model_list 167 No newline at end of file 166 return model_list