Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ModelAdmin uses a get function to allow overriding `self.inlines`. NestedModelAdmin ignores this override by accessing `self.inlines` directly. This PR fixes that.
- Loading branch information