django-htmlmin
django-htmlmin copied to clipboard
Disable minifying for AJAX requests
Add setting HTML_MINIFY_AJAX = True/False
to turn off minifying and adding html tags to AJAX requests.
Hi @sheyabernstein thanks for this PR. Can you add a test for this change?
@andrewsmedina what sort of test would you like me to add?