module documentation

Undocumented

Class AcceptHeaderVersioning GET /something/ HTTP/1.1 Host: example.com Accept: application/json; version=1.0
Class BaseVersioning Undocumented
Class HostNameVersioning GET /something/ HTTP/1.1 Host: v1.example.com Accept: application/json
Class NamespaceVersioning To the client this is the same style as `URLPathVersioning`. The difference is in the backend - this implementation uses Django's URL namespaces to determine the version.
Class QueryParameterVersioning GET /something/?version=0.1 HTTP/1.1 Host: example.com Accept: application/json
Class URLPathVersioning To the client this is the same style as `NamespaceVersioning`. The difference is in the backend - this implementation uses Django's URL keyword arguments to determine the version.