summaryrefslogtreecommitdiff
path: root/tests/modeltests/fixtures/models.py
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-08-12 14:15:38 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-08-12 14:15:38 +0000
commit1697f4e49f782f6d793911ba7d24da6e0dac485e (patch)
tree11d0e2e898cdb1cde73f59deb24ef95a8169ef04 /tests/modeltests/fixtures/models.py
parentc4d07d4d5026316c7ff46edd894e585e7406e1a9 (diff)
Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/fixtures/models.py')
-rw-r--r--tests/modeltests/fixtures/models.py2
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