Re: Foreign key to different model types

2013-08-18 Thread Omar Abou Mrad
On Sun, Aug 18, 2013 at 4:59 AM, Kristofer wrote: > Hello, > > I remember seeing this some time ago, but can't remember what it is called > or where it is in the documentation. > > contenttypes framework https://docs.djangoproject.com/en/1.5/ref/contrib/contenttypes/ > I am looking for the fe

Foreign key to different model types

2013-08-17 Thread Kristofer
Hello, I remember seeing this some time ago, but can't remember what it is called or where it is in the documentation. I am looking for the feature that allows for a field to reference a key in multiple tables. For example, lets say I have several models: User, Address, Message. Each of these