forms working with __str__ models django code example Example: __str__ in django def __str__(self): return self.name