summaryrefslogtreecommitdiffstats
path: root/packages/management
AgeCommit message (Expand)AuthorFilesLines
2018-07-29packages: remove unused signoff_reportJelle van der Waa1-126/+0
2018-04-08packages: Add missing argsJelle van der Waa1-0/+3
2018-04-08treewide: context must be a dict rather than ContextJelle van der Waa1-3/+3
2018-04-08populate_signoffs: NoArgsCommand removed in Django 1.10Jelle van der Waa1-3/+3
2015-06-18Handle Django's level 3 verbosity properlyDan McGee2-2/+2
2015-04-15Don't blow up if we can't fetch an SVN revisionDan McGee1-4/+7
2013-04-22Use required_signoffs value when creating signoff specsDan McGee1-2/+4
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-4/+4
2012-03-23Make all datetime objects fully timezone awareDan McGee1-2/+3
2011-12-11PyLint suggested cleanupsDan McGee1-1/+0
2011-12-09populate_signoffs: add an SVN log cache for duplicate lookupsDan McGee1-1/+15
2011-11-15Add ability to cache users by username on the UserFinderDan McGee1-7/+6
2011-11-14Allow population of signoff specs with SVN commit messagesDan McGee2-1/+90
2011-11-04Signoff email: prune empty contentDan McGee1-0/+4
2011-11-03Signoffs changes and improvementsDan McGee1-1/+12
2011-11-03Make signoff_report command send emailDan McGee1-2/+2
2011-11-03Package signoff email report, initial revisionDan McGee3-0/+110