Changes between Initial Version and Version 1 of Ticket #19659


Ignore:
Timestamp:
Jan 23, 2013, 1:18:33 PM (11 years ago)
Author:
Florian Apolloner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19659 – Description

    initial v1  
    1 Depending on the order of apps in INSTALLED_APPS and what is already in the db ForeignKeys are not generated as foreign keys but only as integers:
     1Depending on the order of apps in INSTALLED_APPS and what is already in the db ForeignKeys are not generated as foreign keys but only as the datatype which the foreign key should refer to:
    22
    33{{{
     
    5959
    6060Can we do something against this? Can this also happen with other databases and as such threaten referential integrity?
     61
     62EDIT:// MySQL and postgres seem to do what they should, we could enable http://www.sqlite.org/foreignkeys.html for SQLite versions which does support that :)
Back to Top