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

Can't make migrations after config on django1.9 python3.4 #801

Closed
pfei-sa opened this issue Dec 10, 2015 · 5 comments
Closed

Can't make migrations after config on django1.9 python3.4 #801

pfei-sa opened this issue Dec 10, 2015 · 5 comments

Comments

@pfei-sa
Copy link

pfei-sa commented Dec 10, 2015

This is the output info

python manage.py makemigrations
/usr/local/Cellar/python3/3.4.3_2/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/django/db/models/fields/subclassing.py:22: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead.
  RemovedInDjango110Warning)
@evcb
Copy link
Contributor

evcb commented Dec 16, 2015

Hummmm. So this problem comes from Social Auth. Good to know.

@tkajtoch
Copy link

This is just a django warning message. The migrations will be applied.

@pfei-sa
Copy link
Author

pfei-sa commented Dec 17, 2015

Yea.... Sorry for my wrong information, but please fix these warnings

On Thu, Dec 17, 2015, 5:02 AM Tomasz Kajtoch notifications@github.com
wrote:

This is just a django warning message. The migrations will be applied.


Reply to this email directly or view it on GitHub
#801 (comment)
.

@blueyed
Copy link

blueyed commented Jan 25, 2016

Dupe of / fixed by #813.

@omab
Copy link
Owner

omab commented Dec 27, 2016

Warnings already fixed.

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

5 participants