Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django db introspection get_sequences() NotImplementedError on flush #538

Open
jeroenbrouwer opened this issue Apr 3, 2018 · 5 comments · May be fixed by #567
Open

Django db introspection get_sequences() NotImplementedError on flush #538

jeroenbrouwer opened this issue Apr 3, 2018 · 5 comments · May be fixed by #567

Comments

@jeroenbrouwer
Copy link

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 😃

@jeroenbrouwer
Copy link
Author

@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!

@g-as
Copy link
Collaborator

g-as commented Jun 19, 2018

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

@jeroenbrouwer
Copy link
Author

Awesome, thanks for the response!

@knasti
Copy link

knasti commented Nov 19, 2019

Hey! Any news regarding this issue? :)

@jeroenbrouwer
Copy link
Author

I fixed it in #567 unfortunately there hasn't been any feedback/progress on this project, so I just use the PR version in my project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants