Enrico Massa

Results 6 issues of Enrico Massa

*Note*: Before submitting this pull request, please review our [contributing guidelines](https://www.django-rest-framework.org/community/contributing/#pull-requests). ## Description This PR is related to issue refs #8496. It is a tentative implementation of async for APIView....

…hrough model *Note*: Before submitting this pull request, please review our [contributing guidelines](https://www.django-rest-framework.org/community/contributing/#pull-requests). ## Description I have found two issues when working on a nested serializer with many to many...

Documentation
stale

- [ ] Closes # (insert issue number) - [x] Executed `pre-commit run --all-files` with no errors - [x] The change is fully covered by automated unit tests - [...

This PR fixes compatibility with python 3.12

Hello, I ported the code using 2to3 and fixed some small issues to make it run on my repos. Would be good if this can be merged.

I downloaded a dataset from https://www.worldpop.org/ and I wanted to aggregate the population data to a bigger scale. The following code does not work: ```python import georasters as gr raster...