File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
django_mongoengine_filter Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ are used for versioning (schema follows below):
1515 0.3.4 to 0.4).
1616- All backwards incompatible changes are mentioned in this document.
1717
18+ 0.4.1
19+ -----
20+ 2023-02-23
21+
22+ - Fix issue with adding ``help_text ``.
23+
18240.4.0
1925-----
20262022-12-24
Original file line number Diff line number Diff line change 11from .filters import * # noqa
22from .filterset import FilterSet
33
4- VERSION = (0 , 4 , 0 )
4+ VERSION = (0 , 4 , 1 )
55
66__title__ = "django-mongoengine-filter"
77__version__ = "." .join ([str (_i ) for _i in VERSION ])
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = "django-mongoengine-filter" ,
23- version = "0.4.0 " ,
23+ version = "0.4.1 " ,
2424 description = (
2525 "django-mongoengine-filter is a reusable Django application inspired "
2626 "from django-filter for allowing mongoengine users to filter querysets "
You can’t perform that action at this time.
0 commit comments