- Override
save_models
admin methods to add user in history records. - Add and rename methods in
RoleMixin
. - Fix mapping setting check function.
- Implement implicit authorization.
- Add Science/Research classifier.
- Fix bug when id cannot be coerced to right type.
- Add migration 2.
- Improve
RolePrivilege
admin. - Add drag and zoom to role hierarchy graph.
- Update initial migration to reflect code.
- Add
d3.min.js
as a static asset to enable it in SSL context.
- Finish implementation of edit privileges page (efficient below 1000*1000 matrices).
- Improve admin display.
- Add allow_update_own_privileges setting.
- Improve
instance_from_
method. - Add
skip_implicit
andlog
kwargs oncan
method. - Fix role hierarchy chart, use
allow_own_update
setting. - Put back
setting_prefix
. - Add
django-app-settings
dependency, removeautowidth
from data-table. - Move access to objects into get to avoid migrate errors.
- Remove Github pages configuration file.
- Update django from 1.10.6 to 1.11.
- Fix migrations (missing
__init__.py
).
- Implement Ajax call with notification.
- Interface
no_datatable
template with backend. - Set namespace to cerberus, improve consistency.
- Match application name in breadcrumbs.
- Move application settings into
apps
module. - Change IDs from
int
tostr
. - Add migration file, avoid loading role instances at start-up.
- Change mapping setting.
- Register models in admin.
- Fix unique constraint with integers default 0.
- Admin classes added for separation of privileges.
- Models updated.
- Added views, templates, and models for testing.
- Changed Bootstrap version from 3.3.1 to 2.3.1 and JQuery 3.1.1 to 2.1.1.
- Alpha release on PyPI.