mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.6.x] Fixed spelling ("dependant" -> "dependent")
Dependent means reliant on.
A dependant is a person like a child or spouse.
Thanks Andrew Wilcox for the report.
Backport of 090315f5df from master
This commit is contained in:
@@ -991,8 +991,8 @@ for a given version of a site — it's a good candidate for caching.
|
||||
|
||||
Server-side caching will reduce CPU load. It's easily implemented with the
|
||||
:func:`~django.views.decorators.cache.cache_page` decorator. To trigger cache
|
||||
invalidation when your translations change, provide a version-dependant key
|
||||
prefix, as shown in the example below, or map the view at a version-dependant
|
||||
invalidation when your translations change, provide a version-dependent key
|
||||
prefix, as shown in the example below, or map the view at a version-dependent
|
||||
URL.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
Reference in New Issue
Block a user