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:28:14 +0200 |
| commit | 12d364a9b0b4bf820a68104a64ba312c7290518b (patch) | |
| tree | 5fce2c39c05abfab3458ccc42a0e13896d7bb21d /docs/howto | |
| parent | b189169ed031c4e1d8792b19d238db16245ed0ad (diff) | |
[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Backport of 6e846f7627ecf0dc15053624a23bfbf47535972d from master.
Diffstat (limited to 'docs/howto')
| -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 cea07bfea3..c84664fd9a 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:: |
