mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-05 17:54:35 +03:00
Merge pull request #6454 from johnthagen/patch-1
Fix typo in caching docs
This commit is contained in:
commit
d23ea30d26
|
@ -13,7 +13,7 @@ provided in Django.
|
|||
|
||||
Django provides a [`method_decorator`][decorator] to use
|
||||
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].
|
||||
|
||||
```python
|
||||
|
|
Loading…
Reference in New Issue
Block a user