Re: Multiple Fields as Primary Key in MySQL - Django 1.10

2017-01-05 Thread ramesh
Thank you very much Simone and Michal for your timely response. I made all the fields those are part of primary keys as unique and added a dummy auto-increment ID for these tables and did migrations. So far so good. Thanks, Ramesh. On Tuesday, January 3, 2017 at 5:35:07 PM UTC+5:30, ramesh wro

Re: Multiple Fields as Primary Key in MySQL - Django 1.10

2017-01-03 Thread Michal Petrucha
On Tue, Jan 03, 2017 at 01:56:00PM +0100, Simone Federici wrote: > Hi, > > from compositekey import db > > On my compositekey project the development is stopped on 1.5 django release. > https://github.com/simone/django-compositekey > > The Django 1.6 release, with an huge ORM refactoring and a h

Re: Multiple Fields as Primary Key in MySQL - Django 1.10

2017-01-03 Thread Simone Federici
Hi, from compositekey import db On my compositekey project the development is stopped on 1.5 django release. https://github.com/simone/django-compositekey The Django 1.6 release, with an huge ORM refactoring and a huge testing refactoring, let my work hard to maintains. What I understand after t