Closed dokterbob closed 11 years ago
Allow for conditional GET requests by explicitly calculating the last modified date for the aggregate feed in an efficient manner.
Turns out this is, basically, already performed by Django.
Ref: https://github.com/django/django/blob/master/django/contrib/syndication/views.py#L45
Allow for conditional GET requests by explicitly calculating the last modified date for the aggregate feed in an efficient manner.