Skip to content

v7.8.2

Choose a tag to compare

@osherdp osherdp released this 14 Jul 13:52
· 229 commits to master since this release
39a1107
  • Fixed bug: in python3 django uses str instead of unicode (and so you can't see resource names in links)
  • Fixed bug: when locking two resources that are identical (OWNABLE=False) only one of them is released
    The fix was done by changing client's "release_resources" method to accept list instead of dict