1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[1.0.X] Fixed #9731 -- Typo fix in docs.

Backport of r9578 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-12-07 03:48:39 +00:00
parent 3653a53dba
commit 3594f322ed

View File

@ -65,7 +65,7 @@ And here's that same fixture as YAML:
first_name: Paul
last_name: McCartney
You'll store this data in a ``fixtures`` directory inside you app.
You'll store this data in a ``fixtures`` directory inside your app.
Loading data is easy: just call :djadmin:`manage.py loaddata fixturename
<loaddata>`, where *fixturename* is the name of the fixture file you've created.