diff options
Diffstat (limited to 'tests/modeltests')
| -rw-r--r-- | tests/modeltests/fixtures/models.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/modeltests/fixtures/models.py b/tests/modeltests/fixtures/models.py index 7fcf89d561..46e07a5e6b 100644 --- a/tests/modeltests/fixtures/models.py +++ b/tests/modeltests/fixtures/models.py @@ -289,14 +289,6 @@ Multiple fixtures named 'fixture5' in '...fixtures'. Aborting. >>> management.call_command('flush', verbosity=0, interactive=False) -# Try to load fixture 1, but this time, exclude the 'fixtures' app. ->>> management.call_command('loaddata', 'fixture1', verbosity=0, exclude='fixtures') ->>> Article.objects.all() -[<Article: Python program becomes self aware>] - ->>> Category.objects.all() -[] - # Load back in fixture 1, we need the articles from it >>> management.call_command('loaddata', 'fixture1', verbosity=0) |
