Feature Request: Add through_defaults as argument for m2m_changed signal

2021-12-17 Thread Shmuel Treiger
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

Re: Makemigrations hooks for third-party apps?

2021-12-17 Thread Javier Buzzi
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: