Gagan
Gagan
https://github.com/Flagsmith/flagsmith/issues/1019
Since drf_yasg2 is not being maintained anymore, we are left with two options: 1. Move back to drf_yasg, we can do that, but it does not support Openapi 3.0, so...
Use environment feature state as previous state for first identity override, since previous historical record is none.
It looks like we are using https://github.com/sunscrapers/djoser/blob/master/CHANGELOG.rst for keeping release notes/change log but It looks like that it's missing changelog for `2.1.0` is there reason why that's the case? Have...
Hi, is there a reason why we are calling ` self.update_or_create_reverse_relations(instance, reverse_relations)` before calling `self.delete_reverse_relations_if_need(instance, reverse_relations)` here: ``` class NestedUpdateMixin(BaseNestedModelSerializer): """ Adds update nested feature """ default_error_messages = { 'cannot_delete_protected':...