mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Backport of 6e846f7627
from master.
This commit is contained in:
parent
b189169ed0
commit
12d364a9b0
4 changed files with 19 additions and 10 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue