Hamish Downer
Hamish Downer
There were similar problems with script and css tags which were fixed by #45 - so it looks like adding noscript to the EXCLUDE_TAGS would fix this issue.
Had a bit of a play, and I'm not sure how much clearer I made it. I might have another go, but for now don't worry about it too much.
Would `iteritems()` (python 2.2+) be an acceptable compromise? That is still a generator. The main difference between `viewitems()` and `iteritems()` that I can see, is that when you use `viewitems()`...
The question was discussed on the google groups: https://groups.google.com/d/msg/python-sunburnt/Gx9bS0WDR9E/CwrcUg9I1bYJ
I don't know if the fork has reviewed the pulls here. The fork is called "scorched" and can be found at https://github.com/lugensa/scorched You could try raising an issue, or a...
You might want to check out the pull request #280
Oops, github didn't like the pre tag, lets try again with the bad data. ``` ```
Any news on this? Haystack is now at 2.1.0 and 2.0 was released in May 2013 - six months ago.
Already being discussed in #376 - but would be nice to sort this out :)
Tried it. I wonder if the requirements currently in `requirements/production.txt` should be moved to an optional dependencies section in `pyproject.toml`, so something like: ``` toml [project.optional-dependencies] production = [ "gunicorn==23.0.0",...