mindcruzer
mindcruzer
If you look at `hashers.py` in `django.contrib.auth` the code that would import the dynamically generated password hasher looks like this: ``` python # django.contrib.auth.hashers ... try: mod_path, cls_name = backend.rsplit('.',...
I'm surprised that it's been over a month and this hasn't been fixed. My CI tests caught this error and it took me about 30 mins to figure out that...
This change breaks the `ManifestFilesMixin` when collecting static files. Before attempting to get the file blob to compute the hash, it first checks if the file exists. If file overwrite...