summaryrefslogtreecommitdiffstats
path: root/packages/views/flag.py
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee1-1/+1
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-2/+1
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee1-1/+1
2013-01-23Use querysets for calls to get_object_or_404(Package)Dan McGee1-3/+3
2012-09-15Remove now unnecessary importrelease_2012-09-15Dan McGee1-1/+1
2012-09-08p/v/flag: Add reply-to to out-of-date notificationsFlorian Pritz1-3/+5
2012-08-13Attempt to screen for useless out-of-date messagesDan McGee1-1/+11
2012-08-08Migrate flag request version info to new formatDan McGee1-4/+6
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee1-7/+5
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-4/+4
2012-05-02Flagging related cleanups and improvementsrelease_2012-05-02Dan McGee1-10/+24
2012-03-23Make all datetime objects fully timezone awareDan McGee1-3/+2
2012-02-14Require message when flagging package out of dateDan McGee1-3/+3
2012-02-07FlagRequest model behavior tweaksDan McGee1-2/+4
2012-01-10Add old version string to saved flag requestsrelease_2012-01-11Dan McGee1-13/+28
2011-12-08Store flag requests in the databaseDan McGee1-3/+17
2011-11-10packages/views: move flag-related views to own moduleDan McGee1-0/+121