django-cachalot
django-cachalot copied to clipboard
Allow custom databases
Description
Currently we only allow cahalot to be used for specific "supported" databases, with no option for us to override the setting, even though we know that (for example) the monkey patching we do is perfectly safe.
Rationale
This patch allows for manual overriding, such that we can use the package on unsupported databases.
Please add to docs thanks
@Andrew-Chen-Wang done 😁
thanks!
ci seems to be failing