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

It seems like ContentTypedAdmin in Mezzanine adds ManyToMany fields in subclasses twice #1948

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 3, 2019

  1. Fix __admin_media_prefix__ pointing to nonexistent resource

    Closes stephenmcd#1895
    
    It breaks sites on production that use the ManifestStaticFilesStorage.
    
    For such cases, Django provides the "get_static_prefix" template tag.
    
    But it's an incitement to bypass the storage mechanism to produce the
    URL to cache (by appending a hash in this case).
    
    And I don't understand how it could work with more "exotic" yet valid
    backends relying on cloud storage or CDNs, where the source file path
    and the URL path won't match one to one.
    
    I advise against this usage and call for its deprecation.
    Hervé Cauwelier committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    88aa6c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    1e7ca18 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    71c7199 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. compat django 2.2

    rapto committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    66bad76 View commit details
    Browse the repository at this point in the history