You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPROVED: added a swagger_fake_view marker to more easily detect mock views in view methods; getattr(self, 'swagger_fake_view', False) inside a view method like get_serializer_class will tell you if the view instance is being used for swagger schema introspection (#154)
IMPROVED: updated swagger-ui to version 3.17.1
IMPROVED: updated ReDoc to version 2.0.0-alpha.25
FIXED: fixed wrong handling of duplicate urls in urlconf (#155)
FIXED: fixed crash when passing None as a response override (#148)