#3680: Add cache control (ETag, Last Modified) to django.contrib.syndication
-------------------------------------+------------------------------------
Reporter: jerf@… | Owner: nobody
Type: New feature | Status: closed
Component: contrib.syndication | Version: SVN
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+------------------------------------
Changes (by aaugustin):
* status: reopened => closed
* ui_ux: => 0
* resolution: => fixed
Comment:
Django now provides general-purpose caching features that cover the scope
of this ticket.
Use [https://docs.djangoproject.com/en/1.3/topics/conditional-view-
processing/#the-condition-decorator the condition decorator] on your feed
views: `my_feed_view = condition(etag_func=...,
last_modified_func=...)(MyFeedClass())`
--
Ticket URL: <https://code.djangoproject.com/ticket/3680#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.