I\'m using Django\'s TabularInline admin view to edit category objects related to a main topic object, as shown here:
TabularInline
In case anyone is looking to hide the header on a StackedInline, I used Rick´s approach but adding this css:
StackedInline
div.inline-related h3{ visibility: hidden; height: 0; }