summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-08-20 19:03:33 +0200
committerAndrew Godwin <andrew@aeracode.org>2013-08-21 22:32:04 +0100
commit839940f27f25c2dafaa5b2ec934c2dd6b80903e8 (patch)
tree7199a10975970768d4a1a8ab3478ea7f09b42d2b /docs/howto
parent1db5fce1eee27cb260b47d3c631ee8f8d02de8c2 (diff)
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/initial-data.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt
index b86aaa834e..70d1ae18a6 100644
--- a/docs/howto/initial-data.txt
+++ b/docs/howto/initial-data.txt
@@ -90,8 +90,8 @@ fixtures. You can set the :setting:`FIXTURE_DIRS` setting to a list of
additional directories where Django should look.
When running :djadmin:`manage.py loaddata <loaddata>`, you can also
-specify an absolute path to a fixture file, which overrides searching
-the usual directories.
+specify a path to a fixture file, which overrides searching the usual
+directories.
.. seealso::