- Fix issue #10_
- The HTTP API endpoint to get token information now returns the token information even when it has expired, because it is still valid to use (see this)
- Fixes
LockableModel
for Python 2.7
- Fixes
LockableModel
to allow to use it as a proxy
- Fixes
LockToken.save
method to prevent potential transaction errors - Adds a template tag to handle lock on the client side when overriding default
change_form_template
inLockableModelAdmin
- Better handling of invalid lock token strings (see discussion here) to prevent overwriting
- Adds a
created
field to theLockToken
model