Skip to content

Commit

Permalink
[4.2.x] Refs #15578 -- Made cosmetic edits to fixtures docs.
Browse files Browse the repository at this point in the history
Backport of b412e56 from main
  • Loading branch information
nessita committed Oct 30, 2023
1 parent 109f39a commit a8aa940
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/topics/db/fixtures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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?
================================

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit a8aa940

Please sign in to comment.