django-admin-interface/admin_interface
CM Lubinski 9ecaa3836c Add migration to convert bytes to unicode.
Python 2 and 3 treat strings differently; in 2 they are bytes and in 3 they
are unicode objects. The Theme fields' attributes were encoded as bytes in the
initial migration (0001) but should be unicode values, leading to a missing
migration whenever the code is ran on Python 3. This changeset "alters" all
the fields to set them to have unicode attributes rather than bytes.

For more context, we've more or less followed the steps outlined here:
https://docs.djangoproject.com/en/1.11/topics/migrations/#supporting-python-2-and-3
2017-06-09 11:41:15 -04:00
..
fixtures Added 3 themes as fixtures (django, bootstrap, foundation) 2017-05-24 12:01:25 +02:00
migrations Add migration to convert bytes to unicode. 2017-06-09 11:41:15 -04:00
static Fixed magnific-popup initialization error in admin pages without jquery 2017-05-11 16:52:34 +02:00
templates Added possibility to hide recent actions 2017-05-24 11:57:08 +02:00
templatetags Added per-request cache to get_admin_interface_theme template tag #19 2017-06-09 11:58:10 +02:00
__init__.py Added sources 2015-10-26 22:36:53 +01:00
admin.py Added possibility to hide recent actions 2017-05-24 11:57:08 +02:00
apps.py Cleaned whitespace 2016-02-24 10:04:35 +01:00
models.py Added possibility to hide recent actions 2017-05-24 11:57:08 +02:00
version.py Updated version 2017-06-09 11:58:26 +02:00