Re: Django 1.8 migrations not obeying routers in multi db setup

2015-07-27 Thread Maxim Kiselev
Little explanation: Failed - import into default database. All migration are complete, but in default database. -- 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 1.8 migrations not obeying routers in multi db setup

2015-07-27 Thread Maxim Kiselev
Hi, guys. Problem: django not loading db router. In router.py https://docs.djangoproject.com/en/1.8/topics/db/multi-db/#database-router and pref settings.py Migrations from 2 other app without --database flag are failed. Migrations from one app with custom model field in others models are