django-treebeard icon indicating copy to clipboard operation
django-treebeard copied to clipboard

Add support for multiple databases

Open tabo opened this issue 5 years ago • 0 comments

If there are multiple databases configured in Django, proper quote_name usage of the models is not ensured. There is a first attempt at a solution, but it is incomplete and only works for MP trees. It also broke travis. Ideally, we need to cache the value of the quoted value for each model so we don't have to find it every time it is needed.

tabo avatar Jan 17 '21 10:01 tabo