From cf76a2e24de9c670ef027038926740112a138f26 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 28 Jul 2020 09:23:21 +0200 Subject: [PATCH] Fix typo in docs --- doc/admin/indexes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/indexes.rst b/doc/admin/indexes.rst index c82efbadf5..84f469bf78 100644 --- a/doc/admin/indexes.rst +++ b/doc/admin/indexes.rst @@ -10,7 +10,7 @@ The indexes aren't automatically created by pretix since Django does not allow u (and they won't work on other databases). Also, they're really not necessary if you're not having tens of thousands of records in your database. -However, this also means they won't automatically adapt if some of the refered fields change in future updates of pretix +However, this also means they won't automatically adapt if some of the referred fields change in future updates of pretix and you might need to re-check this page and change them manually. Here is the currently recommended set of commands::