Changeset 8325 for django/trunk/tests/modeltests/fixtures/models.py
- Timestamp:
- 08/12/08 09:15:38 (4 months 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
r7949 r8325 6 6 are identified by name, and are stored in either a directory named 'fixtures' 7 7 in the application directory, on in one of the directories named in the 8 FIXTURE_DIRSsetting.8 ``FIXTURE_DIRS`` setting. 9 9 """ 10 10
