--
Ticket URL: <https://code.djangoproject.com/ticket/17875>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_docs: => 0
* resolution: => wontfix
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
By design, Django doesn't support foreign keys across databases. See
[https://docs.djangoproject.com/en/dev//topics/db/multi-db/#limitations-
of-multiple-databases the docs] for more information on this design
decision.
--
Ticket URL: <https://code.djangoproject.com/ticket/17875#comment:1>
* status: closed => new
* version: 1.2 => 1.6
* resolution: wontfix =>
Comment:
In version 1.6.5 this bug still exists, this solution was distributed?
--
Ticket URL: <https://code.djangoproject.com/ticket/17875#comment:2>
* status: new => closed
* resolution: => wontfix
Comment:
I'm an noob,i did not read the explanation in the 'wontfix'. Even do not
agreeing with 'wontfix', sorry me by reopen the task.
--
Ticket URL: <https://code.djangoproject.com/ticket/17875#comment:3>
Comment (by gcko):
I Created a gist around this ticket that subclasses ForeignKey. No need
for a code change to django:
https://gist.github.com/gcko/de1383080e9f8fb7d208
--
Ticket URL: <https://code.djangoproject.com/ticket/17875#comment:4>