Andrew Graham-Yooll

Results 75 comments of Andrew Graham-Yooll

Did you find the solution to this @GabrieleCalarota ?

> needs to be fixed at the earliest I should assign the issue to you?

Hey, sorry no news about this. But I will reopen since it seems to be a persistent issue. If this is still an issue in the latest release >2.0, I...

Interesting. I was working on another lib a few weeks ago, and ran into an issue with `isinstance` usage. [I had to also use `issubclass`](https://github.com/mercadona/rele/blob/master/rele/config.py#L78). Could it be related?

Thanks for the changes @pratikgajjar ! I see we are starting to play around with the connections in order not to trigger the signals. Does this work? Can we add...

Right, I was suggesting perhaps something like `post_save.disconnect()` could be done on a dry_run and then followed by a `post_save.connect()`. Not sure if that would solve the issue.

Thanks for the contrib. Im going to convert this to a draft since it is lacking test coverage and documentation.

Reopening because it seems like a good feature to add. Cheers everyone for the input. Having said that, Im not sure how the input/output csv data should be structured. How...