django-rest-framework/docs/api-guide
2022-02-12 16:21:59 +00:00
..
authentication.md [FIX] Typo in api-guide/authentication (#8144) 2021-08-31 13:57:02 +01:00
caching.md docs: add example for caching (#7118) 2021-03-09 11:49:19 +00:00
content-negotiation.md Update mkdocs (#6769) 2019-06-30 19:04:36 -07:00
exceptions.md Provide example for dict in ValidationError detail (#7788) 2021-03-08 11:46:35 +00:00
fields.md Highlight select_related and prefetch_related usage in documentation (#7610) 2021-10-05 15:33:55 +01:00
filtering.md Update filtering.md (#8331) 2022-01-17 09:41:23 +00:00
format-suffixes.md Correct variable name (#8306) 2021-12-22 15:17:57 +00:00
generic-views.md Highlight select_related and prefetch_related usage in documentation (#7610) 2021-10-05 15:33:55 +01:00
metadata.md Fix schema endpoint example (#7178) 2020-05-05 14:04:35 +01:00
pagination.md Add missing commas in pagination response samples (#8185) 2021-12-13 14:04:04 +00:00
parsers.md docs: outline the difference between JSON and form parsers. Fix #7633 2020-11-12 09:48:18 +01:00
permissions.md Update permissions.md (#8260) 2021-12-08 14:35:06 +00:00
relations.md Highlight select_related and prefetch_related usage in documentation (#7610) 2021-10-05 15:33:55 +01:00
renderers.md Update accepted_media_type argument in Renderer docs (#8364) 2022-02-12 16:21:59 +00:00
requests.md docs: outline the difference between JSON and form parsers. Fix #7633 2020-11-12 09:48:18 +01:00
responses.md Fix link to Django docs (#7040) 2019-11-06 09:34:28 -08:00
reverse.md Update mkdocs (#6769) 2019-06-30 19:04:36 -07:00
routers.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
schemas.md FIX: Broken cite. (#7951) 2021-04-26 09:30:41 +01:00
serializers.md Fixed missing "fields" meta argument in docs (#8243) 2021-12-17 15:20:14 +00:00
settings.md Update DEFAULT_SCHEMA_CLASSES default value in Settings docs (#7014) 2019-11-06 21:37:13 +01:00
status-codes.md Update mkdocs (#6769) 2019-06-30 19:04:36 -07:00
testing.md docs(api-guide-testing): Fix typo 'CRSF' and plural of word (#8238) 2021-11-08 09:59:32 +00:00
throttling.md Update throttling.md (#7606) 2020-11-05 09:43:45 +01:00
validators.md fix typo (#8122) 2021-08-11 11:30:09 +01:00
versioning.md Updated url() with re_path() in Versioning docs. (#7043) 2019-11-07 13:20:56 +01:00
views.md Imported Response (#8207) 2021-10-07 15:52:44 +01:00
viewsets.md IsAdmin permissions changed to IsAdminUser (#8227) 2021-12-08 14:33:41 +00:00