Releases: barseghyanartur/django-mongoengine-filter
Releases · barseghyanartur/django-mongoengine-filter
0.4.2
0.4.1
2023-02-23
- Fix issue with adding
help_text
.
0.4.0
- 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
andruff
. - Fix GitHub CI.
0.3.5-2020-03-23
- Tested against Python 3.8.
- Tested against Django 3.0.
0.3.4-2019-04-04
- Using lazy queries where possible.
0.3.2-2019-04-01
- Fixes in class-based views.
- Addition to docs.
0.3.1-2019-03-26
2019-03-26
- More tests.
- Addition to docs.
0.3-2019-03-25
Got status beta
.. note::
Namespace changed from `django_filters_mongoengine` to
`django_mongoengine_filter`. Modify your imports accordingly.
- Clean up.
- Added docs, manifest, tox.