#17863: Storing user and user profile in different databases?
-------------------------------------+-------------------------------------
     Reporter:  Henning Kage         |                    Owner:  nobody
  <henning.kage@…>                   |                   Status:  closed
         Type:  Bug                  |                  Version:  SVN
    Component:  contrib.auth         |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by aaugustin):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => wontfix
 * needs_tests:   => 0
 * needs_docs:   => 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 details.

 There's no good reason to relax the data integrity requirements for user
 profiles, so I'm afraid you'll have to find another solution for your use
 case.

 Thanks for the report!

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17863#comment:1>
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 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.

Reply via email to