Django 1.11.9 release notes
Django 1.11.9 fixes several bugs in 1.11.8.
- Fixed incorrect class-based model index name generation for models with quoted (#28876).
- Fixed a regression in caching of a when the referenced model instance uses more than one level of multi-table inheritance ().