mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-17 06:20:33 +00:00
Fix typo in warning
Tabluar -> Tabular
This commit is contained in:
parent
5baec21afe
commit
84e42720e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue