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

TypeError: 'class Meta' got invalid attribute(s): base_manager_name #49

Open
alexlitvinenko opened this issue Apr 18, 2018 · 1 comment

Comments

@alexlitvinenko
Copy link

The attribute base_manager_name was introduced in Django 1.10.
There is a necessity to specify a minimal supported version in setup.py.

The exception happened during ./manage.py migrate.
My Django version is 1.8.9.

@martin-martin
Copy link

There are a couple of errors coming from outdated versions, the one that seems to be working Django==1.11.17

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

No branches or pull requests

2 participants