Guilherme Martins Crocetti

Results 13 comments of Guilherme Martins Crocetti

Hi @whummer. I think this issue is related with https://github.com/spulec/moto/issues/2831. Localstack will probably work out of the box, don't you think ?

All good regarding `extra['host']` deprecation for amazon

Hi @keetonian, first time here ! :). I can work in this issue but need to ask something before: Why are we doing this post-validation step as we've just run...

Do you guys believe an extra pair of hands would help in closing this issue and releasing 5.x ? @foarsitter @mthuurne

I believe we can easily mimic the original API ? ```python class SoftDeletableQuerySetMixin: """ QuerySet for SoftDeletableModel. Instead of removing instance sets its ``is_removed`` field to True. """ def delete(self):...

https://github.com/jazzband/django-model-utils/pull/622

I recently created a pull request adding the `truncate` option.

> @pandas-dev/pandas-core if anyone or multiple persons have time, could you reply if you're +1 or -1 on this addition. I am +1 since I our team would use this...

Hello @rhshadrach , yes you got it right. It is the addition of `truncate` indeed.

Hi @WillAyd o/. The proposal is preserve the behavior of `replace` as is today - no changes here. On the other hand adding a new option named `truncate` that instead...