Re: Generic M2M

2016-01-10 Thread Götz Bürkle
Hi James, > Generic Foreign Keys is pretty useful, do you think Django could provide a > model with 2 GFKs and Generic Many-to-Many fields ? > > There is a little old implementation in an app that has been out there for a > while so it's pretty old: https://github.com/col

Generic M2M

2016-01-10 Thread James Pic
Hi all, Generic Foreign Keys is pretty useful, do you think Django could provide a model with 2 GFKs and Generic Many-to-Many fields ? There is a little old implementation in an app that has been out there for a while so it's pretty old: https://github.com/coleifer/django-generic-m2m/ We