mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 21:40:13 +03:00
fixed versioning
This commit is contained in:
parent
b32238bae8
commit
ff28ac995e
|
@ -131,7 +131,7 @@ class NamespaceVersioning(BaseVersioning):
|
||||||
return request.version + ':' + viewname
|
return request.version + ':' + viewname
|
||||||
|
|
||||||
|
|
||||||
class MultipleNamespaceVersioning(versioning.NamespaceVersioning):
|
class MultipleNamespaceVersioning(NamespaceVersioning):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This is the same as NamespaceVersioning, the difference is that
|
This is the same as NamespaceVersioning, the difference is that
|
||||||
|
|
Loading…
Reference in New Issue
Block a user