aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/__init__.py
AgeCommit message (Collapse)Author
2020-08-19Fix dictionary iteration methodsBonfaceKilz
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>
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 ↵Zachary Sloan
properly, changed SampleList from an object list to object
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