HI all.
I write a model:
class UserGroup(models.Model):
groups = models.ForeignKey(Group, to_field='id')
and when I into admin backend:
<https://lh4.googleusercontent.com/-dxgts8I14Sw/UDXNrsM0CZI/AAAAAAAAAoA/6DQxSeD2mOw/s1600/123.jpeg>
According to the Django document the combobox item should be a "id" field
in Group model,
but it is not, why ?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/TUnn-1naTZIJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.