django-admin-interface/admin_interface
CM Lubinski 8fe6ffd3b2 Specify a max_length on all ColorFields.
Django-colorfield bumped up its default max_length from 10 to 18 characters in
bfe421b8. Though we've pinned the version of colorfields we're depending on,
we can make the future version upgrade easier now by locking our fields to
having a max length of 10 chars.
2017-06-09 11:26:46 -04:00
..
fixtures Added 3 themes as fixtures (django, bootstrap, foundation) 2017-05-24 12:01:25 +02:00
migrations Added possibility to hide recent actions 2017-05-24 11:57:08 +02: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 Specify a max_length on all ColorFields. 2017-06-09 11:26:46 -04:00
version.py Updated version 2017-06-09 11:58:26 +02:00