django-generic-m2m 0.2.1

django-generic-m2m's purpose is to allow you to create database-level relationships between various objects using a consistent API.For a full tour of the API, the best place to look is the tests.Quick overviewSay you have a couple models:class...