openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

fix: No longer clear RequestCache during exception phase (was too early) #188

Closed timmc-edx closed 2 years ago

timmc-edx commented 2 years ago

Remove RequestCacheMiddleware.process_exception and add some notes about what's actually necessary for proper cache cleanup.

Also clean up some changelog formatting issues and remove a heading for a release that didn't happen.

Merge checklist:

Post merge: