Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions django/template/smartif.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def eval(self, context):
# Assign 'id' to each:
for key, op in OPERATORS.items():
op.id = key
del key, op


class Literal(TokenBase):
Expand Down
8 changes: 8 additions & 0 deletions docs/releases/4.2.29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
===========================
Django 4.2.29 release notes
===========================

*March 3, 2026*

Django 4.2.29 fixes a security issue with severity "moderate" and a security
issue with severity "low" in 4.2.28.
6 changes: 4 additions & 2 deletions docs/releases/5.2.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
Django 5.2.12 release notes
===========================

*Expected March 3, 2026*
*March 3, 2026*

Django 5.2.12 fixes one bug related to support for Python 3.14.
Django 5.2.12 fixes a security issue with severity "moderate" and a security
issue with severity "low" in 5.2.11. It also fixes one bug related to support
for Python 3.14.

Bugfixes
========
Expand Down
5 changes: 3 additions & 2 deletions docs/releases/6.0.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
Django 6.0.3 release notes
==========================

*Expected March 3, 2026*
*March 3, 2026*

Django 6.0.3 fixes several bugs in 6.0.2.
Django 6.0.3 fixes a security issue with severity "moderate", a security issue
with severity "low", and several bugs in 6.0.2.

Bugfixes
========
Expand Down
1 change: 1 addition & 0 deletions docs/releases/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1

4.2.29
4.2.28
4.2.27
4.2.26
Expand Down