mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-12 01:23:10 +00:00
refs #45: Update Note
This commit is contained in:
parent
8f81984939
commit
c289790102
2 changed files with 6 additions and 1 deletions
|
|
@ -52,6 +52,11 @@ html version using the setup.py::
|
|||
Changelog:
|
||||
==========
|
||||
|
||||
0.10 (2015-12-14):
|
||||
-----------------
|
||||
|
||||
* Fixed a bug with BasePermissionForm and django 1.8
|
||||
|
||||
0.9 (2015-11-11):
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ def read(fname):
|
|||
|
||||
setup(
|
||||
name='django-authority',
|
||||
version='0.9',
|
||||
version='0.10',
|
||||
description=(
|
||||
"A Django app that provides generic per-object-permissions "
|
||||
"for Django's auth app."
|
||||
|
|
|
|||
Loading…
Reference in a new issue