-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CachePanel: monkeypatch Django's caches across sys.modules #982
Conversation
d1eb92e
to
c909852
Compare
Codecov Report
@@ Coverage Diff @@
## master #982 +/- ##
==========================================
- Coverage 83.46% 81.04% -2.42%
==========================================
Files 28 28
Lines 1578 1583 +5
Branches 235 236 +1
==========================================
- Hits 1317 1283 -34
- Misses 192 221 +29
- Partials 69 79 +10
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #982 +/- ##
==========================================
- Coverage 83.46% 83.45% -0.01%
==========================================
Files 28 28
Lines 1578 1584 +6
Branches 235 237 +2
==========================================
+ Hits 1317 1322 +5
- Misses 192 193 +1
Partials 69 69
Continue to review full report at Codecov.
|
0070c2f
to
692f630
Compare
This might work, but looks really really evil :-/ |
Maybe #800 would be less intrusive then? |
@blueyed could you please update this PR and fix the conflicts? |
Would be good to get a go considering its "evil-ness" before. |
Aside from a general feeling that this could cause issues, I don't have a strong opinion on this. If you're ready to support users after this change, you can merge it. |
The relevant code has changed a lot in this area. Please resubmit if you still want to work on this. Thanks in advance! |
Fixes #799.
TODO: