Changes between Version 9 and Version 10 of Ticket #33353


Ignore:
Timestamp:
Jan 6, 2022, 8:43:45 AM (3 years ago)
Author:
Michael
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33353 – Description

    v9 v10  
    33Django version 4 introduces a new features of adjusting the URLs of these source map urls. Unfortunately if one does not have these source maps, its generates an error and stops. This seems unncessary that one can't create a release in production due to an unused third party file.
    44
    5 Altohugh I think it should only print a warning, as dicussed below people feel its worthwhile to keep this breaking change. Can we at least make it only raise an error if `settings.DEBUG == True`. That way in production where the sourcemaps are used less, its okay.
     5Although I think it should only print a warning, as dicussed below people feel its worthwhile to keep this breaking change. Could we please least makie it only raise an error if `settings.DEBUG == True`? That way in production where the sourcemaps are used less, its okay.
    66
    77Alternatively/Additionally, could there be a `settings.SOURCEMAP_EXCEPTION` etc that allows one to turn off this new break change?
Back to Top