aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/__init__.py
AgeCommit message (Expand)Author
2021-04-29Run `sed -i 's/(object)//g'`...See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g' BonfaceKilz
2020-08-19Fix dictionary iteration methods...Run `2to3-3.8 -f dict -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-dict> and <https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list> BonfaceKilz
2016-06-18Changed file permssions to non-executablePjotr Prins
2013-10-07Worked on logins, session_ids, flash messages, etc.Sam
2012-09-27Worked on getting attributes in the SampleList object to display data properl...Zachary Sloan
2012-09-26Worked on implementing the extra attributes feature on the trait data pageZachary Sloan
2012-05-24Trying to get stuff working under new structureSam Ockman