index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blog
/
tests.py
Age
Commit message (
Expand
)
Author
2026-05-02
Update initial header level in BLOG_DOCUTILS_SETTINGS to 2 (#2609)
Saptak Sengupta
2026-04-27
Update initial header level in BLOG_DOCUTILS_SETTINGS to 1
Sarah Abderemane
2026-03-23
Synced webpages from sitemap to Document model for search. (#2284)
Sarah Boyce
2025-12-22
Added diamond and platinum corporate members to blog pages.
Sarah Boyce
2025-12-22
Included year in blog day archive header.
Sarah Boyce
2025-12-22
Fixed blog archive headers.
Sarah Boyce
2025-12-22
Add Markdown table support in Entry model and corresponding test case
ahmedasar00
2025-11-21
Moved docs search bar to top navigation in prep for global search.
Sarah Boyce
2025-11-07
Added support for searching ecosystem and blog entries.
Tim Schilling
2025-10-31
Escape data-clipboard-content attribute in Image Uploads admin (#2301)
charlesroelli
2025-10-27
Set HTML meta description of blog entries.
Sarah Boyce
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-05-30
Fixed escaping of alt text in ContentFormat.img() (#2036)
Baptiste Mispelon
2025-04-17
Added blog.Entry.social_media_card field
Baptiste Mispelon
2025-04-17
Added opengraph_tags property on blog.Entry model
Baptiste Mispelon
2025-04-01
Added blog.ImageUpload to simplify attaching images to entries
Baptiste Mispelon
2024-12-13
Fixed #1756 -- hide unpublished events from side menus for staff
ontowhee
2024-11-30
Fixed #1758 -- Removed usage of internal Python API
Baptiste Mispelon
2024-10-25
Fixed #1675 -- Added support for authoring markdown blog entries
Baptiste Mispelon
2024-10-25
Used TextChoices for blog.Entry.content_format
Baptiste Mispelon
2024-06-14
Upgraded Django to 4.2.13 (attempt 3)
Baptiste Mispelon
2024-06-14
Revert "Upgraded Django to 4.2.10 (attempt 2)"
Baptiste Mispelon
2024-06-14
Upgraded Django to 4.2.10 (attempt 2)
Baptiste Mispelon
2024-06-09
Revert "Upgraded Django to 4.2.10"
Baptiste Mispelon
2024-06-09
Upgraded Django to 4.2.10
Baptiste Mispelon
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-10-28
Replaced django.core.urlresolvers imports with django.urls.
Tim Graham
2015-12-11
Fixed #535 -- Fixed incorrect URL generation in sitemaps.
Alejandro Varas
2015-10-03
Fixed #512 -- Invalidated cached blog post on save.
Tim Graham
2015-05-07
Fixed #466 -- Changed ordering of .future() and .past() on EventManager
Baptiste Mispelon
2015-04-21
Fixed docutils file inclusion
Markus Holtermann
2015-03-17
Fixed #399 -- Hid past events from "upcoming events" list
Baptiste Mispelon
2015-03-17
Added past/future methods on Event managers.
Baptiste Mispelon
2015-03-17
Added some tests for Entry managers.
Baptiste Mispelon