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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user