Mezzanine v0.10.5 Release Notes

Release Date: 2011-02-10 // about 13 years ago
    • Updated mezzanine.utils.importing name in package docs - stephenmcd
    • Changed cache handling to remove middleware classes if no cache backend specified - stephenmcd
    • Refactored adding of optional apps so that it only occurs once, and the ordering of installed apps so that order is not modified unless necessary (eg grappelli) - stephenmcd
    • Moved generation of docs/settings.rst and CHANGELOG from docs/conf.py into functions in mezzanine.utils.docs - stephenmcd
    • Fixed admin fieldsets example in docs - stephenmcd
    • Removed includes from mobile theme that replicated JavaScript common to all devices - stephenmcd
    • Fixed JavaScript for Discus comments - include the absolute URL - stephenmcd
    • Fixed module margin in admin dashboard - stephenmcd
    • Changed Google Anylatics code so that the main tracking args can be overridden via a block - stephenmcd
    • Reverted Google Analytics block in favour of checking for an existing _gaq JavaScript var - stephenmcd
    • fix for ajax in admin not using csrf token for forms. fix for django 1.2.5 - lexual