Description

Controls offline package users validation after it has been synced with a master

class SubscribersOfflinePackageFilter(models.Model):
    segment_payload = models.TextField(null=False)
    description = models.TextField(null=True)