12
Jan 09
Generic Collections in Django
by
Corey Oordt
Sometimes you need to create a Generic Many-to-Many relation and edit it in the admin. Here is a way to do it by overriding the InlineModelAdmin, some Javascript and some new templates.