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