Metadata-Version: 1.1
Name: simple-django-teams
Version: 0.0.4
Summary: Simple Django teams.
Home-page: UNKNOWN
Author: Corey Sterling
Author-email: coreytsterling@gmail.com
License: MIT
Description: Django app for combining users into teams and setting simple permissions within a team.
        
        Changelog
        =========
        
        0.0.4 (2020-07-21)
        -------------------
        
        - Added ability to reinstate soft-delete models.
        
        0.0.3 (2020-06-11)
        -------------------
        
        - Added custom query-set managers for Team and Membership models.
        - Added utility method to get the active members of a Team.
        
        0.0.2 (2020-05-14)
        -------------------
        
        - Removed old organisation name from team name constraint.
        - Added hard-delete functionality to soft-delete models.
        - Fixed bug with soft-deleting groups of objects.
        
        0.0.1 (2019-12-04)
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python :: 3.7
