[Fixed]-Is Django AdminForm missing has_changed?

1👍

AdminForm and InlineAdminFormSet are undocumented internals. They do not inherit from forms.Form, so they don’t have a has_changed method.

You could try opening an issue for grappelli-nested-inlines, or dig deeper into the internals and try to figure it out.

Leave a comment