Is there a way to relate an object to many of itself. eg. I have a product and I want to relate a variable number of other products to it as related products.
I've tried the 'self' method which works for ForeignKey, though manytomanyfield doesn't like having a string passed to it.