I Use This!
Very High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refs #35859 -- Removed support for Task enqueuing on transaction commit. More... about 2 months ago
Made cosmetic edits to docs/releases/6.0.txt. More... about 2 months ago
Fixed #36612 -- Fixed a KeyTextTransform crash on MySQL against annotations.
charettes
as Simon Charette
More... about 2 months ago
Removed empty sections from 6.0 release notes. More... about 2 months ago
Updated man page for Django 6.0 alpha 1. More... about 2 months ago
Refs #27222 -- Restored Model.save()'s refreshing of db_returning fields even if a value is set.
charettes
as Simon Charette
More... about 2 months ago
Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal via archive.extract(). More... about 2 months ago
Refs #27222 -- Deduplicated db_returning fields in Model.save(). More... about 2 months ago
Fixed #36580 -- Fixed constraint validation crash when condition uses a ForeignObject. More... about 2 months ago
Refs #36580 -- Added coverage for excluding ForeignObject from constraint validation. More... about 2 months ago
Renamed local variables in CsrfViewMiddleware._origin_verified() for clarity. More... about 2 months ago
Fixed #36520 -- Reverted "Fixed #35440 -- Simplified parse_header_parameters by leveraging stdlid's Message." More... about 2 months ago
Refs #27489 -- Made RenamePermission() operation respect database. More... about 2 months ago
Refs #36438 -- Simplified retrieval of GeneratedField base fields in migrations autodetector. More... about 2 months ago
Fixed typo in django/core/files/storage/base.py docstring. More... about 2 months ago
Fixed #36609 -- Added Haitian Creole (ht) language. More... about 2 months ago
Refs #35667 -- Corrected usage of skip_file_prefixes in contributing docs. More... about 2 months ago
Fixed #36491 -- Fixed crash in ParallelTestRunner with --buffer. More... 2 months ago
Added stub release notes and release date for 5.2.7, 5.1.13, and 4.2.25. More... 2 months ago
Refs #35667 -- Updated contributing guide to use django_file_prefixes on deprecations. More... 2 months ago
Bumped versions in Github actions configuration. More... 2 months ago
Refs #35667 -- Cached Django file prefixes for warnings. More... 2 months ago
Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for PartialTemplate. More... 2 months ago
Updated ticket triage process diagram and contributing docs. More... 2 months ago
Fixed #36480 -- Made values() resolving error mention unselected aliases. More... 2 months ago
Refs #36606 -- Added tests for QuerySet.values_list(flat=True) without fields. More... 2 months ago
Fixed #36606 -- Optimized QuerySet.values_list(flat=True) without fields. More... 2 months ago
Refs #36605 -- Optimized QuerySet.in_bulk() for the empty id_list case. More... 2 months ago
Fixed #36603 -- Optimized check order in LoginRequiredMiddleware. More... 2 months ago
Fixed #36597 -- Corrected directives for functions from email module in docs. More... 2 months ago