django-rest-framework/docs/api-guide
Pravin ade172e1d5
Standardize spelling to American English in documentation (#9804)
* Standardize spelling to American English (only in .md files)

* Update remaining British english spell words to American english style

* Configures the codespell pre-commit hook to enforce US English consistency
changes:
- Activates the `en-GB_to_en-US` built-in dictionary to flag British spellings
- Created codespell-ignore-words.txt file to ignore specific words
- include `code` and `names` for comprehensive typo checking in technical contexts.
- changed the 'lets' to 'let's'.
2025-10-27 22:44:48 +06:00
..
authentication.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
caching.md Update Django documentation links to use stable version (#9698) 2025-05-13 15:10:21 +01:00
content-negotiation.md Docs: Convert all tabs into spaces (#8692) 2022-10-12 11:23:45 +01:00
exceptions.md Update Django documentation links to use stable version (#9698) 2025-05-13 15:10:21 +01:00
fields.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
filtering.md improved docs/api-guide/filtering.md for better understanding (#9795) 2025-10-09 10:27:01 +06:00
format-suffixes.md Improve style, fix some typos (#8405) 2022-10-19 11:20:11 +01:00
generic-views.md Add documentation on avoiding N+1 queries using select_related/prefetch_related (#9801) 2025-10-20 22:45:11 +06:00
metadata.md Update pre-commit hooks (#9805) 2025-10-22 13:47:00 +01:00
pagination.md Docs: Mention ?page=last in last_page_strings #9193 (#9800) 2025-10-20 17:26:55 +01:00
parsers.md minor documentation improvements and fixes (#8903) 2023-03-14 13:31:34 +00:00
permissions.md Revert docs back to djangorestframework-guardian (#9734) 2025-07-06 15:39:52 +01:00
relations.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
renderers.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
requests.md Improve style, fix some typos (#8405) 2022-10-19 11:20:11 +01:00
responses.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
reverse.md Fix Links in Documentation to Django reverse and reverse_lazy (#8986) 2023-05-17 11:46:48 +06:00
routers.md Update Django documentation links to use stable version (#9698) 2025-05-13 15:10:21 +01:00
schemas.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
serializers.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
settings.md DurationField output format (#8532) 2025-08-12 16:21:01 +02:00
status-codes.md Added http 102, 103, 421, and 425 status codes in documentation (#8763) 2022-11-17 13:13:09 +00:00
testing.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
throttling.md Restore references to GitHub Issues and Discussions (#9757) 2025-08-09 12:44:46 +06:00
validators.md Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
versioning.md Updated url() with re_path() in Versioning docs. (#7043) 2019-11-07 13:20:56 +01:00
views.md Add missing decorators: @versioning_class(), @content_negotiation_class(), @metadata_class() for function based views (#9719) 2025-09-20 11:12:17 +01:00
viewsets.md Update blacken-docs and black to latest versions (#9802) 2025-10-21 14:19:47 +01:00