Changeset 4716
- Timestamp:
- 03/12/07 19:33:15 (1 year ago)
- Files:
-
- django/trunk/tests/modeltests/fixtures/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/modeltests/fixtures/models.py
r4715 r4716 68 68 # because there are two fixture2's in the fixtures directory 69 69 >>> management.load_data(['fixture2'], verbosity=0) # doctest: +ELLIPSIS 70 Multiple fixtures named 'fixture2' in '... /fixtures'. Aborting.70 Multiple fixtures named 'fixture2' in '...fixtures'. Aborting. 71 71 72 72 >>> Article.objects.all()
