<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/template/context.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-07-23T23:17:55Z</updated>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Applied Black's 2025 stable style.</title>
<updated>2025-03-01T18:41:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-03-01T18:41:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff3aaf036f0cb66cd8f404cd51c603e68aaa7676'/>
<id>urn:sha1:ff3aaf036f0cb66cd8f404cd51c603e68aaa7676</id>
<content type='text'>
https://github.com/psf/black/releases/tag/25.1.0</content>
</entry>
<entry>
<title>Refs #35844 -- Fixed copying BaseContext and its subclasses on Python 3.14+.</title>
<updated>2024-11-18T15:05:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-11-17T15:07:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d7b1423f89bcc3df57333fc79fa5aead17b0cbc'/>
<id>urn:sha1:8d7b1423f89bcc3df57333fc79fa5aead17b0cbc</id>
<content type='text'>
super objects are copyable on Python 3.14+:

https://github.com/python/cpython/commit/5ca4e34bc1aab8321911aac6d5b2b9e75ff764d8

and can no longer be used in BaseContext.__copy__().
</content>
</entry>
<entry>
<title>Fixed #35417 -- Updated BaseContext.new() with values to create a context that can be flattened.</title>
<updated>2024-06-13T12:22:40Z</updated>
<author>
<name>George Y. Kussumoto</name>
<email>georgeyk.dev@gmail.com</email>
</author>
<published>2024-06-04T18:07:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a32b233822683c51e59722b7c9aa0789fc4ab1b'/>
<id>urn:sha1:2a32b233822683c51e59722b7c9aa0789fc4ab1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34427 -- Improved error message when context processor does not return a dict.</title>
<updated>2023-03-29T06:54:04Z</updated>
<author>
<name>David Sanders</name>
<email>shang.xiao.sanders@gmail.com</email>
</author>
<published>2023-03-29T06:54:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5dba5fda551afe169dce7620b08a99c3455ebb00'/>
<id>urn:sha1:5dba5fda551afe169dce7620b08a99c3455ebb00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons.</title>
<updated>2019-10-01T15:58:19Z</updated>
<author>
<name>ElizabethU</name>
<email>elizabeth.uselton@gmail.com</email>
</author>
<published>2019-09-03T02:09:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=54ea290e5bbd19d87bd8dba807738eeeaf01a362'/>
<id>urn:sha1:54ea290e5bbd19d87bd8dba807738eeeaf01a362</id>
<content type='text'>
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
</content>
</entry>
<entry>
<title>Simplified BaseContext.__iter__().</title>
<updated>2018-07-11T13:12:50Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-07-11T13:12:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=529c3f264d99fff0129cb6afbe4be2eb11d8a501'/>
<id>urn:sha1:529c3f264d99fff0129cb6afbe4be2eb11d8a501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28930 -- Simplified code with any() and all().</title>
<updated>2017-12-26T22:11:15Z</updated>
<author>
<name>Дилян Палаузов</name>
<email>Dilyan.Palauzov@db.com</email>
</author>
<published>2017-12-26T18:44:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c599ece57fa009cf3615f09497f81bfa6a585a7'/>
<id>urn:sha1:4c599ece57fa009cf3615f09497f81bfa6a585a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified various __eq__() methods.</title>
<updated>2017-09-28T13:18:37Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-09-28T09:39:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4508fafe16e37960769bbe170fd9729910d7d2ce'/>
<id>urn:sha1:4508fafe16e37960769bbe170fd9729910d7d2ce</id>
<content type='text'>
</content>
</entry>
</feed>
