gghildyal

Results 3 issues of gghildyal

The [nplusone](https://github.com/jmcarp/nplusone) library detects eager load when a DjangoListObjectField is filtered by a foreign key. I have a Place model which can be filtered by the Country it belongs to...

Usually when creating a model object, first the model is created with non-m2m fields and then m2m fields are set on the model to save it. The first operator creates...

enhancement

Normally m2m_changed signal is emitted with reverse = False where the forward relationship is updated. When the m2m changes are done on the reverse side of the relationship, the log...