From 524bb3b68ea85acf1c404e62aaca9240c84689f5 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Thu, 16 Jul 2015 21:34:16 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Редактирование для всех пользователей, у которых есть права на модель --- record/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/record/settings.py b/record/settings.py index 72cc997..e13cd80 100644 --- a/record/settings.py +++ b/record/settings.py @@ -106,3 +106,4 @@ INPLACEEDIT_SUCCESS_TEXT = u'Сохранено' from django.utils.safestring import mark_safe INPLACEEDIT_EDIT_EMPTY_VALUE = mark_safe(u'
Редактировать
') +ADAPTOR_INPLACEEDIT_EDIT = 'inplaceeditform.perms.AdminDjangoPermEditInline'