Warn unsafe cache deployments
featuresecurity
When `settings.DEBUG` is `False`, we should warn when throttling is used with `DjangoCache` and `LocMemory` or `DummyCache` backends.
Maybe not just warn, but raise an error? And only warn in development?
It is not safe.
4 条评论