Sigve Sebastian Farstad
Sigve Sebastian Farstad
Sorry for the late followup :) I've added docs & changelog, let me know if I should change anything.
Hi! Thanks for taking a look so quickly. I split out the first commit into a separate pull request: https://github.com/encode/django-rest-framework/pull/6424 As the the DjangoValidationError change, I'd be happy to read...
I've updated this pull request accordingly. I'll add some tests if this change seems reasonable.
Some additional context on what this does: We have a Serializer that uses ListField like this: ```python class SomeSerializer(serializers.Serializer): uuids = serializers.ListField(child=serializers.PrimaryKeyRelatedField(queryset=Model.objects.something(), validators=[SomeCustomValidator()])) ``` Validating data that looks like this...
If anyone is still interested in this: turns out that the PrimaryKeyRelatedField + UUID pk combination was important to reproduce the issue. I've updated the commit with a test case...
needs rebase
needs rebase
> , I always try random values. me too!
There is no guarantee that there is a fixed number of frames in each BEAN. In this example, bpm is 125, subdivision is 4 and fps is 60. Not a...
Maybe we can just give it a name that implies the piece-wise-ness strongly enough and merge that.