diff options
| author | Filip Lajszczak <filip@lajszczak.dev> | 2022-09-25 14:08:24 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-02 08:08:02 +0100 |
| commit | 6103059592c6c1bd171977d26b76ee475175043c (patch) | |
| tree | cba63875cfdc5b3e4019cbbef751307ec557ab87 /docs/howto/initial-data.txt | |
| parent | c765b62e3258de4dce9935ab7aed430346dfbc10 (diff) | |
Fixed #34054 -- Created a new fixtures topic.
Moved material from django-admin document into a new document, and
added new material.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt index 08c55e1114..af2852cc7b 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -19,8 +19,9 @@ limitations <test-case-serialized-rollback>`. Provide data with fixtures ========================== -You can also provide data using fixtures, however, this data isn't loaded -automatically, except if you use :attr:`.TransactionTestCase.fixtures`. +You can also provide data using :ref:`fixtures <fixtures-explanation>`, +however, this data isn't loaded automatically, except if you use +:attr:`.TransactionTestCase.fixtures`. A fixture is a collection of data that Django knows how to import into a database. The most straightforward way of creating a fixture if you've already |
