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 1.10 module 'django.db.models' has no attribute 'SubfieldBase' #811

Closed
sysint64 opened this issue Dec 28, 2015 · 3 comments
Closed

Comments

@sysint64
Copy link

In Django 1.10. not working, throw an error

class JSONField(six.with_metaclass(models.SubfieldBase, models.TextField)):
AttributeError: module 'django.db.models' has no attribute 'SubfieldBase'

Source

@sysint64 sysint64 changed the title Django 1.9 module 'django.db.models' has no attribute 'SubfieldBase' Django 1.10 module 'django.db.models' has no attribute 'SubfieldBase' Dec 28, 2015
@blueyed
Copy link

blueyed commented Jan 25, 2016

Dupe of / fixed by #813.

@webjunkie
Copy link
Contributor

Also dupe of #755

@omab
Copy link
Owner

omab commented Dec 13, 2016

Fix already merged.

@omab omab closed this as completed Dec 13, 2016
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

4 participants