django-rest-framework/tests/browsable_api
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
..
__init__.py Remove Login Dropdown when Auth Views are not registered. 2014-09-02 14:53:37 +02:00
auth_urls.py Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
no_auth_urls.py tests for #5127 (#7715) 2022-06-08 13:41:26 +01:00
serializers.py tests for #5127 (#7715) 2022-06-08 13:41:26 +01:00
test_browsable_api.py Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
test_browsable_nested_api.py Standardize spelling to American English in documentation (#9804) 2025-10-27 22:44:48 +06:00
test_form_rendering.py Fix Serializer.data when provided invalid 'data' (#5646) 2017-12-04 08:39:55 +01:00
views.py tests for #5127 (#7715) 2022-06-08 13:41:26 +01:00