Skip to content

Commit cdcdf46

Browse files
committed
remove.. might not be needed?
1 parent 19f631f commit cdcdf46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

djangoplugins/management/commands/syncplugins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def plugins(self, point, point_inst):
110110
for plugin, inst in self.available(src, dst, Plugin):
111111
inst.point = point_inst
112112
inst.name = getattr(plugin, 'name', None)
113-
inst.id = getattr(plugin, 'id')
114113
if hasattr(plugin, 'title'):
115114
inst.title = six.text_type(getattr(plugin, 'title'))
116115
inst.save()

0 commit comments

Comments
 (0)