Changes between Version 116 and Version 117 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 17, 2007, 3:16:01 AM (17 years ago)
Author:
jdetaeye@…
Comment:

typo in the change of the load_data example

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v116 v117  
    315315>>> from django.core import management
    316316>>> management.call_command('flush', verbosity=0, interactive=False)
    317 >>> management.call_command('load_data', ['test_data'], verbosity=0)
    318 }}}
     317>>> management.call_command('loaddata', 'test_data', verbosity=0)
     318}}}
Back to Top