class Meta:
        db_table = 'contacts_locations'
        ordering = ('weight',)
        verbose_name = _('location')
        verbose_name_plural = _('locations')