Jacob Rief
Jacob Rief
The LICENSE file has an exception to handle to special case.
Thanks. I will merge this in 1.5.1. When redefining the models, I first have to migrate the models on the documentation site.
Thanks for this pull request
@SamuelJennings I still find it unintuitive having to use the same attribute name when referring a form collection with siblings as specified in the connecting `ForeignKey` using the `related_name`, on...
`reverse_accessor` might even be a better option. I like it. And this term is used by the Django documentation itself: https://docs.djangoproject.com/en/5.2/ref/models/fields/#django.db.models.ManyToManyField.through It's also shorter to write, 16 instead of 20...
Fair point. I have to fix that.
@drowsyzen you can come up with a pull request. I then will review it.
In my opinion the `change_` permission would be appropriate. An alternative would be to add a custom permission to the model's `Meta`-class, say `[("reorder", "Can reorder items")]` as described here:...
Thanks @ldeluigi for this pull request. Please be patient, I need some time to test this. I am just wondering, if this might cause some regressions, otherwise that comparison wouldn't...
@nicolochiellini @ldeluigi I just tested this in my local environment. In my setups the value of `order_field_value` is always `None` and therefore it always works. How is it possible that...