Re: Another approach to ticket373:Add support for multiple-column primary keys

2021-03-16 Thread Arisophy
Hi, Adam Thanks for your reply. I added limitations to GitHub. https://github.com/Arisophy/django-compositepk-model/blob/main/README.md#limitations For now, that's what I'm aware of. And , I posted my blog about my implementation and opinion. https://gijutsu.com/en/2021/03/16/django-ticket373/

Re: Another approach to ticket373:Add support for multiple-column primary keys

2021-03-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Arisophy I am interested in seeing composite PK's land in Django - I recently made a composite PK table for a client with a hack to make it work on Django. I'm sure others are interested too - I just guess at this point there is not so much momentum on the topic since it's so long running with