django-tenant-schemas icon indicating copy to clipboard operation
django-tenant-schemas copied to clipboard

TenantStorageMixin: override location instead of path

Open thomasnoel opened this issue 3 years ago • 0 comments
trafficstars

In tenant_schemas/storage.py TenantStorageMixin override path() method, but Django > 2 provides a location property, the override of which is certainly preferable... and simpler.

thomasnoel avatar Apr 15 '22 16:04 thomasnoel