We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01167e commit edb80cdCopy full SHA for edb80cd
CHANGELOG.rst
@@ -0,0 +1,12 @@
1
+Changelog
2
+=========
3
+
4
+Version 0.2 (Dec 31, 2013)
5
+-------------
6
7
+* Fixed query errors with Django 1.5 and 1.6
8
9
+Version 0.1
10
11
12
+* Initial release
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name='permission-backend-nonrel',
19
- version='0.1',
+ version='0.2',
20
description='Django-nonrel authentication backend to support permissions and groups',
21
packages=find_packages(exclude=('tests','tests.*')),
22
author='Florian Hahn',
0 commit comments