Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with Django 5.1 #180

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Fix compatibility with Django 5.1 #180

merged 1 commit into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. Fix compatibility with Django 5.1

    Do not import get_storage_class() which is deprecated since
    Django 4.2. 2048348 stopped using it on recent Django version
    but did not remove the import so sass_processor stopped working
    on the upcoming Django 5.1 which removes the get_storage_class()
    function.
    washeck committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8716e1b View commit details
    Browse the repository at this point in the history