summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-11-25Added stub release notes and release date for 5.2.9, 5.1.15, and 4.2.27.Natalia
2025-11-25Fixed #36756 -- Dropped support for GDAL 3.1 and 3.2.Mariusz Felisiak
2025-11-25Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...David Smith
2025-11-24Fixed #36738 -- Confirmed support for GDAL 3.12.Varun Kasyap Pentamaraju
2025-11-24Fixed #36751 -- Fixed empty filtered aggregation crash over annotated queryset.Simon Charette
2025-11-23Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...Tim Graham
2025-11-22Removed outdated build guidance in release docs.Jacob Walls
2025-11-22Fixed #35774 -- Dropped support for GEOS 3.8.David Smith
2025-11-21Fixed #36741 -- Linked to custom save()/delete() caveats in docs/ref/models/q...VIZZARD-X
2025-11-21Fixed #36620 -- Added coverage workflow to summarize coverage in pull requests.saurabh
2025-11-21Added GitHub Actions linter (zizmor).Jacob Walls
2025-11-21Fixed #36718 -- Added JSONField support for negative array indexing on Oracle...Clifford Gama
2025-11-20Added missing ticket links in docs/releases/5.2.8.txt.Jacob Walls
2025-11-20Fixed #36748 -- Filtered non-standard placeholders from UNNEST queries.Chris Wesseling
2025-11-20Fixed #36734 -- Clarified the behavior of View.http_method_not_allowed.Zubair Hassan
2025-11-20Fixed #36321 -- Defaulted suggest_on_error=True in management commands.kihuni
2025-11-20Ensured that Sitemap.items is described as a method in docs/ref/contrib/sitem...nessita
2025-11-20Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt.Jacob Walls
2025-11-20Refs #36663, #36739 -- Added release note for running checks against all data...Storm B. Heg
2025-11-19Fixed #26609 -- Extended fields.E004 system check for unordered iterables.Mariusz Felisiak
2025-11-18Fixed #36733 -- Escaped attributes in Stylesheet.__str__().varunkasyap
2025-11-17Fixed #26379 -- Doc'd that the first filter() on a many-to-many relation is s...Annabelle Wiegart
2025-11-17Fixed #24920 -- Added support for DecimalField with no precision.Mariusz Felisiak
2025-11-14Refs #24928 -- Added introspection support for PostgreSQL HStoreField.Mariusz Felisiak
2025-11-13Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.Kasyap Pentamaraju
2025-11-12Fixed #36717 -- Redirect authenticated users on admin login view to next URL.Benedict Etzel
2025-11-10Fixed typo in docs/ref/databases.txt.Clifford Gama
2025-11-10Clarified "get_db_prep_value" default result in docs/ref/models/fields.txt.Clifford Gama
2025-11-10Clarified EmailValidator docs to specify it validates an email address.Hong Xu
2025-11-07Fixed #36705 -- Avoided string concatenation in utils.Kasyap Pentamaraju
2025-11-07Fixed #36315 -- Used TaskGroup instead of asyncio.gather().Thomas Grainger
2025-11-06Removed community packages admonition from settings docs.Tim Schilling
2025-11-06Added community package email backends mention to docs.Tim Schilling
2025-11-05Added CVE-2025-64458 and CVE-2025-64459 to security archive.Natalia
2025-11-05Added stub release notes for 5.2.9.Natalia
2025-11-05Fixed CVE-2025-64459 -- Prevented SQL injections in Q/QuerySet via the _conne...Jacob Walls
2025-11-05Fixed CVE-2025-64458 -- Mitigated potential DoS in HttpResponseRedirect/HttpR...Jacob Walls
2025-11-04Fixed #36704 -- Fixed system check error for proxy model with a composite pk.Hal Blackburn
2025-11-04Updated ticket triage process diagram and contributing docs.ontowhee
2025-10-31Fixed #36661 -- Added introspection of database-level delete options.Mariusz Felisiak
2025-10-30Added community package storage backends mention to docs.Tim Schilling
2025-10-29Refs #35381 -- Clarified key and index lookup handling of None in exact looku...Clifford Gama
2025-10-29Refs #35381 -- Deprecated using None in JSONExact rhs to mean JSON null.Clifford Gama
2025-10-29Refs #35381 -- Delegated ArrayField element prepping to base_field.get_db_pre...Clifford Gama
2025-10-29Fixed #35381 -- Added JSONNull() expression.Clifford Gama
2025-10-29Added stub release notes and release date for 5.2.8, 5.1.14, and 4.2.26.Jacob Walls
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-10-27Fixed #36681 -- Removed English pluralization bias from example in docs/topic...Kasyap Pentamaraju
2025-10-27Fixed #36624 -- Dropped support for MySQL < 8.4.Mariusz Felisiak
2025-10-23Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n/formatt...Annabelle Wiegart