Re: upgrading from Django 1.6 and south to Django 1.8

2015-04-22 Thread aRkadeFR

Hey there,

maybe you found some answers in my other post:
"django contrib auth last_login cannot be "null""

Did you run makemigrations ?

For the upgrade, I suggest to you to do it minor
version to minor version.


On 04/20/2015 09:04 PM, Scott Hostovich wrote:

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+unsubscr...@googlegroups.com 
<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to django-users@googlegroups.com 
<mailto: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 
<https://groups.google.com/d/msgid/django-users/75e22f40-5beb-405c-8360-cb6a98e8f87f%40googlegroups.com?utm_medium=email_source=footer>.

For more options, visit https://groups.google.com/d/optout.


--
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+unsubscr...@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/5537BABA.2040607%40arkade.info.
For more options, visit https://groups.google.com/d/optout.


upgrading from Django 1.6 and south to Django 1.8

2015-04-20 Thread Scott Hostovich
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+unsubscr...@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.