Skip to content

Releases: jazzband/django-authority

0.14

07 Feb 12:19
3677b42
Compare
Choose a tag to compare
  • Add Django 2.2 support
  • Add Python 3.7 support
  • Various fixes around the test harness.
  • Use Django's own method of auto-loading permissions modules.
  • Fix Django admin incompatibility regarding a method removed years ago.
  • Removed unused compatibility code.
  • Fix BasePermission.assign for group permissions.

Version 0.13.2

03 Mar 22:12
f58ec2d
Compare
Choose a tag to compare
  • rST fixes

Version 0.13.1

03 Mar 22:11
ce14ebd
Compare
Choose a tag to compare
  • Minor fixes to the documentation and versioning.

Version 0.13

03 Mar 22:09
5f47c69
Compare
Choose a tag to compare
  • Added support for Django 1.11
  • Drop Support for Python 3.3
  • Fixed a bug with template loader

Version 0.11

16 Jul 21:23
Compare
Choose a tag to compare

0.11 (2016-07-17):

Added Migration in order to support Django 1.8
Dropped Support for Django 1.7 and lower
Remove SQL Migration Files
Documentation Updates
Fix linter issues