Sergei Shishov
Sergei Shishov
I would say that the following minimum should be added: - allow horizontal scroll on the main logs view (to read big tables, some long multiline paragraphs etc) - allow...
Unfortunately this issue cannot be solved using `extra_kwargs` as the unique_constraint's `required` is added after it: ```python # Determine any extra field arguments and hidden fields that # should be...
I have added tests similar to the tests added in https://github.com/encode/django-rest-framework/pull/9531
@intgr good suggestion. If this is the recommended way (at least by now) to handle enums in choices, then let's close this question and in separate comment indicate that enums...
HI @sobolevn , it seems it just does not have the safety-net. But yeah if it can accept `str` and return `str` then we have to type it properly. We...
Let me try with overloads... will create MR today evening
Then it should be something like this: ```python data = models.JSONField[dict[str, Any]](default=dict) ``` no?
This is the issue due to "inconsistent fix" in https://github.com/typeddjango/django-stubs/issues/2417 imho.
Hi @kingbuzzman , I will create today the fresh repo and try to reproduce there. If it is not reproduced, then it seems we have some "incorrectly" used fixtures or...
Hi guys, checking it now... it is working for me... Maybe some specific case caused this issue. If it will reoccur, will let you know. Maybe some additional package or...