1
response_change is a ModelAdmin
method so you have to override it in your admin class (or Inline class in your case).
Source:stackexchange.com
1
response_change is a ModelAdmin
method so you have to override it in your admin class (or Inline class in your case).