This website requires JavaScript.
Explore
Help
Register
Sign In
Andal.LND
/
edx-platform
Watch
4
Star
0
Fork
0
You've already forked edx-platform
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8f07072d3dce9fe26ecb669ae510dfb6c5e86e59
edx-platform
/
lms
/
djangoapps
/
notes
History
Arthur Barrett
66d3ccff17
sanitize note text and other input in the model as well as escape template output to close potential security hole
2013-05-13 13:40:19 -04:00
..
migrations
added initial schema migration for notes model
2013-05-13 12:26:33 -04:00
__init__.py
create notes djangoapp for annotator.js
2013-03-15 12:41:52 -04:00
api.py
add comment to explain json dump logic
2013-05-13 12:05:33 -04:00
models.py
sanitize note text and other input in the model as well as escape template output to close potential security hole
2013-05-13 13:40:19 -04:00
tests.py
trying to fix pylint errors
2013-05-09 16:57:19 -04:00
urls.py
fix pep8 violations
2013-05-09 15:12:22 -04:00
utils.py
fix pep8 violations
2013-05-09 15:12:22 -04:00
views.py
fix pep8 violations
2013-05-09 15:12:22 -04:00