diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2023-10-30 08:58:37 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2023-10-30 10:33:08 -0300 |
| commit | c8bc72462d2bc16d1287b2afa826c8da1e5fe85f (patch) | |
| tree | 3ec922931e406eb2ca73dca97a1e2175af0a01f6 /docs | |
| parent | 602835202d976ce2f4a28904ad0f43af866326f1 (diff) | |
[5.0.x] Refs #15578 -- Made cosmetic edits to fixtures docs.
Backport of b412e5645a65a632f0147e50ceecb60acd33bb4d from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/fixtures.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/topics/db/fixtures.txt b/docs/topics/db/fixtures.txt index ab6ade9ca9..48c5605ff4 100644 --- a/docs/topics/db/fixtures.txt +++ b/docs/topics/db/fixtures.txt @@ -40,7 +40,6 @@ or to provide some :ref:`initial data <initial-data-via-fixtures>` using the django-admin loaddata <fixture label> - Where Django looks for fixtures? ================================ @@ -91,7 +90,7 @@ Multiple fixtures can be specified in the same invocation. For example: .. code-block:: shell - manage.py loaddata mammals birds insects + django-admin loaddata mammals birds insects or in a test case class: |
