Mezzanine v0.11.4 Release Notes

Release Date: 2011-07-03 // almost 13 years ago
    • fixes 500 error on mobile theme (bad template tag) - Owen Nelson
    • Updated processor_for as exceptions received were TypeError get_model() takes at least 3 arguments (2 given) not a ValueError - Josh Cartmell
    • Fixed some new pyflakes warnings - stephenmcd
    • Only run thumbnail test when the test image is in the current project (eg Mezzanine dev) - stephenmcd
    • Fixed tinyMCE setup to allow tables - Zeke Harris
    • Fix allowing inline editing of form content on form pages by avoiding naming conflicts with the inline editing form - Josh Cartmell
    • Update example settings. Fixes #70 - stephenmcd
    • Don't use HTML5 required attributes on multiple checkboxes - stephenmcd
    • Adding site FK to mezzanine.conf.models.Setting and read/write hooks to present content based on current_site - Ken Bolton
    • Allow override of GRAPPELLI_ADMIN_HEADLINE and _TITLE in settings.py - Ken Bolton
    • Proper setting of default values for GRAPPELLI_ADMIN_HEADLINE and _TITLE, to fix #74 - Ken Bolton
    • Proper setting of default values for GRAPPELLI_ADMIN_HEADLINE and _TITLE - Ken Bolton
    • Update the site for existing settings when migrating - stephenmcd
    • added post_count to blog_categories tag - Michael Delaney
    • Added select_related for blog list view - stephenmcd