django-recommends
django-recommends copied to clipboard
Suggestion: DjangoORM replace IntegerField with CharField for object_id field.
If any model using CharField or other type as primary key, it will exception when save data via DjangoORM. Could you replace the field type for object_id of RecommendsBaseModel, and Similarity model class??
Ref: #27