* Improve accept header handling for unknown types (222)
3.10.1
- Allow more valid accept headers (221)
3.10.0
* Add `format` GET attribute to override response content type. You can now use `?format=json` to override the content type specified in the request's `accept` header. * Add support for weighted `accept` header content type serving. Now weights the accept header are respecced. Also support for multiple content types has been added.
3.9.0
* Adds 'app_name' to urlconf (211) _This might break your setup in certain cases, please see 218_
3.8.0
* Add a NotImplementedError warning to celery health check (201)