- format = models.CharField(maxlength=10, choices=FORMAT_CHOICES)
- slug = models.SlugField(prepopulate_from=("title",), validator_list=[is_allowed_name,])
+ format = models.CharField(max_length=10, choices=FORMAT_CHOICES)
+ slug = models.SlugField()