Fixed the cached extensions issue.Previously newly installed/removed extensions required re-starting Django. This fix, forces flushing the extension cache everytime the extension list view is called upon & any updates are reflected.
Review Request #3769 — Created Jan. 19, 2013 and discarded
Fixed the cached extensions issue.Previously newly installed/removed extensions required re-starting Django. This fix, forces flushing the extension cache everytime the extension list view is called upon & any updates are reflected.
Installed and removed ReviewBot extension on the original codebase. On both instances, the plugin didn't show up on a page refresh at /admin/extensions until Django was restarted. Forcing the cache to be flushed, makes the removal or addition of extension show up on a page refresh now. Units tests are okay as well.
Description | From | Last Updated |
---|---|---|
Col: 72 W291 trailing whitespace |
reviewbot |
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: djblets/extensions/views.py Ignored Files:
AY
- Testing Done:
-
Installed and removed ReviewBot extension on the original codebase. On both instances, the plugin didn't show up on a page refresh at /admin/extensions until Django was restarted. Forcing the cache to be flushed, makes the removal or addition of extension show up on a page refresh now.
+ + Units tests are okay as well.