onespacemedia / cms

A collection of Django extensions that add content-management facilities to Django projects.
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Remove Regex HTML parsing and use beautiful soup instead. #156

Open AidanCurrah opened 5 years ago

AidanCurrah commented 5 years ago

Builds failed as BeautifulSoup4 4.6.3 seems to remove the closing backslash. Downgrading to 4.6.0 for the time being.

lewiscollard commented 5 years ago

Builds failed as BeautifulSoup4 4.6.3 seems to remove the closing backslash.

This is fine - it's consistent with everything else to avoid the XML style of void elements. Feel free to fix those tests and bump the Soup version to the latest.