Yura Bysaha
Results
2
issues of
Yura Bysaha
I have a model with column UUID ` id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) ` So when I use it as render class: `renderer_classes = (XLSXRenderer, ) ` I get: _ValueError:...
**Describe the bug** I can see this error if I have: `query_string > 2036`. As I can see the problem in `pyga.requsts.py` in `build_http_request` [link to method](https://github.com/kra3/py-ga-mob/blob/main/pyga/requests.py#L51) So, as you...