django/django
Daniel Ivanov eca526eab0 [4.1.x] Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items.
Bug in 480191244d.

Thanks Michal Čihař for the report.

Backport of 5eab4d1924 from main
2022-11-07 07:57:11 +01:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf [4.1.x] Updated translations from Transifex. 2022-08-03 08:02:48 +02:00
contrib [4.1.x] Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items. 2022-11-07 07:57:11 +01:00
core [4.1.x] Fixed #34085 -- Made management commands don't use black for non-Python files. 2022-10-20 14:38:40 -07:00
db [4.1.x] Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite. 2022-11-04 09:31:30 +01:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms [4.1.x] Fixed #33876, Refs #32229 -- Made management forms render with div.html template. 2022-08-02 10:31:04 +02:00
http [4.1.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2022-08-03 08:47:19 +02:00
middleware Refs #30426 -- Updated XFrameOptionsMiddleware docstring. 2022-04-29 21:17:27 +02:00
template [4.1.x] Fixed #33653 -- Fixed template crash when calling methods for built-in types without required arguments. 2022-05-20 08:41:16 +02:00
templatetags Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
test [4.1.x] Refs #34010 -- Made --debug-mode work for parallel tests using spawn. 2022-09-28 20:40:23 +02:00
urls [4.1.x] Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expressions. 2022-10-04 09:12:42 +02:00
utils [4.1.x] Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive. 2022-06-20 08:41:17 +02:00
views [4.1.x] Fixed #34062 -- Updated View.http_method_not_allowed() to support async. 2022-09-29 16:29:34 +02:00
__init__.py [4.1.x] Post-release version bump. 2022-11-01 07:12:53 +01:00
__main__.py
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00