From 3993038f951f784a527f0174f4ce01fccb92b876 Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Wed, 28 Nov 2018 00:10:16 +0530 Subject: [PATCH] py27-lint test fix --- categories/editor/tree_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/categories/editor/tree_editor.py b/categories/editor/tree_editor.py index 19fe3f9..31b8ab0 100644 --- a/categories/editor/tree_editor.py +++ b/categories/editor/tree_editor.py @@ -260,7 +260,7 @@ class TreeEditor(admin.ModelAdmin): }) else: context['opts'] = self.model._meta - + context.update(extra_context or {}) return render_to_response(self.change_list_template or [ 'admin/%s/%s/change_list.html' % (app_label, opts.object_name.lower()),