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