django-rest-framework/rest_framework/schemas
Carlton Gibson 7b1582e00e Allow schema = None. Deprecate exclude_from_schema (#5422)
* Add tests for schema exclusions

* Move exclusion check to should_include_endpoint

* Update docs

* Switch to using `schema = None`

* Test PendingDeprecationWarnings

* Add note to release notes.

* s/deprecated/pending deprecation/

* Add PR link to release notes

* Correct typo in test class name

* Test 'exclude_from_schema' deprecation warning message (#1)

* Correct deprecation warning message
2017-09-20 11:29:47 +02:00
..
__init__.py Refactor schema generation to allow per-view customisation (#5354) 2017-09-14 09:46:34 +01:00
generators.py Allow schema = None. Deprecate exclude_from_schema (#5422) 2017-09-20 11:29:47 +02:00
inspectors.py 5378 fix schema generation markdown (#5421) 2017-09-14 12:20:41 +01:00
utils.py Refactor schema generation to allow per-view customisation (#5354) 2017-09-14 09:46:34 +01:00
views.py Allow schema = None. Deprecate exclude_from_schema (#5422) 2017-09-20 11:29:47 +02:00