summaryrefslogtreecommitdiff
path: root/packages/views/signoff.py
AgeCommit message (Expand)Author
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-02-09Use 'update_fields' model.save() kwargDan McGee
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee
2012-05-12Use python json module directly in place of simplejsonDan McGee
2012-03-26Bump signoffs and mirror status JSON API versionsDan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee
2011-11-14Allow population of signoff specs with SVN commit messagesDan McGee
2011-11-11Add pkgnames array to JSON package signoffs viewDan McGee
2011-11-10packages/views: move signoff-related views into separate moduleDan McGee