-
### Issue URL (Ads)
[http://deloton.com/?auction_id=8e799005-2956-4701-9686-921029496742&xref=deloton.com&ip=e20b54ad0ee4735633ac131366b35718&pbk3=5f79407bb0f314f769cfdf41f28b8a1a651014007309263078…
-
It would be great to have a management command for generating the Swagger/OpenAPI JSON output so that I could do e.g. `./manage.py generate_swagger swagger.json`.
I use the output from drf-yasg as …
-
Is looks like using the `NestedViewSetMixin` auto generates the filter code for nested routers, but does nothing for saving.
I would recommend something like the following for a URL like `companies/c…
-
I've followed the instructions for setting up search on a particular model (Article).
However, when I attempt to run a search with /site-search/?q=elephant, I get all of my articles back (regardless …
-
## Checklist
- [ x ] 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 can…
-
Does anyone have an idea for (or have implemented) a DateFromToRangeFilter that works?
Example, filtering a collection of Articles based on a published_date attribute range (between 2 dates)
Wit…
-
Hello, I started use Django 2.0.2 with django-select2. But have some problem which I can't understand. In Django Admin panel I have model with ManyToMany field and I want use Select2 for search for th…
-
@kennethreitz I'm having trouble installing local packages in relative directories via `-e`.
This is the initial requirements.txt file:
```
-e ../../lib/python
arrow==0.10.0
blessings==1.…
-
Hi!
I downloaded last version of this library, django-filters, and django rest framework.
When I try to use nested serializing from manual I have next error:
KeyError: 'subtype__subtype'
`…
-
I was using CSVWidget with a CharFilter in the pre 1.x days, but I'm upgrading and that combination no longer works. I can't find any docs or recommendations on what to switch to. I want to accept a…