On 3/13/06, Luke Plant <[EMAIL PROTECTED]> wrote: > If I create a model in my app with foreign key to the User model, the > SQL for creating the table doesn't add a 'REFERENCES' clause: > [...] > It works fine for intra-app relations, just not cross-app ones. > Is this a known issue? Is it by design for some reason?
That's definitely not by design, or at least my design. (I know a lot of people have been futzing with the django/core/management.py code in magic-removal lately, so they should speak up if this is intentional.) Looks like a bug. Nice catch! Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
