summaryrefslogtreecommitdiffstats
path: root/main/utils.py
AgeCommit message (Expand)AuthorFilesLines
2014-10-19Simplify last modified and etags processing for feedsDan McGee1-42/+0
2013-11-11Filtered requiredby list for non-primary dependsDan McGee1-0/+14
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-1/+0
2013-04-16Add shortcut for HEAD requests on slower viewsDan McGee1-0/+9
2012-12-28Move slug creation helper to main/utilsDan McGee1-0/+15
2012-12-28Move the body of set_last_modified to main/utilsDan McGee1-2/+8
2012-09-04Add a 'format_http_headers' methodDan McGee1-0/+10
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-7/+2
2012-07-08Don't log package updates in Python when we have DB trigger supportDan McGee1-0/+11
2012-05-20Ensure we use last_modified date from News in headersDan McGee1-3/+4
2012-03-23Make all datetime objects fully timezone awareDan McGee1-3/+9
2012-03-23PEP8 cleanup with blank linesDan McGee1-0/+9
2012-03-23Use python hashlib directlyDan McGee1-2/+2
2011-07-05Recent updates refactorDan McGee1-0/+35
2011-07-05Move set_created_field() to shared utils classDan McGee1-0/+10
2011-04-07Consolidate caching black magicDan McGee1-9/+25
2010-10-13Connect post_save signals where they will always be triggeredDan McGee1-1/+23
2010-10-13Add ability to clear a cached function resultDan McGee1-4/+13
2010-10-07Move import to top levelDan McGee1-2/+1
2010-07-10Make the cache_function key a bit more descriptiveDan McGee1-0/+1
2010-06-21Add utility cache_functionDan McGee1-0/+35
2008-10-11separate copyrighted middleware from my additionsDusty Phillips1-16/+0
2008-10-10use RequestContext because its standardDusty Phillips1-4/+0
2008-10-07need better than ids for optionsDusty Phillips1-0/+3
2008-09-16drop a bunch of stuff not necessary for django 1.0Dusty Phillips1-17/+0
2008-03-08Moved models aroundeliott1-0/+36