Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Nov 12, 2016
1 parent 099f8e5 commit bef196d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -99,6 +99,11 @@ Additionally, if the ``perms.py`` module has a ``PERMISSION_LOGICS`` variable, d
model = get_model(*model.split(".", 1))
add_permission_logic(model, permission_logic_instance)
.. note::

Autodiscover feature is automatically called if you are using django higher than 1.7 so no need to follow the tutorial below.
To disable, use `PERMISSION_AUTODISCOVER_ENABLE` setting.

**Quick tutorial**

1. Add ``import permission; permission.autodiscover()`` to your ``urls.py`` like:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

NAME = 'django-permission'
VERSION = '0.9.2'
VERSION = '0.9.3'


def read(filename):
Expand Down

0 comments on commit bef196d

Please sign in to comment.