##// END OF EJS Templates
fixed issue #644 When a user is both in read and write group, the permission taken in account is the last saved permission...
fixed issue #644 When a user is both in read and write group, the permission taken in account is the last saved permission - added configurable parameters to permission class with two algorithms, higherwin and lowerwin. - default is set now to higherwin, later we'll make that configurable

File last commit:

r833:9753e090 beta
r3094:b70c6652 beta
Show More
manage.py_tmpl
5 lines | 115 B | text/plain | TextLexer
#!/usr/bin/env python
from migrate.versioning.shell import main
if __name__ == '__main__':
main(%(defaults)s)