Re: About database composite keys.

2011-03-23 Thread Derek
On Mar 22, 12:31 pm, Andre Lopes wrote: > Hi, > > I'm new to Django and I have some doubts about the Database Design. I > design Databases two years from now but I'm not accustomed to design > databases without composite keys. > > I have read that Django does not support

Re: About database composite keys.

2011-03-22 Thread Kenneth Gonsalves
On Tue, 2011-03-22 at 10:31 +, Andre Lopes wrote: > I have read that Django does not support composite keys. True? afaik the devs are working on composite keys - but it is not there yet > > How is the philosophy of database design in Django... All the tables > must to have one sequence(in

About database composite keys.

2011-03-22 Thread Andre Lopes
Hi, I'm new to Django and I have some doubts about the Database Design. I design Databases two years from now but I'm not accustomed to design databases without composite keys. I have read that Django does not support composite keys. True? How is the philosophy of database design in Django...