Django 1.11.8 release notes

    Django 1.11.8 fixes several bugs in 1.11.7.

    • Reallowed, following a regression in Django 1.10, to raise the inactive user error when using ModelBackend ().
    • Fixed incorrect index name truncation when using a namespaced db_table (#28792).
    • Made QuerySet.iterator() use server-side cursors on PostgreSQL after values() and values_list() ().
    • Made query lookups for CICharField, CIEmailField, and CITextField use a citext cast (#28702).
    • Fixed a regression in caching of a GenericForeignKey when the referenced model instance uses multi-table inheritance ().