-
When we pip install this package we get an older version (0.2.1) which is not compatible with Python 3.
Thanks.
-
-
The documentation says that defining __isnull in the filter_fields for a django-rest-framework viewset should allow for filtering based on __isnull.
Didnt work for me.
I have the following code o…
sarvi updated
7 years ago
-
Based on the documentation, it seems I should just be able to configure my viewset as follows and automatically get filtering. However, certain URL filtering seems to be ignored completed.
```pyth…
-
Here is the traceback:
```
Environment:
Request Method: POST
Request URL: http://localhost:8000/aois/f81b97fe-1cda-4293-9b5a-403ad0f0dd9f/
Django Version: 1.11
Python Version: 2.7.13
In…
-
There is an issue at `get_schema_fields` which prevents nested views to be processed. The problem is that url named argument contains a data that is consumed by queryset is always None since you manua…
-
## Checklist
- [x] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
- [x] I…
-
The lookup type `in` is supported for CharField and NumberFiled though if a `choices` argument is passed to the field it won't work.
See fix_filter_field is using a condition on the type of `f`
```
…
ghost updated
8 years ago
-
## Checklist
- [ ] I have verified that that issue exists against the `master` branch of Django REST framework.
- [x] I have searched for similar issues in both open and closed tickets and cannot find…
-
We should support faceting.
This should probably be implemented as a `FacetingFilter`, which picks up and filters on faceting queries like narrowing.
https://django-haystack.readthedocs.org/en/latest…