1
0
mirror of https://github.com/django/django.git synced 2025-07-12 13:49:11 +00:00

Commit Graph

  • 3df1ad57bf [5.2.x] Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL. stable/5.2.x Simon Charette 2025-07-10 12:33:00 -04:00
  • 0fe218842e
    Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL. main Simon Charette 2025-07-10 12:33:00 -04:00
  • 994950e886
    Fixed typo in ReverseManyToOneDescriptor docstring. tinmarbusir 2025-07-09 18:10:04 +02:00
  • a8912e4383
    Updated asgiref dependency. Carlton Gibson 2025-07-09 18:06:49 +02:00
  • 426be74022
    Refs #35844, #35945 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated asyncio.iscoroutinefunction(). Mariusz Felisiak 2025-07-09 18:01:44 +02:00
  • 6df19412aa
    Refs #27236 -- Removed references to removed index_together migration methods. Clifford Gama 2025-07-03 15:23:25 +02:00
  • abc10ab7f9 [5.2.x] Added release date for 5.2.4. Natalia 2025-07-02 15:55:14 -03:00
  • 94ebcf8366 Added release date for 5.2.4. Natalia 2025-07-02 15:55:14 -03:00
  • 4da3446c92 [5.2.x] Added stub release notes for 5.2.5. Natalia 2025-07-02 15:51:02 -03:00
  • 7ab6b863da Added stub release notes for 5.2.5. Natalia 2025-07-02 15:51:02 -03:00
  • 1a5c75d8cd [5.2.x] Post-release version bump. Natalia 2025-07-02 15:44:20 -03:00
  • c941d0deec [5.2.x] Bumped version for 5.2.4 release. 5.2.4 Natalia 2025-07-02 15:42:00 -03:00
  • 47a618d45c Fixed AttributeError for enterContext() on Python < 3.11. Natalia 2025-07-02 09:15:15 -03:00
  • 7feafd79a4 Fixed #35846 -- Ensured consistent path ordering in ManifestStaticFilesStorage manifest files. Matthew Stell 2025-06-24 07:27:52 +01:00
  • 58fc40427f Fixed #36479 -- Improved how FileNotFoundError is triggered in code formatter tests. Roel Delos Reyes 2025-06-26 01:26:58 +08:00
  • a150160c9f [5.2.x] Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support. Simon Charette 2025-06-14 11:04:17 -04:00
  • 192bc7a7be Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support. Simon Charette 2025-06-14 11:04:17 -04:00
  • ff0ff98d42 Refs #15727 -- Updated AdminSeleniumTestCase to use ContentSecurityPolicyMiddleware. Natalia 2025-06-25 17:22:46 -03:00
  • d63241ebc7 Fixed #15727 -- Added Content Security Policy (CSP) support. Rob Hudson 2025-05-03 10:01:58 -07:00
  • 3f59711581 Fixed #36366 -- Improved accessibility of pagination in the admin. antoliny0919 2025-05-08 19:24:07 +09:00
  • 29f5e1e97d Fixed #35595, #35962 -- Removed indexes and constraints before fields in migrations. wookkl 2025-06-18 01:34:10 +09:00
  • a388287692 Fixed indentation in docs/internals/howto-release-django.txt. Sarah Boyce 2025-06-26 12:42:04 +02:00
  • af6ed55fcd Separated creating the release and setting it as default in Trac in the post-release steps. Sarah Boyce 2025-06-26 12:39:55 +02:00
  • 23529b6627 Fixed #36478 -- Fixed inconsistent mail attachment handling. Mike Edmunds 2025-06-18 20:34:34 -07:00
  • 68a45d9a80 Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin. michalpokusa 2025-06-18 11:37:35 +02:00
  • 7091801e04 Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash, IsValid on MariaDB 12.0.1+. Mariusz Felisiak 2025-06-18 17:51:08 +02:00
  • b2407e4d7d Fixed #35305 -- Avoided recreating constraints on fields renamed via db_column. Jacob Walls 2025-06-08 16:56:46 -04:00
  • 54402a7529
    Removed @skipIfDBFeature silencing of nonexistent features. Tim Graham 2025-06-21 08:51:34 -04:00
  • f5df7ed7e6 Removed @skipUnlessDBFeature silencing of nonexistent features. Tim Graham 2025-06-19 20:53:18 -04:00
  • 8ede411a81 Fixed #36152 -- Deprecated use of "%" in column aliases. Jacob Walls 2025-02-17 19:27:21 -05:00
  • 56f468681a
    Refs #35038 -- Reduced CreateModel/AlterConstraint operations when optimizing migrations. Jacob Walls 2025-06-19 06:22:23 -04:00
  • db5da3c91c [5.2.x] Clarified that only latest dependency versions are valid for security reports. Jake Howard 2025-06-18 15:04:34 +01:00
  • bc1bfe12b6
    Clarified that only latest dependency versions are valid for security reports. Jake Howard 2025-06-18 15:04:34 +01:00
  • 22506b2c16 Fixed #36465, Refs #35816 -- Disallowed '+' and '-' characters in template variable names. haileyajohnson 2025-06-16 14:22:34 -07:00
  • db4d65f8be Fixed #36467 -- Removed leading whitespaces from Set-Cookie header values in WSGIHandler. Lukas Komischke 2025-06-18 09:02:01 +02:00
  • 1cd91d5d4b Refs #36467 -- Added test for Set-Cookie header values in ASGIHandler. Sarah Boyce 2025-06-18 08:55:15 +02:00
  • 1520870c4a Fixed #36437 -- Improved accessibility of messages in admin. michalpokusa 2025-06-05 13:04:00 +02:00
  • 74b31cd26b Fixed #32770 -- Added system check to ensure django.contrib.postgres is installed when using its features. Clifford Gama 2025-05-16 23:48:38 +02:00
  • 8c56e93975
    Refs #36009 -- Added GitHub action workflow to run tests with latest stable postgis version. nessita 2025-06-17 15:25:47 -03:00
  • 359af3779a [5.2.x] Added guidance on AI-assisted security reports to docs/internals/security.txt. nessita 2025-06-17 11:45:03 -03:00
  • 0f60102444
    Added guidance on AI-assisted security reports to docs/internals/security.txt. nessita 2025-06-17 11:45:03 -03:00
  • d6e0c71017 Refs #36380 -- Replaced mocked logging assertions in tests/backends/tests.py. Natalia 2025-05-28 14:55:33 -03:00
  • 1a03a984ab Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql. Natalia 2025-06-03 15:54:16 -03:00
  • 1d89691c74 [5.2.x] Fixed #36453 -- Made When.condition resolve with for_save=False. Clifford Gama 2025-06-12 09:35:07 +02:00
  • 104cbfd44b Fixed #36453 -- Made When.condition resolve with for_save=False. Clifford Gama 2025-06-12 09:35:07 +02:00
  • 4de4edf2c0 [5.2.x] Fixed #36447 -- Selected preferred media type based on quality. Jake Howard 2025-06-10 23:00:25 +01:00
  • 12c1557060 Fixed #36447 -- Selected preferred media type based on quality. Jake Howard 2025-06-10 23:00:25 +01:00
  • f5cc6a888b [5.2.x] Corrected jsonfield fieldlookup references. Sarah Boyce 2025-06-13 09:22:30 +02:00
  • 8e2249bc79 Corrected jsonfield fieldlookup references. Sarah Boyce 2025-06-13 09:22:30 +02:00
  • 830e69a868 Fixed #36433 -- Fixed constraint validation crash when condition uses a ForeignKey attname. Colleen Dunlap 2025-06-06 16:02:54 -04:00
  • 3306b7283b
    Refs #35676 -- Added supports_table_check_constraints skip to model_forms tests. Tim Graham 2025-06-13 02:11:04 -04:00
  • f2f6046c0f Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript. Claude Paroz 2024-08-18 15:29:30 +02:00
  • 538616136b [5.2.x] Fixed #36463 -- Fixed grammar in docs/intro/contributing.txt. Sulove Bista 2025-06-12 23:59:15 +05:45
  • e80b33ae4d
    Fixed #36463 -- Fixed grammar in docs/intro/contributing.txt. Sulove Bista 2025-06-12 23:59:15 +05:45
  • e3b2370795 [5.2.x] Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt. ruvilonix 2025-06-10 22:37:03 -04:00
  • f5cb757a67 Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt. ruvilonix 2025-06-10 22:37:03 -04:00
  • bd65e82831 Fixed #36442 -- Cloned FilteredRelation before rename_prefix_from_q. viliam mihalik 2025-06-05 23:53:01 +02:00
  • 95a5c9b794
    Made minor grammar and punctuation fixes in docs/topics/migrations.txt. Clifford Gama 2025-06-11 17:52:26 +02:00
  • 75cd4fc8e3
    Removed default value for app_configs in system check functions. Adam Johnson 2025-06-11 16:46:28 +01:00
  • 1960ecd879 Fixed #36421 -- Made test_msgfmt_error_including_non_ascii compatible with msgfmt 0.25. Jericho Serrano 2025-06-06 04:58:29 +08:00
  • 91569cffec [5.2.x] Fixed #36425 -- Standardized integer fields descriptions. junghwan16 2025-05-31 16:32:13 +09:00
  • 091f66e51a Fixed #36425 -- Standardized integer fields descriptions. junghwan16 2025-05-31 16:32:13 +09:00
  • 8293b0f52d [4.2.x] Added follow-up to CVE-2025-48432 to security archive. stable/4.2.x Sarah Boyce 2025-06-10 12:37:46 +02:00
  • 97c753741a [5.1.x] Added follow-up to CVE-2025-48432 to security archive. stable/5.1.x Sarah Boyce 2025-06-10 12:37:46 +02:00
  • 329a5c9228 [5.2.x] Added follow-up to CVE-2025-48432 to security archive. Sarah Boyce 2025-06-10 12:37:46 +02:00
  • 2714bc3f2c Added follow-up to CVE-2025-48432 to security archive. Sarah Boyce 2025-06-10 12:37:46 +02:00
  • 69fe089f00 [5.2.x] Added stub release notes for 5.2.4. Sarah Boyce 2025-06-10 12:29:28 +02:00
  • 7fcc7b1a0c Added stub release notes for 5.2.4. Sarah Boyce 2025-06-10 12:29:28 +02:00
  • bc4d96cfc3 [4.2.x] Post-release version bump. Sarah Boyce 2025-06-10 12:00:20 +02:00
  • a698dc223b [4.2.x] Bumped version for 4.2.23 release. 4.2.23 Sarah Boyce 2025-06-10 11:51:54 +02:00
  • 353a6af6d9 [5.1.x] Post-release version bump. Sarah Boyce 2025-06-10 11:50:05 +02:00
  • 2285698fc1 [5.1.x] Bumped version for 5.1.11 release. 5.1.11 Sarah Boyce 2025-06-10 11:47:54 +02:00
  • 6979ee39ae [5.2.x] Post-release version bump. Sarah Boyce 2025-06-10 11:47:04 +02:00
  • 15883bc669 [5.2.x] Bumped version for 5.2.3 release. 5.2.3 Sarah Boyce 2025-06-10 11:34:02 +02:00
  • aafe320712 Fixed #36448 -- Fixed GeoDjango spelling in test_commands.py docstrings. nakano 2025-06-08 00:36:16 +09:00
  • 264003146f [5.2.x] Refs #373 -- Doc'd that on_delete is ignored for ForeignObject. Jacob Walls 2025-06-08 10:17:52 -04:00
  • 6f99c8856d [5.2.x] Fixed #36449 -- Fixed field types in example model using ForeignObject. Jacob Walls 2025-06-08 10:16:22 -04:00
  • 76e1ca77bc Refs #373 -- Doc'd that on_delete is ignored for ForeignObject. Jacob Walls 2025-06-08 10:17:52 -04:00
  • 5942754769 Fixed #36449 -- Fixed field types in example model using ForeignObject. Jacob Walls 2025-06-08 10:16:22 -04:00
  • aec11dbb4c [5.2.x] Refs #36419 -- Fixed BulkUpdateTests.test_json_field_sql_null() crash on Oracle. Mariusz Felisiak 2025-06-10 08:40:47 +02:00
  • f5441e42da
    Refs #36419 -- Fixed BulkUpdateTests.test_json_field_sql_null() crash on Oracle. Mariusz Felisiak 2025-06-10 08:40:47 +02:00
  • a68e8565cd Refs #34378, #36143, #36416 -- Fixed isolation of LookupTests.test_in_bulk_preserve_ordering_with_batch_size(). Jacob Walls 2025-06-06 00:25:15 -04:00
  • cc5079730a [5.2.x] Fixed #36446 -- Restored "q" in internal MediaType.params property. Natalia 2025-06-09 09:59:11 -03:00
  • cf5f36bf90 Fixed #36446 -- Restored "q" in internal MediaType.params property. Natalia 2025-06-09 09:59:11 -03:00
  • 8fd21b0da3
    Refs #10785 -- Added missing __hash__() method to custom pk test model. Jacob Walls 2025-06-09 12:32:55 -04:00
  • 6fc620b4a8 [5.2.x] Fixed #36419 -- Ensured for_save was propagated when resolving expressions. Clifford Gama 2025-05-26 16:44:08 +02:00
  • c1fa3fdd04 Fixed #36419 -- Ensured for_save was propagated when resolving expressions. Clifford Gama 2025-05-26 16:44:08 +02:00
  • b597d46bb1 [4.2.x] Refs CVE-2025-48432 -- Prevented log injection in remaining response logging. Jake Howard 2025-06-04 16:08:46 +01:00
  • 10ba3f78da [4.2.x] Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() for consistency. Natalia 2025-06-05 10:07:17 -03:00
  • ba24ee34f9 [4.2.x] Refactored logging_tests to reuse assertions for log records. Natalia 2025-06-04 16:12:13 -03:00
  • 31f4bd31fa [5.1.x] Refs CVE-2025-48432 -- Prevented log injection in remaining response logging. Jake Howard 2025-06-04 16:08:46 +01:00
  • 363d256685 [5.1.x] Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() for consistency. Natalia 2025-06-05 10:07:17 -03:00
  • 15e4df1d33 [5.1.x] Refactored logging_tests to reuse assertions for log records. Natalia 2025-06-04 16:12:13 -03:00
  • 8fcc83953c [5.2.x] Refs CVE-2025-48432 -- Prevented log injection in remaining response logging. Jake Howard 2025-06-04 16:08:46 +01:00
  • 9d7fc9eb1c [5.2.x] Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() for consistency. Natalia 2025-06-05 10:07:17 -03:00
  • c042af7147 [5.2.x] Refactored logging_tests to reuse assertions for log records. Natalia 2025-06-04 16:12:13 -03:00
  • 9579517552 Refs CVE-2025-48432 -- Prevented log injection in remaining response logging. Jake Howard 2025-06-04 16:08:46 +01:00
  • ff835f439c Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_response() for consistency. Natalia 2025-06-05 10:07:17 -03:00
  • 9d72e7daf7 Refactored logging_tests to reuse assertions for log records. Natalia 2025-06-04 16:12:13 -03:00
  • b762a6ab3c Updated translations from Transifex. Sarah Boyce 2025-06-05 16:03:40 +02:00