From 5762b839ff60b57f80c37992fe6beb9d7f740b0e Mon Sep 17 00:00:00 2001 From: Ashwin Dharne Date: Fri, 16 Jun 2023 13:34:06 -0400 Subject: [PATCH] Fixed typo in docs/topics/db/fixtures.txt. --- docs/topics/db/fixtures.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/db/fixtures.txt b/docs/topics/db/fixtures.txt index d07b7343b9..4db6de89eb 100644 --- a/docs/topics/db/fixtures.txt +++ b/docs/topics/db/fixtures.txt @@ -30,8 +30,8 @@ Fixtures can be used to pre-populate database with data for :ref:`tests ` or to provide some :ref:`initial data `. -Were Django looks for fixtures? -=============================== +Where Django looks for fixtures? +================================ Django will search in three locations for fixtures: