summaryrefslogtreecommitdiffstats
path: root/news
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Upgrade to python-markdown 2.5.2Dan McGee2-8/+5
2014-11-08Minor news listing tweaksDan McGee1-2/+1
2014-10-19Simplify last modified and etags processing for feedsDan McGee1-5/+2
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee1-0/+37
2014-09-01Remove old south migrationsDan McGee12-814/+0
2013-04-16Grab author when loading news item detailsDan McGee1-1/+1
2012-12-31Minor news admin code cleanupDan McGee1-0/+4
2012-12-28Move slug creation helper to main/utilsDan McGee1-16/+2
2012-12-28Populate the todolist slug field and mark non-nullDan McGee1-2/+2
2012-12-27Fix "RuntimeWarning: DateTimeField received a naive datetime" warningsDan McGee1-2/+2
2012-11-28Add safe_mode filter to news admin; preview uses safe modeDan McGee2-2/+3
2012-11-11Exclude news.safe_mode on news edit screenrelease_2012-11-11Dan McGee1-1/+1
2012-11-01Allow editing news.safe_mode flag via admin screenDan McGee2-2/+3
2012-10-31Store 'safe_mode' attribute on news modelDan McGee3-1/+143
2012-10-31Disable markdown safe modeDan McGee2-2/+2
2012-10-26Remove usages of 'django.contrib.markup'Dan McGee2-1/+8
2012-10-26Cleanup meta model attributesDan McGee1-1/+1
2012-10-26Enable safe mode for markdown parsingDan McGee1-1/+1
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-6/+5
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee1-1/+2
2012-04-27Migrate news views to class-based generic viewsDan McGee2-74/+75
2012-04-20Fix ContentType related migrationsDan McGee1-3/+8
2012-04-08Add migrations for on_delete attributesDan McGee1-0/+65
2012-03-23Make all datetime objects fully timezone awareDan McGee1-3/+4
2012-03-23Change Django urls.py importDan McGee1-1/+1
2011-10-11Pylint suggested and other cleanupsDan McGee1-1/+1
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee1-1/+2
2011-04-07Consolidate caching black magicDan McGee1-2/+2
2011-04-07Add some migrations to convert database to UTC timeDan McGee1-0/+85
2011-04-07Use UTC datetime objects everywhereDan McGee1-1/+1
2011-04-07Ensure feed GUIDs are unchanging and uniqueDan McGee3-4/+168
2011-01-14Clean up news redirect argumentDan McGee1-1/+1
2011-01-10Fix old news URLs not redirecting properlyrelease_2011-01-10Dan McGee1-2/+2
2011-01-08Remove automatic ID column definitionsDan McGee1-1/+0
2010-12-13Move news urls into own fileDan McGee1-0/+14
2010-10-13Connect post_save signals where they will always be triggeredDan McGee1-0/+6
2010-09-29Fix migration dependencies exposed after moving modelsDan McGee1-0/+4
2010-09-21Auto-populate slug on news item creationDan McGee1-2/+16
2010-09-21Update news views to use slug instead of IDDan McGee2-8/+13
2010-09-21Add migrations to populate the news slug and make it non-nullDan McGee3-1/+145
2010-09-21Add news slug fieldDan McGee2-0/+67
2010-09-20Update news permission required stringrelease_2010-09-20Dan McGee1-4/+4
2010-09-15Spruce up news admin viewDan McGee2-4/+4
2010-09-14Add last modified date to newsDan McGee2-1/+76
2010-09-08Show news in adminDan McGee1-0/+10
2010-09-08Paginate the news list viewrelease_2010-09-08Dan McGee1-0/+1
2010-09-08Move news model to an appropriate placeDan McGee3-1/+86
2010-09-08Put news under south controlDan McGee3-0/+21
2010-09-03Use direct_to_template in all remaining possible placesDan McGee1-4/+3
2010-07-06Format all news items using markdownDan McGee1-0/+12