summaryrefslogtreecommitdiff
path: root/news/models.py
AgeCommit message (Expand)Author
2017-03-20news: Add send_announce to the modelGiancarlo Razzolini
2014-12-08Upgrade to python-markdown 2.5.2Dan McGee
2014-10-19Simplify last modified and etags processing for feedsDan McGee
2012-11-01Allow editing news.safe_mode flag via admin screenDan McGee
2012-10-31Store 'safe_mode' attribute on news modelDan McGee
2012-10-31Disable markdown safe modeDan McGee
2012-10-26Remove usages of 'django.contrib.markup'Dan McGee
2012-10-26Cleanup meta model attributesDan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee
2011-04-07Consolidate caching black magicDan McGee
2011-04-07Use UTC datetime objects everywhereDan McGee
2011-04-07Ensure feed GUIDs are unchanging and uniqueDan McGee
2011-01-08Remove automatic ID column definitionsDan McGee
2010-10-13Connect post_save signals where they will always be triggeredDan McGee
2010-09-21Update news views to use slug instead of IDDan McGee
2010-09-21Add migrations to populate the news slug and make it non-nullDan McGee
2010-09-21Add news slug fieldDan McGee
2010-09-15Spruce up news admin viewDan McGee
2010-09-14Add last modified date to newsDan McGee
2010-09-08Move news model to an appropriate placeDan McGee
2010-09-08Put news under south controlDan McGee
2008-03-08Moved models aroundeliott
2007-12-29Removed import no longer used.eliott
2007-12-29Massive retab fest.eliott
2007-12-22renamed importseliott
2007-11-03Initial import for public release...eliott