Skip to content

Commit 96afdef

Browse files
authored
chore: more fixes for django-cacheops compatibility (#6129)
Fixes #272 and #6119 Signed-off-by: Roman Gershman <[email protected]>
1 parent a5f2cc9 commit 96afdef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/server/script_mgr.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,9 @@ io::Result<string, GenericError> ScriptMgr::Insert(string_view body, Interpreter
274274
"6ae15ef4678593dc61f991c9953722d67d822776", // Sidekiq, see #2442
275275
"34b1048274c8e50a0cc587a3ed9c383a82bb78c5", // Sidekiq
276276
"b725ca33e5b36f318ab1150b8ac955a3d997c872", // Sentry, see #5495
277-
"8c4dafdf9b6b7bcf511a0d1ec0518bed9260e16d", // django-ops see #6119
277+
"8c4dafdf9b6b7bcf511a0d1ec0518bed9260e16d", // django-cacheops see #6119
278+
"3fc258d735c924d5652fceb90b41bea1f1f29e4b", // django-cacheops see #6119
279+
"43d401bd2bd0ad864c3ca221512cda1b6215ec23", // django-cacheops see #272
278280
};
279281

280282
if (find(begin(kUndeclaredShas), end(kUndeclaredShas), sha) != end(kUndeclaredShas)) {

0 commit comments

Comments
 (0)