django-recommends icon indicating copy to clipboard operation
django-recommends copied to clipboard

Suggestion: DjangoORM replace IntegerField with CharField for object_id field.

Open cdchen opened this issue 9 years ago • 1 comments

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??

cdchen avatar Jun 02 '16 15:06 cdchen

Ref: #27

cdchen avatar Jun 28 '16 17:06 cdchen