flake8
passed.
JSHint
passed.
Review Request #12078 — Created Feb. 23, 2022 and submitted
This change fixes up three issues I encountered with string types:
make_cache_key
wasn't correct.bytes
, which caused problems when they were rendered (theb''
around the content).WS_RE
regexp used in the djblets_utils
templatetags wasSummary | ID |
---|---|
f10ab96c45c6a82e770ea2ec511bd4a5b6581be7 |
~ | This change fixes up three issues I encountered with string types: | |
~ | - The logging method for missing cache keys in the large data utilities | |
~ | was mixing str and bytes. | |
~ | - The documentation for the return value of make_cache_key wasn't correct. | |
~ | - The new template loader for extension templates was returning contents | |
~ | as bytes , which caused problems when they were rendered (the | |
~ | This change fixes up three issues I encountered with string types: | |
~ | ||
~ |
| |
~ |
| |
~ |
| |
~ |
| |
- | resulting rendered string would include b'' around the content). | |
- | - The WS_RE regexp used in the djblets_utils templatetags was | |
- | incorrectly not marked as a raw string. |