-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sortable StackedInline Fields #137
Comments
No worries - I knew this issue will appear in some time :) |
class Informacion_Inline(admin.StackedInline,SortableTabularInline): may be a SortableStackedInline? |
@vargasmolina Sorry, i don't understand your issue |
I was struggling to sort vertically. |
@vargasmolina Currently django-suit supports only TabularInline, that's what this issue is about. |
sortable StackedInline would be a very useful addition. |
Sortables for Stacked and also Generic inlines have just been added. Docs:
|
Awesome! |
lovely! |
Hi,
I love this project! I am using it for months and the only lacking feature i feel until now is that there is no sorting support for sortable StackedInline fields. And the documentation says that i shouldn't hesitate to make request for this feature. :) So i fell myself ok to make a request for this feature. It was a life-saver feature in grappelli.
The text was updated successfully, but these errors were encountered: