django-treebeard
django-treebeard copied to clipboard
Add support for multiple databases
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.