#31021: migration doesn't work on multi database environment.
------------------------------+--------------------------------------
Reporter: haudoing | Owner: nobody
Type: Bug | Status: closed
Component: contrib.auth | Version: 2.2
Severity: Normal | Resolution: needsinfo
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------------+--------------------------------------
Comment (by felixxm):
I've tried to reproduce this issue with your project by following these
steps:
- `pip install Django~=2.1.0`
- `python manage.py migrate --database=auth_db`
- `python manage.py migrate --database=others`
- `pip install Django~=2.2.0`
- `python manage.py migrate --database=auth_db`
- `python manage.py migrate --database=others`
and ... all works for me.
--
Ticket URL: <https://code.djangoproject.com/ticket/31021#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.09a649ddce1db7d2ee4f5772511bd69b%40djangoproject.com.