Jacob Rief

Results 514 comments of Jacob Rief

do other Django management commands offer this option? Normally one would specify the used database in the models `Meta` class.

I never worked with [django-nested-admin](https://github.com/theatlantic/django-nested-admin), so I can't really drill down on the problem. Here is my hint on how to solve it: If you somehow can find out if...

I somehow have difficulties to understand how this shall work. If items are filtered by `title` and then sorted using the provided UI, updating the `order` field would be easy....

seems to be an overflow error. Try to reduce the amount of characters in the columns rendering fields with a lot of content. I don't think it's related with django-admin-sortable2.

You can either add own own private CSS file and fiddle with the widths of your `` elements. Our you can use a method on your InlineAdmin class and point...

Sorry, but this currently is not implemented.

The css requires a small png image, which is used to symbolize a draggable area. It seems as if it is not loaded.

Hmm.... My intention is to keep the template of tabular- and stacked inlines as close as possible to the default provided by Django itself.

I never had a need for it, but it seems reasonable. Does this mean, that in such a case the positioning field is updated in the foreign object. How would...

I will rethink about this, when I need this functionality myself. Feel free to create a pull request.