diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-08-20 19:03:33 +0200 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-08-20 21:25:57 +0200 |
| commit | 96346ed5adf90849ac5ebd10d74377ed2e0c061c (patch) | |
| tree | c978d9bce6c8fb1cb6c7f0381e3a181700397314 /docs/howto/initial-data.txt | |
| parent | 859e678b3d4df084c771e6344dd1a2b2ae716afe (diff) | |
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 4 |
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:: |
