1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00

Fixed typo in docs/topics/db/fixtures.txt.

This commit is contained in:
Ashwin Dharne 2023-06-16 13:34:06 -04:00 committed by GitHub
parent 1b754d638d
commit 5762b839ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: