issues
search
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
clarify RequestCacheMiddleware requirement
#29
Closed
robrap
closed
4 years ago
robrap
commented
4 years ago
Description:
Only a single line had a significant text change, which is clarifying that RequestCacheMiddleware is required by the TieredCache. See
https://github.com/edx/edx-django-utils/pull/29/files#r364262397
The rest of the changes were removing hard-wraps to comply with the documentation OEP.
Merge checklist:
[ ] All reviewers approved
[ ] CI build is green
[ ] Version bumped
[ ] Changelog record added
[ ] Documentation updated (not only docstrings)
[ ] Commits are squashed
[ ] PR author is listed in AUTHORS
Post merge:
[ ] Create a tag
[ ] Check new version is pushed to PyPi after tag-triggered build is finished.
[ ] Delete working branch (if not needed anymore)
Description:
Merge checklist:
Post merge: