Releases: projectcaluma/emeis
Releases · projectcaluma/emeis
v1.2.0
v1.1.0
Feature
- scopes: Denormalize full_name and use it for sorting (
4921028
) - visibilities: Respect visibilities in includes & relationships (
1ef2a88
) - Add advanced filters for ACL model (
184c9a2
) - Add "is_active" filter for user model (
8efbdc0
) - Search by metainfo fields (
be26f41
) - Order by metainfo fields (
17a9849
) - Add id__in filter for scopes (
b7602a9
) - models: Add is_active property for scope (
cf5f01f
) - search: Search for user's roles and scopes (
5418e18
) - search: Enable forcing models to be monolingual in search (
1dc55fd
)
Fix
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Update to Django 3.2
Bump to latest Django LTS and lift other dependencies while giving some slack on the version requirements in setup.py
so it won't be too hard to bump to this release.
Feature
- core Rename the basemodel's
meta
field tometainfo
in order to respect reserved words of django-restframework-json-api (be444a6
)
Breaking
- Rename basemodel's
meta
field tometainfo