umutbozkurt / django-rest-framework-mongoengine

Mongoengine support for Django Rest Framework
MIT License
616 stars 167 forks source link

support mongoengine search #255

Closed edison7500 closed 1 year ago

edison7500 commented 6 years ago

support mongoengine search

in django settings.py

REST_FRAMEWORK = {
    'DEFAULT_FILTER_BACKENDS': [
        'django_rest_framework_mongoengine.filters.MongoEngineSearchFilter',
    ],
}
oussjarrousse commented 1 year ago

I don't recommend merging this pull request as the package six was deprecated in Django 3.x. Just update the function from from rest_framework.filters.SearchFilter before

IATF commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

edison7500 commented 1 year ago

I don't recommend merging this pull request as the package six was deprecated in Django 3.x. Just update the function from from rest_framework.filters.SearchFilter before

this pr is 4 years ago.
please close it.

IATF commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。