stephenmcd / mezzanine

CMS framework for Django
http://mezzanine.jupo.org
BSD 2-Clause "Simplified" License
4.75k stars 1.64k forks source link

Fix attribute error when calling clear_cache on settings. #1994

Closed lougeo closed 3 years ago

lougeo commented 3 years ago

Small fix to compliment a recent bug fix related to commit: 99a0441 issue: #1989

An AttributeError is thrown upon initial instantiation in places where settings.clear_cache() is called, due the removal of the init method.

This is my first ever PR to an open source project so let me know if I need to add/change anything.

jerivas commented 3 years ago

Excellent contribution! Thanks

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 5.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: