django-rest-framework/rest_framework/templates/rest_framework
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
..
admin Admin renderer urls (#5988) 2018-07-06 10:58:26 +02:00
docs Use consistent spelling for "authorization" (#8929) 2023-04-04 13:38:23 +06:00
filters Overlooked translation in search.html (#7551) 2021-03-09 10:21:11 +00:00
horizontal Made TemplateHTMLRenderer render IntegerField inputs when value is 0. (#5834) 2018-02-16 16:48:20 +01:00
inline Made TemplateHTMLRenderer render IntegerField inputs when value is 0. (#5834) 2018-02-16 16:48:20 +01:00
pagination Remove a bit of inline CSS. Add CSP nonce where it might be required and is available. (#8783) 2022-12-02 11:47:04 +06:00
vertical Made TemplateHTMLRenderer render IntegerField inputs when value is 0. (#5834) 2018-02-16 16:48:20 +01:00
admin.html Bump version of jQuery to 3.6.4 & updated ref links (#8909) 2023-03-28 15:43:25 +06:00
api.html Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
base.html Bump version of jQuery to 3.6.4 & updated ref links (#8909) 2023-03-28 15:43:25 +06:00
login_base.html Load 'static' instead of 'staticfiles' in templates (#5773) 2018-01-26 00:43:55 -05:00
login.html extend base login template 2013-04-17 10:15:02 -04:00
raw_data_form.html Change serializer field help_text rendering in browsable api (#3812) 2016-06-02 15:21:57 +01:00
schema.js Fallback to more widely supported JS feature sets. (#4961) 2017-03-10 12:07:15 +00:00