Mezzanine v3.1.10 Release Notes

Release Date: 2014-08-30 // over 9 years ago
    • Delete kwargs for page_view. This is strange, pass view_kwargs form some view to page_view. I have error if kwargs contin slug key or some keys with not exists in page_view kwargs - Pahaz Blinov
    • South should not be used for Django 1.7 - Stephen McDonald
    • Added mezzanine-bsbanners to third party apps - Stephen McDonald
    • Clean up some docstrings - Stephen McDonald
    • For dropdown fields in the forms builder app, use the placeholder text to provide an empty first choice - Stephen McDonald
    • Add a custom banner to Mezzanine's runserver command, showing a logo and various software versions - Stephen McDonald
    • Handle new management command loading order in Django 1.7, so we can override runserver - Stephen McDonald
    • Make the setuptools test runner part of the mezzanine package so that we can call it from other packages (such as cartridge). Also make its local_settings module more dynamic - Stephen McDonald
    • Remove working directory hack from bundled manage.py - conflicts with Django runserver's auto-reloader when run from outside of project root - Stephen McDonald
    • Updated development instructions for setting up Mezzanine when contributing - Stephen McDonald
    • Update to latest patch versions of Django in travis config - Stephen McDonald
    • Better explansion example in dev setup docs - Stephen McDonald
    • A test for the login_required property has been added - Ulrich Wagner
    • A more complete test for the login_required property - Ulrich Wagner
    • Don't apply a zindex to h1 tags in admin, since it conflicts with date picker widgets. Closes #1087 - Stephen McDonald
    • Raise 404 in page view if page is not an exact match. Closes #1090 - Stephen McDonald
    • Add unique constraint to site perm model. Closes #1089 - Stephen McDonald
    • Provide a more meaningful exception message when the SEARCH_MODEL_CHOICES settings points to missing models - Stephen McDonald
    • Run page processors before view in PageMiddleware - Alex Hill
    • Only run page processors for Mezzanine's page view - Alex Hill
    • Update models.py. This fixes day light saving issue. It seems that created_at is coming with timezone 0000 UTC, so I would like to make ti timezoneaware using just utc. Django templates shows datetime ok with timesince without one hour error - eino-makitalo
    • Fix login required test for protected page - Stephen McDonald
    • Fix dynamic INSTALLED_APPS in setuptools test runner - Stephen McDonald
    • Remove non-ascii chars from comment - Stephen McDonald
    • Better approach for test settings - Stephen McDonald
    • Issue 1102 - fixed UnicodeEncodeError when importing non-ascii files from zip - Maciej Szulik
    • Fix local_settings import error check for Python 3 - Stephen McDonald