mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-29 04:54:00 +03:00
Fix typo in caching docs
This commit is contained in:
parent
dc6b3bf42e
commit
9f66fc9a7c
|
@ -13,7 +13,7 @@ provided in Django.
|
||||||
|
|
||||||
Django provides a [`method_decorator`][decorator] to use
|
Django provides a [`method_decorator`][decorator] to use
|
||||||
decorators with class based views. This can be used with
|
decorators with class based views. This can be used with
|
||||||
with other cache decorators such as [`cache_page`][page] and
|
other cache decorators such as [`cache_page`][page] and
|
||||||
[`vary_on_cookie`][cookie].
|
[`vary_on_cookie`][cookie].
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in New Issue
Block a user