>
> However, when generic foreign relations are created in a multi-db system
> using Django migrations, separate content-type tables are created for each
> db.
Does this not depend on the db_for_migrate and db_for_write methods of any
relevant database router?
I think only one database could hav
Hello all,
I was looking into ticket 15610 (https://code.djangoproject.com/ticket/15610),
which describes an issue where generic foreign keys fail when the
content-type table is located in a separate database from the tables
containing the generic relations.
The ticket makes this assumption "T
http://code.djangoproject.com/ticket/15610
I just stumbled upon this unusual and problematic behavior, and
thought that it might be worth a discussion. Details are in the
ticket.
Regards,
Ed Gutierrez
--
You received this message because you are subscribed to the Google Groups
"Django develop