grantmcconnaughey / django-field-history

A Django app to track changes to model fields.
BSD 3-Clause "New" or "Revised" License
314 stars 33 forks source link

JSONB #23

Open sgtHerbert opened 7 years ago

sgtHerbert commented 7 years ago

In postgresql there is specific and optimized field for JSON, jsonb which can permit the direct used of the json object (and i guess that other dbb has his own). The created table stock in serialized_ data the object. I think it could really improve the lib efficiency if the field type could set himself regarding project configuration.