Fix typo in warning
Tabluar -> Tabular
This commit is contained in:
@@ -310,7 +310,7 @@ class SortableInlineBase(SortableAdminBase, InlineModelAdmin):
|
||||
super(SortableInlineBase, self).__init__(*args, **kwargs)
|
||||
|
||||
if not issubclass(self.model, SortableMixin):
|
||||
raise Warning(u'Models that are specified in SortableTabluarInline'
|
||||
raise Warning(u'Models that are specified in SortableTabularInline'
|
||||
' and SortableStackedInline must inherit from SortableMixin'
|
||||
' (or Sortable for legacy implementations)')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user