Use case:
In English:
I have many policies, each of which has a status from a table of statuses
and is not unique to that policy. I associate these policies to my many
domains through the many_to_many table. Domains can have many policies, but
only one of each type of policy. Likewise, the sa
A bit late, unrelated: what is the reason behind not having django just add
the extension `HStoreExtension` when it detects `hstorefield`? From what i
can see, there there is a `create .. if not exists` on the sql command, and
seems like a no brainer.
Thanks
On Wednesday, June 7, 2017 at 2:42: