Skip to content

Releases: devind-team/graphene-django-filter

v0.6.7

06 Apr 13:34

Choose a tag to compare

v0.6.7 (2025-04-06)

Chore

  • chore: Remove coveralls (ce009bb)

Unknown

  • Merge pull request #83 from lablup/fix/resolve-potential-none-filter-arg

fix: resolve potential None value for filter argument (52c8486)

v0.6.6

02 Apr 06:15

Choose a tag to compare

v0.6.6 (2025-04-02)

Fix

Unknown

  • Merge pull request #95 from devind-team/develop

fix: fix ci (152e767)

  • Merge pull request #94 from devind-team/develop

Develop (ec6f3e2)

v0.6.5

10 Jun 10:28

Choose a tag to compare

Fix

  • Fix project version back to original (ae6d34a)
  • Updated version ranges for following packages
    • Django
    • graphene
    • graphene-jango
    • Python

v0.6.4

04 Apr 11:36

Choose a tag to compare

Fix

  • Fix using newer python features (06891bb)
  • Fix different types with the same name in the schema (5bdb9df)

v0.6.3

31 Mar 21:24

Choose a tag to compare

Fix

  • Fix wrong typing for the AdvancedDjangoFilterConnectionField constructor (2d2143d)

v0.6.2

08 Mar 17:43

Choose a tag to compare

Fix

  • Fix bug when filter is missing (2c7485f)
  • Fix wrong env loading (1c3fe7b)

v0.6.1

03 Mar 18:40

Choose a tag to compare

Fix

v0.6.0

03 Mar 18:23

Choose a tag to compare

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 the AdvancedFilterSet 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

v0.5.1

22 Feb 17:44

Choose a tag to compare

Fix

  • Fix Django version (2a3a977)
  • Update django dependency and add how to install information #13 (9e15745)

v0.5.0

11 Feb 07:55

Choose a tag to compare

Feature

  • Add the implementation of the not operator (00dae57)
  • Start the implementation of the expression not (ef0ec97)
  • Improve input type factories (353b4a3)

Documentation