In django, what\'s the difference between a ManyToOneRel and a ForeignKey field?
ManyToOneRel is not a django.db.models.fields.Field, it is a class that is used inside Django but not in the user code.
ManyToOneRel
django.db.models.fields.Field