Comment 4 for bug 1715066

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/507560
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c13d6da80e7a68c28aa0adfe63459be8a6dbedfd
Submitter: Jenkins
Branch: master

commit c13d6da80e7a68c28aa0adfe63459be8a6dbedfd
Author: Ivan Kolodyazhny <email address hidden>
Date: Tue Sep 26 17:26:45 2017 +0300

    Add render method to ThemableCheckboxSelectMultiple

    Django 1.11+ doesn't have RenderMixin class for widgets, so we have to
    implement render method for ThemableCheckboxSelectMultiple to get it
    rendered in a correct way with all supported Django versions until we
    find a better solution for our widgets implementation.

    Change-Id: I656afb162e130f2b77853368945b74330bedf747
    Closes-Bug: #1715066