API browser not displaying POST form · Issue #3578 · encode/django-rest-framework (original) (raw)

There seems to be an issue with the display of the POST form in the 3.3.0 api browser and it's related to the switch to using bootstrap tab panes in the browser base template.

In 3.2.5:
selection_059

In 3.3.0:
selection_060

Adding an 'active' class to the tab-pane containing the POST form with DevTools results in the form displaying correctly.