Fix typo in changelog: aetting --> setting (#668)

This commit is contained in:
Aditya
2016-10-26 20:54:41 +05:30
committed by Brian J. Watson
parent a731be3620
commit 92e4ad3329

View File

@@ -11,7 +11,7 @@ Bug fixes:
* Fix django authorization redirect by correctly checking validity of credentials. (#651)
* Correct query loss when using parse_qsl to dict. (#622)
* Switch django models from pickle to jsonpickle. (#614)
* Support new MIDDLEWARE Django 1.10 aetting. (#623)
* Support new MIDDLEWARE Django 1.10 setting. (#623)
* Remove usage of os.environ.setdefault. (#621)
* Handle missing storage files correctly. (#576)
* Try to revoke token with POST when getting a 405. (#662)