I have the following form:
class EditDiary(forms.ModelForm): class Meta: CHOICES = Customers.objects.all().order_by(\'Name\') USERS = User