Strip unwanted tags from task note and comments
This commit is contained in:
parent
c6bd3bcdb0
commit
f526ed5166
7 changed files with 298 additions and 92 deletions
|
@ -22,6 +22,7 @@ assignment application for Django, designed to be dropped into an existing site
|
|||
* Python 3.3+
|
||||
* jQuery (full version, not "slim", for drag/drop prioritization)
|
||||
* Bootstrap (to work with provided templates, though you can override them)
|
||||
* bleach (`pip install bleach`)
|
||||
|
||||
## Overview
|
||||
|
||||
|
@ -166,6 +167,8 @@ The previous `tox` system was removed with the v2 release, since we no longer ai
|
|||
|
||||
# Version History
|
||||
|
||||
**2.1.0** December 2018: No longer allowing Javascript in task or comment bodies. Misc bug fixes.
|
||||
|
||||
**2.0.3** April 2018: Bump production status in setup.py
|
||||
|
||||
**2.0.2** April 2018: Improve notification email subjects and bodies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue