Sergei Shishov

Results 112 comments of Sergei Shishov
trafficstars

It would be nice to have it in the library somehow... For instance agree on some 'attribute' which will be propagated as metadata. Current suggestion is amazing, but the problem...

This is how we are handling it for our tests: ```python def get_value() -> dec.Decimal: """Generates real fake decimal by eliminating `min_value` and `max_value` value which is returned in case...

Seems not working on real package, but passing tests. checking...

Hi @fjsj , the second push working for us, I have checked. About performance penalty, how you would recommend us to test it? I am pretty sure that penalty will...

Instead of suggesting to use obsolete packages (where the code can have security issues) - better we need to change the usage inside `dj-rest-auth` itself and properly support `allauth` changes.

Bump, this is the important issue for ANY serializer which is using model with `UniqueConstraint` and `many=True` This is the easy reproducible example from your tests: ```python def test_update_many_fails(self): instances...

Hi @auvipy , I do not have a PR for this unfortunately... But I guess when `many=True` is used, we should not call `exclude_self` or we should properly handle the...

@tomlaszczuk @toxinu @mariodev could you guys check the MR and merge it that people can continue using this library?

Hi @carltongibson My system: MacOs + Docker (ubuntu) Python: `Python 3.11.10` Django: `Django==4.2.15` ASGIRef: `asgiref==3.8.1` For other dependencies, what exactly do you want as we have a lot? I can...

Hi @carltongibson, going to test it in 1-2 days. I guess I can test against `main` now (as the MR has been merged), correct?