Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 818 Bytes

CHANGELOG.rst

File metadata and controls

39 lines (31 loc) · 818 Bytes

Changelog

0.0.1

Initial release. Implements most of authorization for django.

0.0.2

Separating Django and Tastypie dependency.

0.0.3

Renaming Django authenticaton and updated all tests Renaming Tastyie authentication and updated all tests

0.1.0

Django and Tastypie fully tested

0.1.1

Adding check for puppet group that will check if the user is in the group defined in PUPPETDB_ADMIN_GROUP. This will give the user admin rights allowing the user to login django-admin.

0.2.0

Updating files to make it django 1.8 compatible.

0.2.1

Updating requirements file to newest versions.

0.2.2

Updating requirement files. Travis will install different versions of Django for testing. We now user get_user_model incase there a custom User model is used.