Re: Admin validation activated just once after final call to save_model()

2023-01-18 Thread David Wallace
delAdmin.get_changelist_formset > [b] https://django-admin-sortable2.readthedocs.io/en/latest/ > [c] > https://docs.djangoproject.com/en/4.1/topics/forms/formsets/#custom-formset-validation > [d] > https://docs.djangoproject.com/en/4.1/topics/db/transactions/#controlling-transactions-exp

Admin validation activated just once after final call to save_model()

2023-01-15 Thread David Wallace
I am attempting to modify a page on my Django admin so that a trusted race administrator can manually rearrange a leader board of race results. The results go from 1 to N competitors in a race, and are mutually exclusive. Draw results are not allowed, so race administrators apply often complex