mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
This commit is contained in:
parent
1db5fce1ee
commit
839940f27f
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