Re: Upgrade django from 1.8 to 1.9 - issue

2018-03-02 Thread OliveTree
Thanks @Jani Tiainen, I'll try to do it :) -- 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,

Re: Upgrade django from 1.8 to 1.9 - issue

2018-02-28 Thread Jani Tiainen
Hi. In your app __init__.py you import signals which in turn imports User model. You can't do that any more. Correct way to register signal handlers is to use app config ready. See https://docs.djangoproject.com/en/1.9/topics/signals/#connecting-receiver-functions And section "where this

Upgrade django from 1.8 to 1.9 - issue

2018-02-28 Thread OliveTree
I am upgrading from django 1.8.4 to 1.9.13. I installed django 1.9.3 and my application stops working, it displays the following error: Unhandled exception in thread started by .wrapper at 0x7effd13cbbf8> Traceback (most recent call last): File