issues Search Results · repo:carltongibson/django-filter language:Python
Filter by
842 results
(68 ms)842 results
incarltongibson/django-filter (press backspace or delete to remove)I am using drf-yasg in version 1.21.10 to generate my swagger-documentation for my djangorestframework endpoints.
In my newer api-stack I m using django-filter==25.1. However I noticed that my query-params ...
Quving
- 2
- Opened 7 days ago
- #1717
Bug
The docs state that TypedChoiceFilter is the same as ChoiceFilter with an additional coerce argument
https://django-filter.readthedocs.io/en/stable/ref/filters.html#typedchoicefilter. However, null_value ...
JacKeelvar-O-Connor
- 1
- Opened 21 days ago
- #1716
Just wondering if it would make sense to support JSONSchema, which would allow dynamic lookups for properties in django
rest framework.
The schema could be set in the filter definition or in some other ...
rptmat57
- 1
- Opened on May 13
- #1715
A always gat empty queryset for my filter. I printed sql request and see that it pass profession title instead slug. I
don t know why and how can I fix int. Now I use CharFieltd to filter, but it has no ...
kaletvintsev
- Opened on May 13
- #1714
Hi Django-filters,
I have a small issue I d like to discuss and hopefully get fixed. In my project I ve created some custom FilterSets that
add/change some behaviour of FilterSet. One thing I want to ...
ProJoelVik
- 5
- Opened on May 8
- #1713
When looking through the locale files of this repository, I stumbled upon some inconsistencies:
- Some headers (comments) at the beginning use a project-specific template, some are empty, some are using ...
stefan6419846
- 2
- Opened on Apr 15
- #1710
Sample: I have RootFolder and child folder SubFolder I can t create a root folder name SubFolder
bachvtuan
- 1
- Opened on Apr 8
- #1709
BooleanFilter internally uses forms.NullBooleanField. As a result, even when required=True is set, the filter does not
raise a validation error if the parameter is missing, and simply accepts None. For ...
JaeHyuckSa
- 2
- Opened on Apr 3
- #1707
Hello @carltongibson !
Working on django-mongodb-backend and wondering if you d accept PRs to update your test suite to support ObjectId( … )
primary keys? Right now getting:
…
====================================================================== ...
aclark4life
- 1
- Opened on Feb 4
- #1702
Filter with URL /?date__isnull=true is not working.
I created the modelviewset;
class ABC(Model):
closed_at= models.DateTimeField()
class ABC(viewsets.ModelViewSet):
serializer_class = ABCSerializer ...
Natgho
- 3
- Opened on Jan 30
- #1701

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.