Skip to content

Releases: barseghyanartur/django-mongoengine-filter

0.4.2

24 May 00:37
Compare
Choose a tag to compare
  • Fix AttributeError: 'BaseFilterSet' object has no attribute 'is_valid' issue.

0.4.1

23 Feb 21:39
Compare
Choose a tag to compare

2023-02-23

  • Fix issue with adding help_text.

0.4.0

25 Dec 00:00
Compare
Choose a tag to compare
  • Drop support for Python < 3.7.
  • Drop support for Django < 2.2.
  • Tested against Python 3.9, 3.10 and 3.11.
  • Tested against Django 3.1, 3.2, 4.0 and 4.1.
  • Apply black, isort and ruff.
  • Fix GitHub CI.

0.3.5-2020-03-23

23 Mar 00:01
Compare
Choose a tag to compare
  • Tested against Python 3.8.
  • Tested against Django 3.0.

0.3.4-2019-04-04

04 Apr 11:14
Compare
Choose a tag to compare
  • Using lazy queries where possible.

0.3.2-2019-04-01

01 Apr 20:20
Compare
Choose a tag to compare
  • Fixes in class-based views.
  • Addition to docs.

0.3.1-2019-03-26

26 Mar 22:10
Compare
Choose a tag to compare

2019-03-26

  • More tests.
  • Addition to docs.

0.3-2019-03-25

26 Mar 21:36
Compare
Choose a tag to compare

Got status beta

.. note::

Namespace changed from `django_filters_mongoengine` to
`django_mongoengine_filter`. Modify your imports accordingly.
  • Clean up.
  • Added docs, manifest, tox.