Nick Sarbicki

Results 6 issues of Nick Sarbicki

This enables passing in a dictionary param, `child_kwargs`, to a PolymorphicSerializer. In doing so the `child_kwargs` will not be applied to the Polymorphic Serializer - but will be applied to...

I'm currently trying to add https://github.com/rsinger86/drf-flex-fields serializers as children to my Polymorphic Serializers. However they rely on extra keyword arguments being passed in to the children on init. This is...

We've done some work with Polymorphic Serializers and, whilst overall the system has been great, we found that the mapping system as is was a bit cumbersome and resulted in...

Hi, thanks for this tool. I've run across what looks like a bug. Given the docstring: ```python """ .. code-block:: XML """ ``` Docformatter formats this to: ```python """ .....

P: enhancement
C: style

Sites need a sitemap and it'd be great to be able to generate this as part of the static build process. I'm currently putting up a PR to answer this...

type:Enhancement

Not sure if there is a better standard practice but using the webhooks I've noted that I need to setup an open POST hook endpoint on the server receiving the...