Francisco Couzo

Results 5 issues of Francisco Couzo

When using the following serializer: ``` class ObjectSerializer(serializers.ModelSerializer): m2m_field = serializers.SlugRelatedField( queryset=Field.objects.all(), many=True, slug_field='code', source='m2m', write_only=True, default=list ) ``` When the schema generator is run, I get the following exception:...

bug

## Description Just some typo fixes and some style improvements.

stale

## Description Add support for DRF social authentication ## Rationale https://github.com/iMerica/dj-rest-auth supports social authentication, which is currently supported on the Django application, but not on the DRF one. Besides that,...

enhancement

https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#model-style Specifically the following part: > The order of model inner classes and standard methods should be as follows (noting that these are not all required): > * All database...

On the part you talk about generating the blue noise you mention calculating the gaussian blur on the frequency domain, but this is not necessary, since the gaussian blur is...