Skip to content

Commit 2677f59

Browse files
mprahlcarltongibson
authored andcommitted
Refer to "NamespaceVersioning" instead of "NamespacedVersioning" in the documentation (#5754)
1 parent 3e5d375 commit 2677f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `reverse` function included by REST framework ties in with the versioning sc
3737

3838
The above function will apply any URL transformations appropriate to the request version. For example:
3939

40-
* If `NamespacedVersioning` was being used, and the API version was 'v1', then the URL lookup used would be `'v1:bookings-list'`, which might resolve to a URL like `http://example.org/v1/bookings/`.
40+
* If `NamespaceVersioning` was being used, and the API version was 'v1', then the URL lookup used would be `'v1:bookings-list'`, which might resolve to a URL like `http://example.org/v1/bookings/`.
4141
* If `QueryParameterVersioning` was being used, and the API version was `1.0`, then the returned URL might be something like `http://example.org/bookings/?version=1.0`
4242

4343
#### Versioned APIs and hyperlinked serializers

0 commit comments

Comments
 (0)