objects = CollectionMemberManager()
collection = models.ForeignKey(Collection, related_name='members')
index = models.PositiveIntegerField(verbose_name='Index', help_text='This will determine the ordering of the item within the collection. (Optional)', null=True, blank=True)
objects = CollectionMemberManager()
collection = models.ForeignKey(Collection, related_name='members')
index = models.PositiveIntegerField(verbose_name='Index', help_text='This will determine the ordering of the item within the collection. (Optional)', null=True, blank=True)