djangonauts / django-hstore

PostgreSQL HStore support for Django.
http://django-hstore.readthedocs.io/
Other
517 stars 142 forks source link

id is not always a field on models, use pk instead #109

Closed stringfellow closed 9 years ago

stringfellow commented 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

nemesifier commented 9 years ago

thank you very much @stringfellow