Django To Rest Docs
Note on API versioning
Initializing search
    GitHub
    • Overview
    • Quickstart Guide
    • Full Guide
    • Community
    GitHub
    • Overview
    • Quickstart Guide
      • Marking models to create REST APIs
      • Adding custom Serializer
      • Adding Authentication class
      • Adding Permission class
      • Adding throttling options
      • Adding custom Filtering
      • Adding methods
      • Relationship
      • Nomenclature of default views
      • Adding custom views, viewsets, etc
      • Note on API versioning
      • Contributing to django-to-rest
      • Changelogs

    Note on API versioning

    The API versioning works similar to Django Rest Framework except for URLPathVersioning. URLPathVersioning is not supported as of now.

    Back to top
    Previous Adding custom views, viewsets, etc
    Next Contributing to django-to-rest
    Made with Material for MkDocs