Skip to content

v3.6.0: Merge pull request #450 from hinashi/changed/setting/enviroment

Compare
Choose a tag to compare
@hinashi hinashi released this 11 May 05:42
· 2835 commits to master since this release
f129c82

Changed

  • Set entry-id for each entry columns in the list entry page
  • Changed the logging method from airone profile to logging middleware
    Contributed by @hinashi
  • Changed to separate settings for each environment by django-configrations
    Contributed by @hinashi

Fixed

  • Fixed problems that changing values for group won't be shown correctly
    in the changing entry's attribute page
  • Fixed problem to return attribute information that has already been
    deleted (#400)
  • Fixed exception error in /entry/do_edit/ (#443)
    Contributed by @hinashi
  • Fixed problem that none of AttributeValue have is_latest is True (#441)
    Contributed by @hinashi
  • Fixed that can be retrieved without permission in Entry API v2
    Contributed by @hinashi
  • Fixed request even if the password is empty on change ldap auth (#465)
    Contributed by @hinashi