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

[1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog.

Backport of 0836670 from master
This commit is contained in:
Aymeric Augustin
2013-02-25 22:29:38 +01:00
parent 33fc438952
commit 1742fd08f5
2 changed files with 47 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ instead of a full response, telling the client that nothing has changed.
When you need more fine-grained control you may use per-view conditional
processing functions.
.. conditional-decorators:
.. _conditional-decorators:
The ``condition`` decorator
===========================