I have a Django model ProjectName like this:
class ProjectName(models.Model): name = models.CharField(_("name"), max_length=255) hasused = m