Marco Bonetti
Marco Bonetti
Fixed via cf56dd3951ad03490651b7a0a5c45cc049f1a289, thanks @vusallyv
(Resuming discussion from #469) After a first brief analysis, this looks considerably more complicated than simply swapping one function call to html5lib with another to bleach. Although bleach itself relies...
Haven't tested it, and can't vouch for its security or capabilities, but [html-sanitizer](https://github.com/matthiask/html-sanitizer) seems like a well-tested and well-supported alternative that doesn't use html5lib.
Yea, I see that could be useful, although not my highest priority at the moment! A PR would be appreciated if you feel like digging into this.
Merged, thank you so much!
Hi @sipa-echo-zaoa sorry for sitting on this. My problem with this PR is that the reflang language selector uses the actual locale name as defined in the filesystem, e.g. bs-Cyrl-BA...
Yes, I agree that the way we currently find discover locale paths is too aggressive: we essentially try to find all possible locations for PO files using 1. Django's app...
> Nonetheless, I don't see why EXCLUDED_APPS shouldn't work, any idea why it doesn't? Yes, as I mentioned above we look for catalogs by app (in which case the exclusion...
Merged via 6139629
So, not sure about this one. Why / under which circumstances would it make sense to decouple from the django admin and thus require a fork of the admin templates...