I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed pre-release wheel-only advice in docs/internals/howto-release-django.txt. More... about 1 month ago
Fixed #36654 -- Corrected Model._do_update()'s docstring. More... about 1 month ago
Pinned "New contributor" GitHub action to v1. More... about 1 month ago
Moved object creation to subTest() in GISFunctionsTests.test_geometry_type() test. More... about 1 month ago
Fixed #36648, Refs #33772 -- Accounted for composite pks in first()/last() when aggregating. More... about 1 month ago
Removed reference to "manager" in ForeignKeyTests. More... about 1 month ago
Removed setuptools from GitHub actions. More... about 1 month ago
Removed mention of setuptools in docs/internals/contributing/writing-code/unit-tests.txt. More... about 1 month ago
Added notes about automatic roadmap generation for next version in docs/internals/howto-release-django.txt. More... about 1 month ago
Refs #35844 -- Doc'd Python 3.14 compatibility. More... about 1 month ago
Optimized View.dispatch() a bit. More... about 1 month ago
Fixed #36660 -- Fixed a regression in descending Index local field checks.
charettes
as Simon Charette
More... about 1 month ago
Fixed #36656 -- Avoided truncating async streaming responses in GZipMiddleware. More... about 1 month ago
Fixed 36622 -- Prevented LazyObject FileField storages from evaluating at boot time. More... about 1 month ago
Corrected admin check IDs in docs. More... about 1 month ago
Fixed #36646 -- Added compatibility for oracledb 3.4.0.
charettes
as Simon Charette
More... about 1 month ago
Added missing backticks in docs/ref/models/fields.txt. More... about 1 month ago
Refs #36595 -- Extended "postgis" GitHub Action to run against PostGIS 3.6. More... about 1 month ago
Added required "issue_message" input to "New contributor" GitHub action. More... about 1 month ago
Cautioned against multi-level relative imports in coding style docs. More... about 1 month ago
Refs #36623 -- Confirmed support for PostGIS 3.6. More... about 1 month ago
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1. More... about 1 month ago
Fixed #36636, Refs #15902 -- Removed session-based storage reference from set_language() docs. More... about 1 month ago
Refs #36491 -- Skipped ParallelTestSuiteTest.test_buffer_mode_reports_setupclass_failure() without tblib. More... about 1 month ago
Rewrapped security archive at 79 chars. More... about 1 month ago
Added CVE-2025-59681 and CVE-2025-59682 to security archive. More... about 1 month ago
Added stub release notes for 5.2.8. More... about 1 month ago
Made cosmetic edits to 5.2.7 release notes. More... about 1 month ago
Skipped NOT NULL constraints on PostgreSQL 18+. More... about 1 month ago
Fixed assertIndexExists() crash when non-index constraint exists on the same columns. More... about 1 month ago