Merge lp://staging/~mhall119/summit/fix-cache into lp://staging/summit
Proposed by
Michael Hall
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Nigel Babu | ||||
Approved revision: | 183 | ||||
Merged at revision: | 183 | ||||
Proposed branch: | lp://staging/~mhall119/summit/fix-cache | ||||
Merge into: | lp://staging/summit | ||||
Diff against target: |
114 lines (+91/-0) 2 files modified
summit/schedule/models/__init__.py (+2/-0) summit/schedule/tests.py (+89/-0) |
||||
To merge this branch: | bzr merge lp://staging/~mhall119/summit/fix-cache | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nigel Babu (community) | Approve | ||
Review via email: mp+75881@code.staging.launchpad.net |
Commit message
Fixes problem with old cache on track view schedule
Description of the change
Overview
========
Fixes problem with old cache on track view schedule
Details
=======
There was already signal code to clear the cache on meeting or agenda change, but it wasn't clearing the separate cache being used by the track view of the schedule. This code will clear the track view cache, and also adds tests to make sure that both are being cleared.
To post a comment you must log in.
Nice job!