Marcos Sánchez Provencio
Marcos Sánchez Provencio
Static generation of admin media url won't work with whitenoise or other cdn (since the only available assets are the ones containing hashes in their names)
Closes #88
https://stackoverflow.com/questions/54336787
It seems that csp allowed policies are getting tighter. It would be nice if mezzanine could mirror https://github.com/django/django/pull/5567 (Removed all inline javascript from contrib.admin)
SVG images are parsed and translated into rlg (reportlab graphics). It is a pity that the result is then rasterized instead of embedded in the PDF result. I have used...
When calls to override_current_site_id are nested, no errors are raised until the deepest context `__exit__`. This patch detects this use and raises an error. Of course, we could _implement_ nested...
Time widget does not take offset into account when using a different zone in client/server. This is shown when 'now' link is pressed to fill current time. I have backported...