Samuel Chen

Results 6 comments of Samuel Chen

@kostalski Thank you for the feedback. I am not able to recall why that html was `httpequiv="ContentType"`. Not sure if it is possible to be coverted by other parts of...

as @auvipy refrered from #3460 , I am facing the issue even the field is not explicitly declared. e.g. I can `update` fields in `read_only_fields`, such as `username`, `is_superuser` and...

same here django-json-widget version: 1.1.1 Django version: 4.2 Python version: Python 3.11 Operating System: MacOS 14.1.2

Sure, thank you for your response. @vitalik `Promise` is a lazy object. ``` def _(message: str) -> Promise: return pgettext_lazy("api_resp", message) ``` ``` class ApiRespCode: SUCCESS: int = 0 ```...

the root cause is, in postgresql controller update method, when comparing actual CR to expect CR, expect CR has no OwnerReference but actual CR has. So that it will be...