django ModelChoiceField Value pas ID
articles = ModelChoiceField(queryset=Articles.objects.all(),
to_field_name='slug')
Old-fashioned Octopus
articles = ModelChoiceField(queryset=Articles.objects.all(),
to_field_name='slug')