Skip to content

Releases: projectcaluma/emeis

v1.2.0

17 Nov 13:12
159f2d3
Compare
Choose a tag to compare

Feature

  • views: Apply localized default ordering (7e1265c)

Fix

  • models: Set scope full_name correctly in all situations (47ff9b5)
  • ordering: Correct ordering when forced local is in use (a7ee5d3)

v1.1.0

26 Sep 07:47
0de918d
Compare
Choose a tag to compare

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

  • dev-env: Start runserver with keep-meta-shutdown (749ee20)
  • Remove subtree when removing scope (fc1e4ff)
  • Rename translation in export (4b4a4c0)
  • Xlsx file on pypi, take 3 (5e9262b)

v1.0.5

15 Feb 09:51
8682ca8
Compare
Choose a tag to compare

Fix

  • Include xlsx file in pypi publish, take 2 (5acc687)

v1.0.4

15 Feb 09:12
d098aad
Compare
Choose a tag to compare

Fix

  • Add xlsx template to pip package (532b379)

v1.0.3

11 Feb 12:21
9c982e3
Compare
Choose a tag to compare

Fix

  • Set correct content-disposition header in export (35e0f09)

v1.0.2

03 Feb 14:23
c6c8343
Compare
Choose a tag to compare

This release upgrades dependency pinnings and loosens requirement ranges in setup.py.

Fixes

  • core Alter deprecated postgres JSON field to Django's own (f6cded9)

v1.0.1

02 Feb 10:05
d311b78
Compare
Choose a tag to compare

Release only pinning dependency version, not adding or fixing anything

v1.0.0

01 Feb 14:07
6c8126c
Compare
Choose a tag to compare

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

Breaking

  • Rename basemodel's meta field to metainfo

v0.6.0

14 Jan 11:08
4f86fe5
Compare
Choose a tag to compare

Feature

  • Case insensitive ordering (f0570ab)
  • Add user list export as xlsx file (190c2a6)

v0.5.0

14 Dec 12:39
5536c3c
Compare
Choose a tag to compare

Feature

  • filters: add user filter to find users by role (d2be465)
  • filters: add more filters on /users endpoint (24e6e99)
  • Expose full scope name on api (3465b97)
  • New create_scope command (6813833)