summaryrefslogtreecommitdiffstats
path: root/packages/views/signoff.py
AgeCommit message (Expand)AuthorFilesLines
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee1-1/+1
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee1-5/+3
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee1-3/+2
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-2/+2
2012-05-12Use python json module directly in place of simplejsonDan McGee1-4/+3
2012-03-26Bump signoffs and mirror status JSON API versionsDan McGee1-1/+1
2012-03-23Make all datetime objects fully timezone awareDan McGee1-2/+2
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee1-2/+0
2011-11-14Allow population of signoff specs with SVN commit messagesDan McGee1-0/+5
2011-11-11Add pkgnames array to JSON package signoffs viewDan McGee1-0/+1
2011-11-10packages/views: move signoff-related views into separate moduleDan McGee1-0/+187