From 09b58557b64ae3c573a024ea867995183bbdfa3c Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Wed, 10 Jun 2015 17:59:36 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D1=80=D1=82=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D0=BF=D0=BE=20=D1=8D=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B7=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Она не нужна, убрал --- asuzr/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asuzr/tables.py b/asuzr/tables.py index 7a144bd..a163a6b 100644 --- a/asuzr/tables.py +++ b/asuzr/tables.py @@ -81,7 +81,7 @@ class ArchiveOrdersTable(OrdersTable): class SketchesTable(tables.Table): sketch_file = tables.FileColumn(verbose_name = 'Имя файла') - sketch_image = ThumbnailColumn('sketch_file', verbose_name = 'Эскиз') + sketch_image = ThumbnailColumn('sketch_file', verbose_name = 'Эскиз', orderable = False) class Meta: attrs = {'class': 'paleblue'}