summaryrefslogtreecommitdiff
path: root/blog/views.py
AgeCommit message (Expand)Author
2025-10-02Added `Cache-Control` header to never cache draft blog posts (#2223)Alice Wong
2025-08-03Only return published blog entries. (#1757)Mark Walker
2025-03-14Reapply "Fixed page header structure and used semantic HTML."Baptiste Mispelon
2025-03-11Revert "Fixed page header structure and used semantic HTML."Baptiste Mispelon
2025-03-11Fixed page header structure and used semantic HTML.Sarah Boyce
2024-12-13Fixed #1756 -- hide unpublished events from side menus for staffontowhee
2023-02-07[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2017-09-14Removed inheritance of object to define new style classes.Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-03-17Fixed #399 -- Hid past events from "upcoming events" listBaptiste Mispelon
2015-01-19Fixed flake8 warnings.Tim Graham
2014-12-22Merge branch '247-yearly-blog-archive'Jannis Leidel
2014-12-22Fixed #121 -- Added pagination on the blogOla Sitarska
2014-12-22Fixed #247 -- Yearly blog archive pages don't workOla Sitarska
2014-11-22Ability to add events + displaying them in the navbar of the blog. Close #101Ola Sitarska
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2013-02-07Replace deprecated generic FBV with equivalent CBV in weblog.Aymeric Augustin
2013-02-05Move apps outside of the django_website package.Aymeric Augustin