summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Expand)Author
2019-03-19news: Make mailing list announcements configurable in settings.pyLuke Shumaker
2017-05-17Update news e-mail templaterelease_2017-05-17Angel Velasquez
2017-03-20news/views: Send e-mail to arch-announce on news creationGiancarlo Razzolini
2017-03-20news: Add send_announce to the modelGiancarlo Razzolini
2014-12-08Upgrade to python-markdown 2.5.2Dan McGee
2014-11-08Minor news listing tweaksDan McGee
2014-10-19Simplify last modified and etags processing for feedsDan McGee
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee
2014-09-01Remove old south migrationsDan McGee
2013-04-16Grab author when loading news item detailsDan McGee
2012-12-31Minor news admin code cleanupDan McGee
2012-12-28Move slug creation helper to main/utilsDan McGee
2012-12-28Populate the todolist slug field and mark non-nullDan McGee
2012-12-27Fix "RuntimeWarning: DateTimeField received a naive datetime" warningsDan McGee
2012-11-28Add safe_mode filter to news admin; preview uses safe modeDan McGee
2012-11-11Exclude news.safe_mode on news edit screenrelease_2012-11-11Dan 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-10-26Enable safe mode for markdown parsingDan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee
2012-04-27Migrate news views to class-based generic viewsDan McGee
2012-04-20Fix ContentType related migrationsDan McGee
2012-04-08Add migrations for on_delete attributesDan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2012-03-23Change Django urls.py importDan McGee
2011-10-11Pylint suggested and other cleanupsDan McGee
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee
2011-04-07Consolidate caching black magicDan McGee
2011-04-07Add some migrations to convert database to UTC timeDan McGee
2011-04-07Use UTC datetime objects everywhereDan McGee
2011-04-07Ensure feed GUIDs are unchanging and uniqueDan McGee
2011-01-14Clean up news redirect argumentDan McGee
2011-01-10Fix old news URLs not redirecting properlyrelease_2011-01-10Dan McGee
2011-01-08Remove automatic ID column definitionsDan McGee
2010-12-13Move news urls into own fileDan McGee
2010-10-13Connect post_save signals where they will always be triggeredDan McGee
2010-09-29Fix migration dependencies exposed after moving modelsDan McGee
2010-09-21Auto-populate slug on news item creationDan 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-20Update news permission required stringrelease_2010-09-20Dan McGee
2010-09-15Spruce up news admin viewDan McGee
2010-09-14Add last modified date to newsDan McGee
2010-09-08Show news in adminDan McGee
2010-09-08Paginate the news list viewrelease_2010-09-08Dan McGee