Gunnlaugur Thor Briem
40924e532d
Fix lurking bug in edit_permissions
...
I don't have a test case, this is just code review; that string extrapolation will always raise.
2014-02-11 11:20:31 +00:00
Wes Winham
8c8e478a31
Added Gunnlaugur Thor Briem to AUTHORS
...
Thanks for #24 and #25 !
2014-02-10 13:26:23 -05:00
Wes Winham
13f425c5c2
Merge pull request #25 from gthb/fix-jsi18n-path
...
Fix hardcoded jsi18n script path
2014-02-10 13:25:31 -05:00
Wes Winham
8ea429d448
Merge pull request #24 from gthb/issue18
...
Fix CSRF failure posting permission change form
2014-02-10 13:24:52 -05:00
Gunnlaugur Þór Briem
0023127fc7
Fix hardcoded jsi18n script path
...
Use normal Django URL reversal instead of hardcoded relative path.
2014-02-10 18:05:18 +00:00
Gunnlaugur Þór Briem
c81f252840
Fix CSRF failure posting permission change form
...
Add missing `{% csrf_token %}` in form.
fixes #18
2014-02-10 18:03:24 +00:00
Jannis Leidel
8c5339d5f4
Merge pull request #23 from jennyq/patch-1
...
fixing invalid syntax error
2014-01-30 01:14:19 -08:00
Jenny Qian
ad61de0cae
fixing invalid syntax error
...
Got the following error when installing django-authority:
File "/path/to/env/build/django-authority/example/users/admin.py", line 2
from example.users.User
^
SyntaxError: invalid syntax
2014-01-29 16:18:38 -06:00
Wes Winham
426e0db6af
Removed liar comment RE: smart cache default
...
The smart cache defaults to enabled.
2014-01-29 15:29:13 -05:00
Jannis Leidel
ff0ad30673
Merge pull request #21 from tloiret/patch-1
...
Fix FlatPage class name
2014-01-06 04:37:11 -08:00
Thomas
9900543ce5
Fix FlatPage class name
2014-01-06 10:19:52 +01:00
Jason Ward
f63f8610f3
Bumped to version 0.8
2013-12-20 14:32:01 -05:00
Jason Ward
0dbc6c4ec7
Updated the changelog.
2013-12-20 14:31:52 -05:00
Jason Ward
7ec552dd23
Updated the authors.
2013-12-20 14:31:41 -05:00
Jason Ward
61565e1c60
Merge pull request #20 from remik/patch-1
...
Support for Django 1.6
2013-12-20 11:29:00 -08:00
Remigiusz Dymecki
3d4dcfeaf2
Update manage.py for Django 1.6 and below
2013-12-20 20:14:07 +01:00
Remigiusz Dymecki
95cf006737
Fix import for Django 1.6 in example
2013-12-20 19:33:05 +01:00
Remigiusz Dymecki
75cbeaa326
Update .travis.yml
...
Update Travis conf to test Django 1.6
2013-12-20 19:12:49 +01:00
Remigiusz Dymecki
d81caa6599
Fix import for Django 1.6
2013-12-06 01:43:37 +01:00
Jannis Leidel
54b33692ce
Use new name of README.
2013-09-10 11:52:42 +02:00
Jannis Leidel
ce3cd3d875
Added README.rst to manifest template.
2013-09-10 11:52:18 +02:00
Jannis Leidel
645cde644c
Rename README to README.rst
2013-09-10 11:51:44 +02:00
Jannis Leidel
ed096dcd21
Merge pull request #12 from gthb/django-deprecations
...
Fix django deprecations
2013-09-09 00:18:58 -07:00
Jannis Leidel
eeb59ca4b1
Merge pull request #13 from YD-Technology/python3
...
Python3 + Django 1.5 compatibility
2013-09-09 00:18:27 -07:00
Remigiusz Dymecki
27cfd0b0e5
backward compatible
2013-09-08 03:43:38 +02:00
Remigiusz Dymecki
dd04fecee6
Python3 update
2013-09-08 03:30:44 +02:00
Gunnlaugur Þór Briem
7dace16efd
Fix remaining use of deprecated ADMIN_MEDIA_PREFIX
2013-07-30 18:57:38 +00:00
Gunnlaugur Þór Briem
fdab7e06fd
Fix use of deprecated adminmedia taglib
...
and ADMIN_MEDIA_PREFIX setting
2013-07-13 01:30:38 +00:00
Gunnlaugur Þór Briem
32afb162ff
Fix use of deprecated admin_site.root_path
2013-07-13 01:30:36 +00:00
Jason Ward
11461f8081
Bumped to version 0.7
2013-07-03 16:41:59 -04:00
Jason Ward
a1f5a84f75
Merge pull request #9 from jezdez/issue_9
...
_get_user_cached_perms is doing a dependent sub-query
2013-07-03 13:41:09 -07:00
Jason Ward
9d868c7920
refs #9 : update note
2013-07-03 12:08:22 -04:00
Jason Ward
7ebbed7267
refs #9 : no longer doing dependent sub-queries
2013-07-03 12:06:08 -04:00
Jason Ward
6752bb52c1
refs #9 : had to bump the number of queries for a few things in order to stop doing dependent subqueries
2013-07-03 12:05:42 -04:00
Jannis Leidel
50fd7f559d
Removed old hgtags file.
2013-06-24 12:36:16 +02:00
Jannis Leidel
afb42174b2
Fixed docs version.
2013-06-24 12:33:37 +02:00
Jannis Leidel
dd96c54148
Finalized the move of the project to Github and Readthedocs. Fixes #8 .
2013-06-24 12:30:34 +02:00
Jason Ward
98f49c3ae9
Merge branch 'master' of github.com:jezdez/django-authority
2013-06-13 10:24:41 -04:00
Jason Ward
9dbc84f6fb
bumped to version 0.6, update note
2013-06-13 10:24:20 -04:00
Wes Winham
fbd2ff03a4
Added Travis Chase to AUTHORS
...
Thanks for the contribution on #7
2013-06-13 11:24:08 -03:00
Jason Ward
37a8e21b93
Merge pull request #7 from supercodepoet/master
...
Another option for updating the code for Django 1.5 custom user model
2013-06-13 07:12:55 -07:00
Travis Chase
9c17430b03
Added custom user model and modified test run to use it when Django >= 1.5
2013-06-13 06:13:12 -05:00
Travis Chase
770e696313
Updated to be straight import for readability
2013-06-11 21:52:34 -05:00
Travis Chase
5a2ea092e6
Updates to handle custom user model change from Django 1.5
2013-06-11 17:26:41 -05:00
Jason Ward
9d8594117d
removed invalid classifiers
2013-03-22 11:41:29 -04:00
Jason Ward
837d3223e0
Merge pull request #4 from PolicyStat/master
...
Smart group caching and python 3.3 support
2013-03-18 16:24:29 -07:00
Jason Ward
a18760a41f
Merge pull request #12 from PolicyStat/issue_12
...
Python 3 support
2013-03-18 16:21:05 -07:00
Jason Ward
013d2af2b1
refs #12 : We now support Python 3.3
2013-03-18 19:12:14 -04:00
Jason Ward
d07d8b6f90
refs #12 : print functions in all the places
2013-03-18 19:11:38 -04:00
Jason Ward
727a8ac6de
refs #12 : fixed the travis conf
2013-03-18 19:01:46 -04:00