I would like to check that I get not more than 3 relations set on a manytomanyfield. I tried on the clean method to do this :
Lets say I have two django apps: competitions - which will handle competition data entries - which will handle functionality relating to entering competitors into competitions
I\'ve got a ManyToManyField in a user o开发者_开发知识库bject and it\'s used to map the users that user is following. I\'m trying to show a subset list of who they have most recently followed. Is ther