Igor Miazek

Results 6 comments of Igor Miazek

Hi guys, Is there any open change pending to implement recursive merge for **add_manual_fields** I think it would be very useful as it is the only way to manipulate properties...

@Amoki I have override the add_manual_fields for FieldInspector only and it affected other Inspectors too. ``` def add_manual_fields(self, serializer_or_field, schema): meta = getattr(serializer_or_field, 'Meta', None) swagger_schema_fields = getattr(meta, 'swagger_schema_fields', {})...

Btw one additional question, if we are considering django/django-rest application, where it would be best to place **add_manual_fields** overriding. Maybe sb already did it ? I would appreciate some advice.

Ok at the end I have decided to create a separate python file with method overriding logic and I am importing it in django settings.py.

Currently I am using treant together with react stack, I am building application with a flow that data views/components are updated when data is changed on stores. What I did...

The workaround shared by @aradnaev is how OAuth2 should be handled or is there some other way?