Skip to content

Commit bf9d5ef

Browse files
committed
Fixed django#18626 -- rst syntax collision.
1 parent fb46f24 commit bf9d5ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/howto/initial-data.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ And here's that same fixture as YAML:
6767

6868
You'll store this data in a ``fixtures`` directory inside your app.
6969

70-
Loading data is easy: just call :djadmin:`manage.py loaddata <fixturename>
71-
<loaddata>`, where ``<fixturename>`` is the name of the fixture file you've
72-
created. Each time you run :djadmin:`loaddata`, the data will be read from the
73-
fixture and re-loaded into the database. Note this means that if you change one
74-
of the rows created by a fixture and then run :djadmin:`loaddata` again, you'll
75-
wipe out any changes you've made.
70+
Loading data is easy: just call :djadmin:`manage.py loaddata <loaddata>`
71+
``<fixturename>``, where ``<fixturename>`` is the name of the fixture file
72+
you've created. Each time you run :djadmin:`loaddata`, the data will be read
73+
from the fixture and re-loaded into the database. Note this means that if you
74+
change one of the rows created by a fixture and then run :djadmin:`loaddata`
75+
again, you'll wipe out any changes you've made.
7676

7777
Automatically loading initial data fixtures
7878
-------------------------------------------

0 commit comments

Comments
 (0)