Radu Dumitru
Radu Dumitru
* operation_node.py classes are now in separated files and some of them have been completely refactored. * I have fixed the dependencies between the classes. * This is currently still...
* [pre-commit](https://pre-commit.com/) * [black](https://github.com/psf/black) * [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli)
**Describe the bug** When including DistanceToPointOrderingFilter ([source code](https://github.com/openwisp/django-rest-framework-gis/blob/master/rest_framework_gis/filters.py#L271) an unhandled TypeError is raised, as you can see in this stack trace: ```shell ERROR [246ae335101b4616b5f53e8d992048f9]:django.request: Internal Server Error: /api/schema (2024-02-21 13:15:03;...
## why 1. Django 4.2 introduced support for psycopg3 and also a deprecation note: `Support for psycopg2 is likely to be deprecated and removed at some point in the future.`...