jar3b

Results 6 comments of jar3b

Hello, @limdauto, i have same issue with field "password" in custom django user model. Last exception line is: `AttributeError: '__proxy__' object has no attribute 'decode'` And value of label is...

I prepared code fixing (presumably) this issue. You can test it by installing `pip install --upgrade git+https://github.com/jar3b/drf_openapi.git@issue_113`, code is [here](https://github.com/jar3b/drf_openapi/tree/issue_113). If this works then i can create a PR.

Unfortunately i've not tested serializers with more than one nesting level. I made an update for handling this and put it in same branch. Some features / bugs of updated...

I updated the code, new features is: - support for `max_length`, `min_length` - support for enums (ChoiceField) - support `format` for string values (date, datetime) example request view ![barbar](https://user-images.githubusercontent.com/14801796/35430513-9ce23b2a-0289-11e8-8fa9-149838df99e4.png) request...

@ticruz38, hello, I have similar problem with cert-manager. If the problem was solved, can you explain the solution please?

@cguethle thanks for advice! In my case problem was on Kubernetes (or Docker, or network config... idk) - UDP requests were too slow or there was no answer from NS...