1
0
mirror of https://github.com/django/django.git synced 2024-12-29 12:36:08 +00:00
django/docs/topics
David ce586ed693 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
2022-04-28 10:44:14 +02:00
..
auth Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
class-based-views Fixed #33611 -- Allowed View subclasses to define async method handlers. 2022-04-07 07:05:59 +02:00
db Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
forms Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
http Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
i18n Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
testing Added backticks to code literals in various docs. 2022-04-28 10:44:14 +02:00
async.txt Fixed #33646 -- Added async-compatible interface to QuerySet. 2022-04-26 20:25:23 +02:00
cache.txt Updated various links to HTTPS and new locations. 2022-03-29 07:46:08 +02:00
checks.txt
conditional-view-processing.txt
email.txt Added backticks to code literals in various docs. 2022-04-28 10:44:14 +02:00
external-packages.txt
files.txt Refs #32243 -- Fixed typo in docs/topics/files.txt. 2022-02-05 11:19:22 +01:00
index.txt
install.txt
logging.txt
migrations.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
pagination.txt Updated note about ListView pagination example in CBV docs. 2022-04-19 21:38:49 +02:00
performance.txt
security.txt Fixed #30360 -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
serialization.txt Updated example of YAML serialization format in docs. 2021-12-28 12:44:41 +01:00
settings.txt Fixed malformed attribute directives in docs. 2022-01-05 08:11:13 +01:00
signals.txt Refs #33163 -- Corrected example of connection signal handlers in AppConfig.ready(). 2021-11-26 11:16:35 +01:00
signing.txt Fixed #30360 -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
templates.txt Corrected multiply defined labels in docs. 2021-11-04 10:46:01 +01:00