#12767: Problem running syncdb with a multi-db router that restricts auth to a
single database
---------------------------------------------------+------------------------
Reporter: russellm | Owner: nobody
Status: new | Milestone:
Component: Database layer (models, ORM) | Version: SVN
Resolution: | Keywords:
Stage: Someday/Maybe | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------------+------------------------
Comment (by russellm):
@fetzig -- This is not specific to ContentTypes. Foreign Keys can't cross
databases. This is all a consequence of referential integrity -- a
database can't guarantee referential integrity if it doesn't have access
to the ground truth. There might be ways to relax this restriction, but it
isn't trivial.
--
Ticket URL: <http://code.djangoproject.com/ticket/12767#comment:9>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.