Commit graph

274 commits

Author SHA1 Message Date
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
Jason Ward
b23711ea40 refs #12: testing travis 2013-03-18 18:58:41 -04:00
Jason Ward
d53d9c3b3f refs #12: fixed updating checks tuple 2013-03-18 18:53:24 -04:00
Jason Ward
2fc2de04de refs #12: skip 3.3 and django 1.3/1.4 2013-03-18 18:24:19 -04:00
Jason Ward
427dd95944 refs #12: lets give python 3.3 the old collage try 2013-03-18 17:32:54 -04:00
Jason Ward
b885d3ff8c refs #12: removed legacy apps 2013-03-18 17:32:38 -04:00
Jason Ward
90a768ab96 Merge pull request #11 from PolicyStat/issue_11
Implement smart group caching
2013-03-18 14:29:43 -07:00
Jason Ward
8dc9710ba3 refs #11: updated setup.py 2013-03-18 16:58:50 -04:00
Jason Ward
a28726ffc3 refs #11: bumped out of 0.5dev to 0.5 and updated the tips and tricks page to explain that smart caching works with groups now as well. 2013-03-18 16:45:02 -04:00
Jason Ward
95610f9379 refs #11: All tests are now passing 2013-03-18 16:34:10 -04:00
Jason Ward
811e69b722 refs #11: Updated query counts to take into account the ContentType cache, fixed group caching tests 2013-03-18 16:26:50 -04:00
Jason Ward
1e9d33bc89 refs #11: basically got it working, two tests still failing 2013-03-18 16:08:51 -04:00
Jason Ward
a3a7093910 refs #11: name change since we are building a second perm cache 2013-03-18 15:58:10 -04:00
Jason Ward
4a9ed8aa9d refs #11: added tests for group caching 2013-03-18 15:46:34 -04:00
Jason Ward
2ff3264aa7 Merge pull request #10 from PolicyStat/issue_10
Set up travis ci so we can peg what we support
2013-03-18 11:47:21 -07:00
Jason Ward
0b152b4adf refs #10: updated the DB definition for django 1.4/1.5 2013-03-18 14:39:13 -04:00
Jason Ward
f26f941319 refs #10 I guess django-debug-toolbar is a req 2013-03-18 14:24:33 -04:00
Jason Ward
dd1a5e7a09 refs #10 formalized the reqs 2013-03-18 14:11:46 -04:00
Jason Ward
8870384c9f refs #10: added a .travis file to see what travis has to say 2013-03-18 13:58:28 -04:00
Jason Ward
c7018bb1e0 Merge pull request #3 from PolicyStat/smart_cache
Smart cache for users, groups coming up next
2013-03-18 10:28:16 -07:00
Wes Winham
cfb37b44fa Merge pull request #9 from PolicyStat/issue_9
Add real documentation about the smart cache.
2012-09-28 14:49:24 -07:00
Jason Ward
483cb629c7 refs #9: added a line in the basic overview about the smart cache 2012-09-27 17:17:59 -04:00
Jason Ward
6c1692ae63 refs #9: bumped the version in the docs 2012-09-26 17:49:19 -04:00
Jason Ward
e45d774a76 refs #9: added a section to show how cache invalidation works 2012-09-26 17:44:22 -04:00
Jason Ward
95a7dc5e92 refs #9: added a line in the docs showing how to disable the use of the smart cache 2012-09-26 17:44:01 -04:00
Jason Ward
b98e675f57 Merge pull request #8 from PolicyStat/issue_8
has_user_perms with check_groups does too many queries
2012-09-26 14:24:38 -07:00
Jason Ward
6d6c91dfb6 refs #8: refactor 2012-09-26 17:23:30 -04:00
Jason Ward
342f3d5311 refs #8: name changes and used kwargs in one of the tests 2012-09-26 17:17:27 -04:00
Jason Ward
1f73bdde92 Merge remote-tracking branch 'origin/master' into issue_8 2012-09-26 17:09:00 -04:00