angler-fishThe Vulnerability History Project

Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().

      Allows custom behavior for setting initial form data in ModelAdmin.
By default, initial data is set via GET params. The new method allows
this behavior to be overridden.

Thanks egasimus for the suggestion.
    
commit 6acaa5238668593d6d854b28dbfa65e95796585c
+10 -17
-15
-4
-4
-13
expand_less