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
Ülgen Sarıkavak
ea1da76196
Add pyupgrade to pre-commit hooks ( #9682 )
2025-04-09 06:24:18 +00:00
David Smith
a16dbfd110
Added Deprecation Warnings for CoreAPI ( #7519 )
...
* Added Deprecation Warnings for CoreAPI
* Bumped removal to DRF315
* Update rest_framework/__init__.py
* Update rest_framework/filters.py
* Update rest_framework/filters.py
* Update tests/schemas/test_coreapi.py
* Update rest_framework/filters.py
* Update rest_framework/filters.py
* Update tests/schemas/test_coreapi.py
* Update tests/schemas/test_coreapi.py
* Update tests/schemas/test_coreapi.py
* Update tests/schemas/test_coreapi.py
* Update rest_framework/pagination.py
* Update rest_framework/pagination.py
* Update rest_framework/pagination.py
* Update rest_framework/pagination.py
* Update rest_framework/schemas/coreapi.py
* Update rest_framework/schemas/coreapi.py
* Update rest_framework/schemas/coreapi.py
* Update rest_framework/schemas/coreapi.py
* Update rest_framework/schemas/coreapi.py
* Update tests/schemas/test_coreapi.py
* Update setup.cfg
* Update tests/schemas/test_coreapi.py
* Update tests/schemas/test_coreapi.py
* Update tests/schemas/test_coreapi.py
* Update tests/schemas/test_coreapi.py
* Update tests/schemas/test_coreapi.py
* Update tests/schemas/test_coreapi.py
* Update rest_framework/pagination.py
---------
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2023-06-13 12:55:22 +06:00
suayip uzulmez
54307a4394
Replaced OrderedDict with dict ( #8964 )
2023-04-30 15:20:02 +06:00
Jonas Lundberg
df584350b4
Prevent head method mapping to coerce action name ( #7729 )
2022-08-12 12:00:55 +01:00
Yecine Megdiche
380ac8e79d
Remove old-style super calls ( #8226 )
2021-12-06 15:32:33 +00:00
Yann Savary
7c3477dcda
OpenAPI: Ported docstring operation description from CoreAPI inspector. ( #6898 )
2019-11-06 21:52:02 +01:00
Yann Savary
e57c1505fc
Replaced 'TODO' hardcoded version info by a parameter with default '0.1.0' ( #6899 )
2019-09-03 16:07:30 +02:00
Gregory N. Schmit
335054a5d3
replace force_text with force_str
2019-08-07 21:05:24 +02:00
Carlton Gibson
de26af4295
Move determine_path_prefix() logic into CoreAPI module.
2019-07-24 11:13:30 +02:00
Carlton Gibson
37f210a455
Added OpenAPI Schema Generation. ( #6532 )
...
Co-authored-by: Lucidiot <lucidiot@protonmail.com>
Co-authored-by: dongfangtianyu <dongfangtianyu@qq.com>
2019-05-13 16:07:03 +02:00