1
0
mirror of https://github.com/django/django.git synced 2025-02-28 19:44:35 +00:00

[4.2.x] Fixed typo in docs/topics/db/fixtures.txt.

Backport of 5762b839ff60b57f80c37992fe6beb9d7f740b0e from main
This commit is contained in:
Ashwin Dharne 2023-06-16 13:34:06 -04:00 committed by Mariusz Felisiak
parent 4b433ef236
commit fabd0510a0

View File

@ -30,8 +30,8 @@ Fixtures can be used to pre-populate database with data for
:ref:`tests <topics-testing-fixtures>` or to provide some :ref:`initial data
<initial-data-via-fixtures>`.
Were Django looks for fixtures?
===============================
Where Django looks for fixtures?
================================
Django will search in three locations for fixtures: