Comment 4 for bug 1520008

Revision history for this message
Matt Borland (palecrow) wrote :

See the changes to settings.py in: https://review.openstack.org/#/c/217828/

I believe this now fixes this specific problem because as the comments show, the exposed object no longer contains lazy-loaded gettext objects. It contains only the keys themselves, which are just strings.

I believe this can be closed. Can anyone concur?