summaryrefslogtreecommitdiff
path: root/blog/models.py
AgeCommit message (Expand)Author
2026-05-02Update initial header level in BLOG_DOCUTILS_SETTINGS to 2 (#2609)Saptak Sengupta
2026-04-27Update initial header level in BLOG_DOCUTILS_SETTINGS to 1Sarah Abderemane
2026-03-23Synced webpages from sitemap to Document model for search. (#2284)Sarah Boyce
2025-12-22[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2025-12-22Remove TableExtention import adn use 'tables' shorthandahmedasar00
2025-12-22Simplify Markdown tables extension usageahmedasar00
2025-12-22Add Markdown table support in blog entryahmedasar00
2025-11-21Added DEFAULT_LANGUAGE_CODE setting.Sarah Boyce
2025-11-07Added support for searching ecosystem and blog entries.Tim Schilling
2025-10-27Set HTML meta description of blog entries.Sarah Boyce
2025-05-30Fixed escaping of alt text in ContentFormat.img() (#2036)Baptiste Mispelon
2025-04-17Added blog.Entry.social_media_card fieldBaptiste Mispelon
2025-04-17Added opengraph_tags property on blog.Entry modelBaptiste Mispelon
2025-04-01Added blog.ImageUpload to simplify attaching images to entriesBaptiste Mispelon
2024-11-15Updated to Django 5.0.Paolo Melchiorre
2024-10-25Fixed #1675 -- Added support for authoring markdown blog entriesBaptiste Mispelon
2024-10-25Used TextChoices for blog.Entry.content_formatBaptiste Mispelon
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2020-01-24Replaced deprecated django.utils.translation functions.m-aciek
2017-02-08Removed unnecesssary force_str() in blog/models.py.Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2015-12-28Replaced datetime.now() with timezone.now() in blog app.Fengda HUANG
2015-10-03Refs #512 -- Fixed cached blog post invalidation.Tim Graham
2015-10-03Fixed #512 -- Invalidated cached blog post on save.Tim Graham
2015-05-07Fixed #466 -- Changed ordering of .future() and .past() on EventManagerBaptiste Mispelon
2015-04-21Fixed docutils file inclusionMarkus Holtermann
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
2015-03-17Added past/future methods on Event managers.Baptiste Mispelon
2015-03-17Updated the code of Entry/Event managers.Baptiste Mispelon
2015-01-04Reverse blog entry URLs properly.Jannis Leidel
2014-12-19Fixed #248 - weblog heading levels are now in sequenceevildmp
2014-11-22Simplifying Entry and Event managers. Refs #101Ola Sitarska
2014-11-22Ability to add events + displaying them in the navbar of the blog. Close #101Ola Sitarska
2014-08-25Removed some u'' prefixes and added unicode_literals.Tim Graham
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2014-01-18Upgraded to Django 1.6.Tim Graham
2013-02-07Remove all code related to comments.Aymeric Augustin
2013-02-05Move apps outside of the django_website package.Aymeric Augustin