drf-mongo-filters icon indicating copy to clipboard operation
drf-mongo-filters copied to clipboard

[UNMAINTAINED] Filtering tools for django rest framework mongoengine.

Results 10 drf-mongo-filters issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 1.7 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

ERROR: drf-mongo-filters 1.0 has requirement Django==1.7.*, but you'll have django 2.0.7 which is incompatible. ERROR: drf-mongo-filters 1.0 has requirement django-rest-framework-mongoengine==2.*, but you'll have django-rest-framework-mongoengine 3.3.1 which is incompatible. ERROR: drf-mongo-filters...

If someone want use just a default ModelFilterset and don't create a class for that, should do it. Please add this code. ``` @@ -6,7 +6,9 @@ class MongoFilterBackend(BaseFilterBackend): filter_class...

After installing `drf-mongo-filter`, my `Django`, `restframework`, `pymongo` and `mongoengine` versions were all downgraded. Please use `==` instead of `~=` in the requirements file or issue a warning before downgrade.

This package has a hard locked dependency on Django 1.7 which is rather outdated...

Use form fields instead of serializer's. Match Filter and FilterSet specs.

geo_within_box geo_within_circle geo_within_sphere

Whenever you're happy to make this public it'd be worth adding to [the REST framework grid on Django Packages](https://www.djangopackages.com/grids/g/django-rest-framework/). :smile: