1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32956 -- Updated words ending in -wards.

AP styleguide: Virtually none of the words ending with -wards end with
an s.
This commit is contained in:
David Smith
2021-07-30 19:34:50 +01:00
committed by GitHub
parent f2ed2211c2
commit fbb1984046
15 changed files with 31 additions and 32 deletions

View File

@@ -1658,7 +1658,7 @@ deprecated language codes will be removed in Django 1.9.
--------------------------------------------
The function ``memoize`` is deprecated and should be replaced by the
``functools.lru_cache`` decorator (available from Python 3.2 onwards).
``functools.lru_cache`` decorator (available from Python 3.2 onward).
Django ships a backport of this decorator for older Python versions and it's
available at ``django.utils.lru_cache.lru_cache``. The deprecated function will