mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
3428cec194
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. |
||
---|---|---|
.. | ||
admin | ||
docs | ||
filters | ||
horizontal | ||
inline | ||
pagination | ||
vertical | ||
admin.html | ||
api.html | ||
base.html | ||
login_base.html | ||
login.html | ||
raw_data_form.html | ||
schema.js |