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