Closed stringfellow closed 9 years ago
If the primary key of a model is not auto, then it should be accessed by pk: https://github.com/djangonauts/django-hstore/blob/master/django_hstore/fields.py#L251
pk
thank you very much @stringfellow
If the primary key of a model is not auto, then it should be accessed by
pk
: https://github.com/djangonauts/django-hstore/blob/master/django_hstore/fields.py#L251