* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34799#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by John Whitman):
Created a PR with a test that exercises the issue if the DB connection is
MySQL. One quick note: the test assumes the connection's user can CREATE
TABLE on both the "default" and "other" databases (unsure if that's a safe
assumption outside of the settings I linked in the PR).
https://github.com/django/django/pull/17205
--
Ticket URL: <https://code.djangoproject.com/ticket/34799#comment:3>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34799#comment:4>
* owner: nobody => John Whitman
* needs_better_patch: 0 => 1
* status: new => assigned
* needs_tests: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34799#comment:5>
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34799#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"68a8996bdfce2d191decd7b1c1a2b9fdea8e4b2f" 68a8996b]:
{{{
#!CommitTicketReference repository=""
revision="68a8996bdfce2d191decd7b1c1a2b9fdea8e4b2f"
Fixed #34799 -- Made MySQL introspection skip cross-database relations.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34799#comment:7>