Articles about “generic”

Generic Collections in Django
by Corey Oordt • Published 12 Jan 2009
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.

