Adds tests for schema generation and fix adding categories by Nnonexistent · Pull Request #4390 · encode/django-rest-framework (original) (raw)

Note: Before submitting this pull request, please review our contributing guidelines.

Description

I add some tests for schema generation and fix bug that appears on nested endpoints while adding categories.

In fact I was fixing issue with overrides of permission classes and writing tests to check it. But it was already solved at #4383. So just tests and fixing of bug that pops on my test case.