django-authority/authority
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
..
fixtures Added custom user model and modified test run to use it when Django >= 1.5 2013-06-13 06:13:12 -05:00
templates Change submit name to make edit_permission work 2014-02-12 00:15:16 +00:00
templatetags Updated to be straight import for readability 2013-06-11 21:52:34 -05:00
__init__.py Moved authority app from src/ to root directory 2010-01-07 18:00:41 +01:00
admin.py Show action form errors using message_user 2014-02-12 00:15:13 +00:00
decorators.py Moved authority app from src/ to root directory 2010-01-07 18:00:41 +01:00
exceptions.py Moved authority app from src/ to root directory 2010-01-07 18:00:41 +01:00
forms.py Updated to be straight import for readability 2013-06-11 21:52:34 -05:00
managers.py flake8 2012-09-20 11:00:01 -04:00
models.py Updated to be straight import for readability 2013-06-11 21:52:34 -05:00
permissions.py Removed liar comment RE: smart cache default 2014-01-29 15:29:13 -05:00
sites.py refs #12: fixed updating checks tuple 2013-03-18 18:53:24 -04:00
tests.py 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
urls.py Fix import for Django 1.6 2013-12-06 01:43:37 +01:00
utils.py Updated to be straight import for readability 2013-06-11 21:52:34 -05:00
views.py Moved authority app from src/ to root directory 2010-01-07 18:00:41 +01:00
widgets.py Fix remaining use of deprecated ADMIN_MEDIA_PREFIX 2013-07-30 18:57:38 +00:00