Mezzanine v1.4.3 Release Notes

Release Date: 2013-02-27 // about 11 years ago
    • domain change to wdiaz - William Díaz
    • Fixed dynamic admin inlines for subclasses doing fields magic. (assuming that InlineAdmin.fields is a user-provided list) - wrwrwr
    • Mezzanine's auth backend incompatible with custom user model tests in Django 1.5 - Stephen McDonald
    • Added Django 1.5 to travis config - Stephen McDonald
    • Add a fallback for the newly required ALLOWED_HOSTS setting in Django 1.5, that will use the domains defined in the Site model - Stephen McDonald
    • Use the string name for user relationships in models since trying to import a custom user model falls apart - Stephen McDonald
    • Remove upgrade flag from installation instructions in case people don't know how pip works - Stephen McDonald
    • Drop Python 2.5 tests in travis since Django 1.5 doesn't support it and we'll be dropping it soon - Stephen McDonald