Fix typo in warning

Tabluar -> Tabular
master
giacomo 2016-01-12 16:13:15 +01:00
parent 5baec21afe
commit 84e42720e7
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class SortableInlineBase(SortableAdminBase, InlineModelAdmin):
super(SortableInlineBase, self).__init__(*args, **kwargs) super(SortableInlineBase, self).__init__(*args, **kwargs)
if not issubclass(self.model, SortableMixin): 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' ' and SortableStackedInline must inherit from SortableMixin'
' (or Sortable for legacy implementations)') ' (or Sortable for legacy implementations)')