From ce586ed6931092d3a5f06df9031cdeb891793ddb Mon Sep 17 00:00:00 2001 From: David Date: Fri, 11 Mar 2022 08:11:42 +0000 Subject: Removed hyphen from pre-/re- prefixes. "prepopulate", "preload", and "preprocessing" are already in the spelling_wordlist. This also removes hyphen from double "e" combinations with "pre" and "re", e.g. preexisting, preempt, reestablish, or reenter. See also: - https://ahdictionary.com/word/search.html?q=rerun - https://ahdictionary.com/word/search.html?q=recreate - https://ahdictionary.com/word/search.html?q=predetermined - https://ahdictionary.com/word/search.html?q=reuse - https://ahdictionary.com/word/search.html?q=reopening --- docs/faq/models.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/faq') diff --git a/docs/faq/models.txt b/docs/faq/models.txt index baace7901b..42c9604d53 100644 --- a/docs/faq/models.txt +++ b/docs/faq/models.txt @@ -37,8 +37,8 @@ call ``reset_queries()``, like this:: from django.db import reset_queries reset_queries() -Can I use Django with a pre-existing database? -============================================== +Can I use Django with a preexisting database? +============================================= Yes. See :doc:`Integrating with a legacy database `. -- cgit v1.3