index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blog
/
models.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
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2025-12-22
Remove TableExtention import adn use 'tables' shorthand
ahmedasar00
2025-12-22
Simplify Markdown tables extension usage
ahmedasar00
2025-12-22
Add Markdown table support in blog entry
ahmedasar00
2025-11-21
Added DEFAULT_LANGUAGE_CODE setting.
Sarah Boyce
2025-11-07
Added support for searching ecosystem and blog entries.
Tim Schilling
2025-10-27
Set HTML meta description of blog entries.
Sarah Boyce
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-11-15
Updated to Django 5.0.
Paolo Melchiorre
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
2022-11-30
Refs #1184 -- Reformatted code with Black.
django-bot
2020-01-24
Replaced deprecated django.utils.translation functions.
m-aciek
2017-02-08
Removed unnecesssary force_str() in blog/models.py.
Tim Graham
2016-12-14
Switched to Python 3 style super().
Tim Graham
2015-12-28
Replaced datetime.now() with timezone.now() in blog app.
Fengda HUANG
2015-10-03
Refs #512 -- Fixed cached blog post invalidation.
Tim Graham
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-04-07
Add isort settings and sort imports
Rolf Erik Lekang
2015-04-06
Ported from Python 2.7 to Python 3.4.
Rolf Erik Lekang
2015-03-17
Added past/future methods on Event managers.
Baptiste Mispelon
2015-03-17
Updated the code of Entry/Event managers.
Baptiste Mispelon
2015-01-04
Reverse blog entry URLs properly.
Jannis Leidel
2014-12-19
Fixed #248 - weblog heading levels are now in sequence
evildmp
2014-11-22
Simplifying Entry and Event managers. Refs #101
Ola Sitarska
2014-11-22
Ability to add events + displaying them in the navbar of the blog. Close #101
Ola Sitarska
2014-08-25
Removed some u'' prefixes and added unicode_literals.
Tim Graham
2014-08-25
Added flake8.cfg and cleaned up code.
Tim Graham
2014-01-18
Upgraded to Django 1.6.
Tim Graham
2013-02-07
Remove all code related to comments.
Aymeric Augustin
2013-02-05
Move apps outside of the django_website package.
Aymeric Augustin