1
0
mirror of https://github.com/django/django.git synced 2025-06-24 12:59:19 +00:00

Commit Graph

  • b2407e4d7d Fixed #35305 -- Avoided recreating constraints on fields renamed via db_column. main 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. stable/5.2.x 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
  • 5901cfe591 [5.2.x] Updated translations from Transifex. Sarah Boyce 2025-06-05 16:03:40 +02:00
  • cf1a80fc2d
    Added validation to BaseSpatialFeatures.has_<Func>_function. Tim Graham 2025-06-05 16:18:56 -04:00
  • f11fb10766 [5.2.x] Improved "fetch" translations helper to restrict the resulting set by date. Natalia 2025-03-28 14:58:12 -03:00
  • f0a87895ff Fixed #36435 -- Made CaptureQueriesContext restore reset_queries conditionally. Adam Johnson 2025-06-03 23:20:43 +01:00
  • 9a3f3b8499 Refs #36435 -- Tidied tests for CaptureQueriesContext and assertNumQueries. Adam Johnson 2025-06-03 23:11:05 +01:00
  • 68c9f7e0b7 Fixed #36407 -- Ensured default value is cast in Case expressions used in ORDER BY clause. ontowhee 2025-05-22 11:06:28 -07:00
  • b07f886af7 [4.2.x] Added CVE-2025-48432 to security archive. Natalia 2025-06-04 10:57:51 -03:00
  • 976e34a2a5 [5.1.x] Added CVE-2025-48432 to security archive. Natalia 2025-06-04 10:57:51 -03:00
  • 48a82d44d8 [5.2.x] Added CVE-2025-48432 to security archive. Natalia 2025-06-04 10:57:51 -03:00
  • 51923c576a Added CVE-2025-48432 to security archive. Natalia 2025-06-04 10:57:51 -03:00
  • 3bc3ce8e64 [5.2.x] Added stub release notes for 5.2.3. Natalia 2025-06-04 10:55:33 -03:00
  • 1f19c36e2d Added stub release notes for 5.2.3. Natalia 2025-06-04 10:55:33 -03:00
  • 8d87045d8f [4.2.x] Post-release version bump. Natalia 2025-06-04 08:52:32 -03:00
  • 7275cc5d13 [4.2.x] Bumped version for 4.2.22 release. 4.2.22 Natalia 2025-06-04 08:51:01 -03:00
  • ac03c5e7df [4.2.x] Fixed CVE-2025-48432 -- Escaped formatting arguments in log_response(). Natalia 2025-05-20 15:29:52 -03:00
  • 400170b69e [5.1.x] Post-release version bump. Natalia 2025-06-04 08:49:22 -03:00
  • 23a853821b [5.1.x] Bumped version for 5.1.10 release. 5.1.10 Natalia 2025-06-04 08:46:54 -03:00
  • 596542ddb4 [5.1.x] Fixed CVE-2025-48432 -- Escaped formatting arguments in log_response(). Natalia 2025-05-20 15:29:52 -03:00
  • 16892c92f5 [5.2.x] Post-release version bump. Natalia 2025-06-04 08:45:21 -03:00
  • 9e2fe65967 [5.2.x] Bumped version for 5.2.2 release. 5.2.2 Natalia 2025-06-04 08:38:55 -03:00
  • 7456aa23da [5.2.x] Fixed CVE-2025-48432 -- Escaped formatting arguments in log_response(). Natalia 2025-05-20 15:29:52 -03:00
  • a07ebec559 Fixed CVE-2025-48432 -- Escaped formatting arguments in log_response(). Natalia 2025-05-20 15:29:52 -03:00
  • 3340d41446 [5.2.x] Fixed #36432 -- Fixed a prefetch_related crash on related target subclass queryset. Simon Charette 2025-06-03 22:34:39 -04:00
  • 08187c94ed Fixed #36432 -- Fixed a prefetch_related crash on related target subclass queryset. Simon Charette 2025-06-03 22:34:39 -04:00
  • 0c548e62d0 [5.2.x] Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type parameters. Jake Howard 2025-05-27 17:00:29 +01:00
  • c075508b4d Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type parameters. Jake Howard 2025-05-27 17:00:29 +01:00