Felix Bauer
Felix Bauer
This could be caused by #508. @commadot does your field has a default value?
A workaround for this issue is to specify a custom undefined value in the `translations.py` ``` fields = ( 'description', ) # Temporary fix for # https://github.com/deschler/django-modeltranslation/issues/508 fallback_undefined = {field:...
Hi @intgr understood. Probably additionally, something like this could be used to check if we are inside djangos migration module... ``` import inspect def is_inside_migration(): for frame_info in inspect.stack(): if...
Not yet but sounds like a good idea :)
Hello @LincolnPuzey, wow, I have never thought about this. You are right. I'll keep this issue open. we need some time to think about it I guess. Is the workaround...
Sure @bjmc @p1c2u: We publish an API Documentation based on our OpenAPI Spec to our customers. We want to ensure that the Documentation is always up-to-date. In order to ensure...
It is not resolved for me yet. I don't have `"helm.sh/resource-policy": keep`. When I do a `helm uninstall --namespace kube-system release-name` (helm 3) from console, all resources get wiped. When...