typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
439 stars 115 forks source link

Allow None for Pagination.template attribute #482

Closed intgr closed 11 months ago

intgr commented 12 months ago

According to documentation https://www.django-rest-framework.org/api-guide/pagination/#configuration

template - The name of a template to use when rendering pagination controls in the browsable API. May be overridden to modify the rendering style, or set to None to disable HTML pagination controls completely.