Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.

This commit is contained in:
Florian Apolloner 2013-08-20 19:03:33 +02:00 committed by Andrew Godwin
parent 1db5fce1ee
commit 839940f27f
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::