Jacob Rief

Results 423 comments of Jacob Rief

I did not know that there are any **@3x** devices out there. When Apple started to ship their first **@2x** devices, they told us, that now pixels are smaller than...

But the Django source code is full of `import pathlib` statements. Moreover, all paths specified in settings.py, such as `MEDIA_ROOT`, `STATIC_ROOT`, etc. can and shall be of type `pathlib.Path`, so...

Please try out the adopted styles and title attributes. Note, you have to patch the templates before proceeding. I only changed the button size for `StackedInline`, because the drag-area in...

@flbraun please go ahead. btw. In 99% of my use cases, I always use `StackedInlineAdmin`-s.

I wanted to say to please go ahead with a pull request, and fit the button to your needs.

@Eccleshall thanks for looking at this problem. What do you think, shall I refer to the unminimized version only?

Minimizing the JS file has been built into the deployment script. I hope this will fix it.

Could you please fork the `testapp` and configure it in a way, so that I can reproduce that error. Please read section on [how to report bugs](https://django-admin-sortable2.readthedocs.io/en/latest/contributing.html#reporting-bugs).

Inlines have to be saved explicitly. This was already the case for version 1.

@ahmedsafadii I have no intentions to change this, so it probably will remain forever.