New items automatedly have the next weight assigned
Is it a third party application feature request?
No
In case of third party application, when it was updated last time?
N/A
Describe your feature request
It's quite common that you would want to enforce that every model a a unique weight.
I've marked my weight column as unique, but new items are not assigned the next weight class, they just default to zero.
I would be awesome if something like the above autofiled the weights (under the hood too, if hide_ordering_field = True) and would add it to the end.
Do you have any examples?
New items automatedly have the next weight assigned
Is it a third party application feature request?
No
In case of third party application, when it was updated last time?
N/A
Describe your feature request
It's quite common that you would want to enforce that every model a a unique weight. I've marked my weight column as unique, but new items are not assigned the next weight class, they just default to zero. I would be awesome if something like the above autofiled the weights (under the hood too, if
hide_ordering_field = True
) and would add it to the end.