mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Typo. Fixes #116
This commit is contained in:
parent
114545618a
commit
1301aad55a
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ For Django 1.6.x, extend:
|
|||
The height of a stacked inline model can dynamically increase,
|
||||
which can make them difficult to sort. If you anticipate the height of a
|
||||
stacked inline is going to be very tall, I would suggest using
|
||||
TabularStackedInline instead.
|
||||
SortableTabularInline instead.
|
||||
|
||||
### Django-CMS integration
|
||||
Django-CMS plugins use their own change form, and thus won't automatically
|
||||
|
|
|
|||
Loading…
Reference in a new issue