django-rest-framework/docs
Christian Franke 3428cec194
Use consistent spelling for "authorization" (#8929)
Apart from a few exceptions, django-rest-framework uses the American
English spelling "authorization"/"authorized".

    $ git grep -oi authorised | wc -l
    2
    $ git grep -oi authorized | wc -l
    30

Replace the few occurences of the British English spelling with the
American English one.
2023-04-04 13:38:23 +06:00
..
api-guide Use consistent spelling for "authorization" (#8929) 2023-04-04 13:38:23 +06:00
community Update docs to maintained djangorestframework-guardian2 (#8817) 2023-01-03 19:18:05 +06:00
img Promote Spacinov to premium sponsorship 2022-06-06 11:07:25 +01:00
topics Remove Core API mentions from docs (#8780) 2022-11-28 14:41:08 +01:00
tutorial docs: add missing renderer import in tutorial 6 (#8885) 2023-02-27 00:06:48 +06:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Fix #8751 - Add support to Python 3.11 (#8752) 2022-11-21 11:47:21 +01:00