diff options
Diffstat (limited to 'tests/modeltests/fixtures/models.py')
| -rw-r--r-- | tests/modeltests/fixtures/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/fixtures/models.py b/tests/modeltests/fixtures/models.py index 8f8893ac88..e9b7242c9c 100644 --- a/tests/modeltests/fixtures/models.py +++ b/tests/modeltests/fixtures/models.py @@ -5,7 +5,7 @@ Fixtures are a way of loading data into the database in bulk. Fixure data can be stored in any serializable format (including JSON and XML). Fixtures are identified by name, and are stored in either a directory named 'fixtures' in the application directory, on in one of the directories named in the -FIXTURE_DIRS setting. +``FIXTURE_DIRS`` setting. """ from django.db import models |
