Releases: devind-team/graphene-django-filter
Releases · devind-team/graphene-django-filter
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
Feature
- Add tests coverage (
1463fc8
) - Add tests for executing queries with full text search (
e63825b
) - Make the search query value optional (
8583f8e
) - Add the pre-commit dependency. (
9a0e579
) - Add a filter counter to generate a unique annotation name. (
5d7dd23
) - Add input data factories (
8459a75
) - Extend InputObjectType classes for special lookups (
59efd43
) - Extend InputObjectType classes for special lookups (
1ba8169
) - Add full text search filters to the input types generation (
dde0799
) - Change generation of full text search filters (
e32301f
) - Set fixed descriptions (
f4effe7
) - Add InputObjectType classes for special lookups (
3cd55ac
) - Override the
get_filters
method of theAdvancedFilterSet
class (f337349
) - Add the
available_lookups
field to full text search filter classes (abf10ae
) - Extend fixed settings (
b03c09e
) - Add filters for the full text search (
adb87b8
) - Replace sqlite database with postgresql for testing (
56c764e
) - Add library settings (
9b491d2
) - Add the separation of lookups into regular and special (
d04386d
)
Fix
- Create PostgreSQL service container (
71d9b13
) - Fix InputObjectType classes for special lookups (
2683d00
) - Remove default lookup from full text search keys (
ca26f0f
) - Change QuerySetProxy to be able to use other QuerySet methods (
5823820
) - Fix InputObjectType classes for special lookups (
5909798
) - Fix the logic for getting settings (
80e088c
)
Documentation
- Update README.md (
d8507c4
)