Mezzanine v4.0.1 Release Notes

Release Date: 2015-07-26 // over 8 years ago
    • Prompt for user creation in createdb command if interactive - Stephen McDonald
    • Fix #1351 - exception in displayable_links_js - Alex Hill
    • Use Django's createsuperuser command when createdb is run in interactive mode - Stephen McDonald
    • Fix some Django 1.9 warnings - Stephen McDonald
    • Remove references to long deprecated PAGES_MENU_SHOW_ALL setting - Stephen McDonald
    • Locale middleware should fall after session middleware - Stephen McDonald
    • Set up debug toolbar explicitly when installed. Closes #1358 - Stephen McDonald
    • Restore support for alternate package option in mezzanine-project command - Stephen McDonald
    • Fix for issue #1361 - backup command fails when called from deploy - Luke Plant
    • Use 'exec' instead of import to add local_settings. This allows local_settings to reference and modify existing settings. Refs issue #1360 - Luke Plant