From a8aa94062b108bfca473e3263473ca926fee2f42 Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:58:37 -0300 Subject: [PATCH] [4.2.x] Refs #15578 -- Made cosmetic edits to fixtures docs. Backport of b412e5645a65a632f0147e50ceecb60acd33bb4d from main --- docs/topics/db/fixtures.txt | 3 +-- 1 file changed, 1 insertion(+), 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 ` using the django-admin loaddata - 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: