mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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
This commit is contained in:
parent
33e89de8ca
commit
ce586ed693
26 changed files with 36 additions and 33 deletions
|
@ -312,7 +312,7 @@ Disabling a site-wide action
|
|||
Once you've done the above, that action will no longer be available
|
||||
site-wide.
|
||||
|
||||
If, however, you need to re-enable a globally-disabled action for one
|
||||
If, however, you need to reenable a globally-disabled action for one
|
||||
particular model, list it explicitly in your ``ModelAdmin.actions`` list::
|
||||
|
||||
# Globally disable delete selected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue