v7.8.2
- 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