Monday, April 20, 2015

upgrading from Django 1.6 and south to Django 1.8

I'm upgrading from Django 1.6 and south to Django 1.8. 

Following the instructions at: https://docs.djangoproject.com/en/1.8/topics/migrations/#upgrading-from-south seems to work initially but then realize that the user model wasn't updated: https://github.com/django/django/tree/1.8/django/contrib/auth/migrations.

I am using a custom user model but it only tacks on a field and some properties. Anyone else come across this?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/75e22f40-5beb-405c-8360-cb6a98e8f87f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment