summaryrefslogtreecommitdiff
path: root/aggregator/views.py
AgeCommit message (Expand)Author
2025-01-16Hid empty feed type from community page.Sarah Boyce
2024-10-25[aggregator] Marked all user-facing strings for translationMark Walker
2023-11-25Add local Django community page (#1371)Dave Turner
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-11-17Reverted "Fix N+1 Query on Django Community page". (#1273)Maksudul Haque
2022-11-07Fix N+1 Query on Feed List PageMaksudul Haque
2022-10-28Fix N+1 Query on Django Community pageMaksudul Haque
2016-12-14Switched to Python 3 style super().Tim Graham
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2013-02-20Upgrade to Django 1.5rc2.Aymeric Augustin
2013-02-19Improved performance on the aggregator index page.Jacob Kaplan-Moss
2013-02-19Worked around a problem with |striptags in 1.5rc1 (already fixed in 1.5.X).Jacob Kaplan-Moss
2013-02-07Replace deprecated generic FBV with equivalent CBV in aggregator.Aymeric Augustin
2013-02-07Remove unused imports.Aymeric Augustin
2013-02-06Remove obsolete django_website.shortcuts.render.Aymeric Augustin
2013-02-05Move apps outside of the django_website package.Aymeric Augustin