When I got you right, you can set the verbose_name to empty string in your model by adding the Attribute verbose_name='' to your field like street = models.CharField(max_length=512, verbose_name='')