Git Product home page Git Product logo

django-permissions's Introduction

Introduction
============

django-permissions provides per-object permissions for Django on roles: http://en.wikipedia.org/wiki/Role-based_access_control

Code
====

The code can be found on bitbucket: http://github.com/diefenbach/django-permissions

Implementations
===============

If you want to see a comprehensive implementation of django-permissions take
a look at the CMS `LFC <http://pypi.python.org/pypi/django-lfc>`_

Changes
=======

1.1 (2014-06-26)
----------------

* Fixes deprecation warning
* Removes raw SQL statements
* Caches calculated roles on user object

1.0.3 (2011-04-30)
------------------

Bugfix release

* Bugfix: Removed mutuable parameters; issue #11

Changes
=======

1.0.2 (2011-04-09)
------------------

Bugfix release

* Bugfix: prevent to add same Users several times to a Role; issue #6 of django-workflows
* Updated Development Status to "5 - Production/Stable"

1.0.1 (2011-04-08)
------------------

Bugfix release

* Bugfix: DatabaseErrors with Postgres; issue #5.
* Bugfix: changed order of passed parameters to has_permission; issue #6
* Bugfix: removed not needed import of "sets"; issue #8

1.0 (2010-08-24)
----------------

* First final release

1.0 beta 4 (2010-07-23)
-----------------------

* Added check_permission method to PermissionBase
* Added Unauthorized exception

1.0 beta 3 (2010-07-07)
-----------------------

* Bugfix get_users/get_groups method of class Role; issue #2
* Bugfix: check for an object before trying to add local role; issue #3
* Bugfix: registration of permissions for specific content types only

1.0 beta 2 (2010-05-17)
-----------------------

* Added license

1.0 beta 1 (2010-05-17)
-----------------------

* Bugfix has_permission. Using roles=None instead of roles=[].

1.0 alpha 4 (2010-04-16)
------------------------

* Moved PermissionBase to __init__.py

1.0 alpha 3 (2010-03-30)
------------------------

* Added roles

1.0 alpha 2 (2010-03-22)
------------------------

* Added a lot of improvements on several places

1.0 alpha 1 (2010-03-11)
------------------------

* Initial public release

django-permissions's People

Contributors

diefenbach avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.