I have a "many to many" relationship between two tables (Sample, Test) using the classes:
class Sample (models.Model): tests = ChainedManyToMany