In the latest release of Django (1.8), a few model fields have been added to take advantage of the Postgres data types. I am interested in HStoreField and the documentation asks to setup a PG extension in order to use the new HStoreField
s in the models.
How do I actually use this HStoreExtension
class to perform the database extension?