Skip to content

Commit e1d133b

Browse files
mprahlPierre Chiquet
authored andcommitted
Refer to "NamespaceVersioning" instead of "NamespacedVersioning" in the documentation (encode#5754)
1 parent 6c980a1 commit e1d133b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)