Commit graph

334 commits

Author SHA1 Message Date
winhamwr
762c1e9594 Jazzbandco: Contributing guidelines and readme badge 2016-03-15 14:09:41 -04:00
Jason Ward
1bcf8d5685 Merge pull request #45 from jlward/issue_45
BasePermissionForm needs a Meta.exclude for django 1.8
2015-12-14 11:29:37 -05:00
Jason Ward
c289790102 refs #45: Update Note 2015-12-14 11:12:18 -05:00
Jason Ward
8f81984939 refs #45: Fixed broken test. 2015-12-14 11:09:43 -05:00
Jason Ward
c5c853e12b refs #45: Updated the tests. 2015-12-14 11:09:32 -05:00
Jason Ward
8e33c667f9 refs #45: Updated gitignore 2015-12-14 11:09:12 -05:00
Bob Cribbs
a6cd4d080a Bumped to version 0.9 2015-11-11 18:18:01 +02:00
Bob Cribbs
3b5ebfd4c5 Merge pull request #44 from bocribbz/tox-dj18
Django1.8: Use prefetch_related for M2M to `user__groups`
2015-11-11 00:41:00 +02:00
Bob Cribbs
11bc2fe188 drop support for django 1.3; use prefetch_related for m2m to user__groups 2015-11-11 00:26:21 +02:00
Bob Cribbs
265ce90d86 Merge pull request #43 from bocribbz/dj17-example
Updates for Django 1.7
2015-11-10 22:50:29 +02:00
Bob Cribbs
2c2927f696 add compat.py file for user model 2015-11-10 22:45:10 +02:00
Bob Cribbs
9589dfc820 import admin in example so it works with dj17 2015-11-10 19:31:54 +02:00
Bob Cribbs
dbd0c39d78 Merge pull request #42 from bocribbz/tox-dj17
Run tests on Django 1.7
2015-11-10 19:04:02 +02:00
Bob Cribbs
14aaf4b065 run tests on Django 1.7 2015-11-10 16:17:50 +00:00
Bob Cribbs
e712aa607e Merge pull request #33 from DylanLukes/master
Django 1.7 compatibility
2015-11-10 18:10:28 +02:00
Bob Cribbs
bbe44db5ac Merge pull request #41 from bocribbz/tox
Add tox and make travis run tox tests
2015-11-10 18:08:30 +02:00
Bob Cribbs
091c20929c add self to authors 2015-11-10 15:50:36 +00:00
Bob Cribbs
d28f11468c Add tox and make travis run tox tests 2015-11-10 14:52:36 +00:00
Jannis Leidel
2288ccdf36 Merge pull request #34 from mozillazg/fix-typo
Fixed typo
2014-02-21 15:13:01 +01:00
Mozillazg
3cb36d9e24 Fixed typo 2014-02-21 13:22:58 +08:00
Dylan Lukes
b1f63c8d25 Django 1.7 compatibility 2014-02-20 13:35:33 -05:00
Jannis Leidel
49a52b7957 Merge pull request #11 from gthb/issue_15
Fix TypeError in edit_permissions
2014-02-20 17:53:22 +01:00
Jannis Leidel
f26feb3e47 Merge pull request #29 from gthb/fix-edit_permission-action
Fix edit permission action
2014-02-20 17:53:02 +01:00
Jannis Leidel
c394cc699e Merge pull request #28 from gthb/patch-1
Fix lurking bug in edit_permissions
2014-02-20 17:52:44 +01:00
Jannis Leidel
15aab326cb Merge pull request #31 from mozillazg/patch-2
Change argument extra_context's default value
2014-02-20 17:52:16 +01:00
mozillazg
00aaa026d9 Change argument extra_context's default value
Change keyword argument extra_context's default value from `{}` to `None`.
2014-02-20 22:11:57 +08:00
Wes Winham
d3f67e7361 Merge pull request #30 from mozillazg/patch-1
Fixed typo
2014-02-19 08:48:39 -05:00
mozillazg
63334e667f Fixed typo 2014-02-19 21:32:57 +08:00
Gunnlaugur Þór Briem
37cef6308e Change submit name to make edit_permission work
Turns out that since Django 1.2 the admin only invokes actions when
handling POST if the POST data specifically *doesn't* contain `_save`:

cce32a9b09

So this submit name was preventing `edit_permission` from acting on the
POST data since Django 1.2.
2014-02-12 00:15:16 +00:00
Gunnlaugur Þór Briem
423bb90c71 Show action form errors using message_user
Not very neat, but way better than nothing when there are errors
(previously the error was invisible and the action simply seemed to have
completed).
2014-02-12 00:15:13 +00:00
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