Steph Bacon
Steph Bacon
Are there plans to support the most recent versions of Python? Right now the only supported version of Python that hasn't reached it's [end-of-life ](https://endoflife.date/python) is 3.7. If these plans...
When passing omitted fields to the serializer in a views' `get_serializer` method, it still seems to be possible to save/update said fields, even though they're not returned in the Response....
… with all kwargs if multiple recipients were specified Ran into this issue on a project of mine. Essentially, if the `Notification` model is extended, additional fields are passed as...