[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.

Backport of 6e846f7627 from master.
This commit is contained in:
Florian Apolloner 2013-08-20 19:03:33 +02:00
parent b189169ed0
commit 12d364a9b0
4 changed files with 19 additions and 10 deletions

View file

@ -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::