File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ introspection.
392
392
393
393
#### ` get_operation_id() `
394
394
395
- There must be a unique [ operationid] ( openapi-operationid ) for each operation.
395
+ There must be a unique [ operationid] [ openapi-operationid ] for each operation.
396
396
By default the ` operationId ` is deduced from the model name, serializer name or
397
397
view name. The operationId looks like "listItems", "retrieveItem",
398
398
"updateItem", etc. The ` operationId ` is camelCase by convention.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The cursor based pagination renders a more simple style of control:
46
46
47
47
The pagination API was previously only able to alter the pagination style in the body of the response. The API now supports being able to write pagination information in response headers, making it possible to use pagination schemes that use the ` Link ` or ` Content-Range ` headers.
48
48
49
- For more information, see the [ custom pagination styles] ( ../api-guide/pagination/ #custom-pagination-styles ) documentation.
49
+ For more information, see the [ custom pagination styles] ( ../api-guide/pagination.md #custom-pagination-styles ) documentation.
50
50
51
51
---
52
52
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ The `ModelSerializer` and `HyperlinkedModelSerializer` classes should now includ
54
54
55
55
[ forms-api ] : ../topics/html-and-forms.md
56
56
[ ajax-form ] : https://github.com/encode/ajax-form
57
- [ jsonfield ] : ../api-guide/fields#jsonfield
57
+ [ jsonfield ] : ../api-guide/fields.md #jsonfield
58
58
[ accept-headers ] : ../topics/browser-enhancements.md#url-based-accept-headers
59
59
[ method-override ] : ../topics/browser-enhancements.md#http-header-based-method-overriding
60
60
[ django-supported-versions ] : https://www.djangoproject.com/download/#supported-versions
Original file line number Diff line number Diff line change @@ -179,16 +179,16 @@ The full set of itemized release notes [are available here][release-notes].
179
179
[ moss ] : mozilla-grant.md
180
180
[ funding ] : funding.md
181
181
[ core-api ] : https://www.coreapi.org/
182
- [ command-line-client ] : api-clients#command-line-client
183
- [ client-library ] : api-clients#python-client-library
182
+ [ command-line-client ] : https://github.com/encode/django-rest-framework/blob/3.14.0/docs/topics/ api-clients.md #command-line-client
183
+ [ client-library ] : https://github.com/encode/django-rest-framework/blob/3.14.0/docs/topics/ api-clients.md #python-client-library
184
184
[ core-json ] : https://www.coreapi.org/specification/encoding/#core-json-encoding
185
185
[ swagger ] : https://openapis.org/specification
186
186
[ hyperschema ] : https://json-schema.org/latest/json-schema-hypermedia.html
187
187
[ api-blueprint ] : https://apiblueprint.org/
188
- [ tut-7 ] : ../ tutorial/7-schemas-and-client-libraries/
189
- [ schema-generation ] : ../api-guide/schemas/
188
+ [ tut-7 ] : https://github.com/encode/django-rest-framework/blob/3.4.7/docs/ tutorial/7-schemas-and-client-libraries.md
189
+ [ schema-generation ] : ../api-guide/schemas.md
190
190
[ api-clients ] : https://github.com/encode/django-rest-framework/blob/3.14.0/docs/topics/api-clients.md
191
191
[ milestone ] : https://github.com/encode/django-rest-framework/milestone/35
192
- [ release-notes ] : release-notes#34
193
- [ metadata ] : ../api-guide/metadata/ #custom-metadata-classes
192
+ [ release-notes ] : ./ release-notes.md#34x-series
193
+ [ metadata ] : ../api-guide/metadata.md #custom-metadata-classes
194
194
[ gh3751 ] : https://github.com/encode/django-rest-framework/issues/3751
Original file line number Diff line number Diff line change @@ -254,9 +254,9 @@ in version 3.3 and raised a deprecation warning in 3.4. Its usage is now mandato
254
254
[ funding ] : funding.md
255
255
[ uploads ] : https://core-api.github.io/python-client/api-guide/utils/#file
256
256
[ downloads ] : https://core-api.github.io/python-client/api-guide/codecs/#downloadcodec
257
- [ schema-generation-api ] : ../api-guide/schemas/ #schemagenerator
258
- [ schema-docs ] : ../api-guide/schemas/ #schemas-as-documentation
259
- [ schema-view ] : ../api-guide/schemas/#the- get_schema_view-shortcut
257
+ [ schema-generation-api ] : ../api-guide/schemas.md #schemagenerator
258
+ [ schema-docs ] : ../api-guide/schemas.md #schemas-as-documentation
259
+ [ schema-view ] : ../api-guide/schemas.md# get_schema_view
260
260
[ django-rest-raml ] : https://github.com/encode/django-rest-raml
261
261
[ raml-image ] : ../img/raml.png
262
262
[ raml-codec ] : https://github.com/core-api/python-raml-codec
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ To submit new content, [create a pull request][drf-create-pr].
177
177
[ drf-create-pr ] : https://github.com/encode/django-rest-framework/compare
178
178
[ authentication ] : ../api-guide/authentication.md
179
179
[ permissions ] : ../api-guide/permissions.md
180
- [ third-party-packages ] : ../topics/third-party-packages/ #existing-third-party-packages
180
+ [ third-party-packages ] : #existing-third-party-packages
181
181
[ discussion-group ] : https://groups.google.com/forum/#!forum/django-rest-framework
182
182
[ djangorestframework-digestauth ] : https://github.com/juanriaza/django-rest-framework-digestauth
183
183
[ django-oauth-toolkit ] : https://github.com/evonove/django-oauth-toolkit
You can’t perform that action at this time.
0 commit comments