django-tenant-schemas
django-tenant-schemas copied to clipboard
Django db introspection get_sequences() NotImplementedError on flush
When running flush as tenant_command on a particular schema I get the following error:
NotImplementedError: subclasses of BaseDatabaseIntrospection may require a get_sequences() method
Apparently this method is not implemented in the tenant schemas backend yet. Maybe @AGASS007 or @ajmatsick could take a look, as you've submitted related pull requests before.
Thanks in advance 😃
@AGASS007, seeing you've become a maintainer of this project.. do you have any idea whether this can and will be fixed in the future? Thanks!
this feels like a django 2.0 addition.
Having a PR dropping compat with Django < 1.11 and fixing 2.0 and 2.1 is on my TODO.
Will keep you posted.
Cheers
Awesome, thanks for the response!
Hey! Any news regarding this issue? :)
I fixed it in https://github.com/bernardopires/django-tenant-schemas/pull/567 unfortunately there hasn't been any feedback/progress on this project, so I just use the PR version in my project.