1
0
mirror of https://github.com/django/django.git synced 2025-06-12 15:09:12 +00:00

Commit Graph

  • e3b2370795 [5.2.x] Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt. stable/5.2.x ruvilonix 2025-06-10 22:37:03 -04:00
  • f5cb757a67 Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt. main 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
  • 2bf4c5b9ea [5.2.x] Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list. Jacob Walls 2025-05-24 14:03:07 -04:00
  • 26313bc219 Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list. Jacob Walls 2025-05-24 14:03:07 -04:00
  • 953095d1e6 Fixed #36060 -- Prevented IntegrityError in bulk_create() with order_with_respect_to. myoungjinGo-BE 2025-05-16 23:56:20 +09:00
  • 37e5cc6d89 [5.2.x] Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form submission. Blayze 2025-05-28 11:22:29 -07:00
  • 90429625a8 Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form submission. Blayze 2025-05-28 11:22:29 -07:00
  • c62f4eeda7 [4.2.x] Added stub release notes and release date for 4.2.22. Natalia 2025-05-28 10:03:06 -03:00
  • a70841bc03 [5.1.x] Added stub release notes and release date for 5.1.10 and 4.2.22. Natalia 2025-05-28 10:03:06 -03:00
  • e107b8a9d3 [5.2.x] Added stub release notes and release date for 5.2.2, 5.1.10, and 4.2.22. Natalia 2025-05-28 10:03:06 -03:00
  • 1a74434399 Added stub release notes and release date for 5.2.2, 5.1.10, and 4.2.22. Natalia 2025-05-28 10:03:06 -03:00
  • ad28db666e
    Removed redundant redefinition of variable in tests/test_utils/tests.py. Clifford Gama 2025-05-27 23:20:07 +02:00
  • e29272bbbd
    Removed unreachable check for None in TruncBase.convert_value(). Tim Graham 2025-05-27 08:02:54 -04:00
  • c5b42632c9 [4.2.x] Fixed #36402, Refs #35980 -- Updated built package name in reusable apps tutorial for PEP 625. Jason Judkins 2025-05-26 11:33:29 -04:00
  • 129750a807 [5.1.x] Fixed #36402, Refs #35980 -- Updated built package name in reusable apps tutorial for PEP 625. Jason Judkins 2025-05-26 11:33:29 -04:00
  • 81320d0a61 [5.2.x] Fixed #36402, Refs #35980 -- Updated built package name in reusable apps tutorial for PEP 625. Jason Judkins 2025-05-26 11:33:29 -04:00
  • 1307b8a1cb
    Fixed #36402, Refs #35980 -- Updated built package name in reusable apps tutorial for PEP 625. Jason Judkins 2025-05-26 11:33:29 -04:00
  • b373721af0 Fixed flakiness in file_storage.tests.CustomStorageTests.test_file_get_accessed_time. Nick Pope 2025-05-22 22:23:02 +01:00
  • 7e4b371eb0 [5.2.x] Fixed #36405 -- Fixed OrderableAggMixin.order_by using OuterRef. Adam Johnson 2025-05-21 14:48:59 +02:00
  • c2615a0500 Fixed #36405 -- Fixed Aggregate.order_by using OuterRef. Adam Johnson 2025-05-21 13:48:59 +01:00
  • c29e3092fd [5.2.x] Fixed #36404 -- Fixed Aggregate.filter using OuterRef. Adam Johnson 2025-05-21 16:16:12 +02:00
  • b8e5a8a9a2 Fixed #36404 -- Fixed Aggregate.filter using OuterRef. Adam Johnson 2025-05-21 15:16:12 +01:00
  • bd873e84be [5.2.x] Fixed typo in docs/ref/forms/renderers.txt. Adam Zapletal 2025-05-22 16:41:41 -05:00
  • d2732c30af Fixed typo in docs/ref/forms/renderers.txt. Adam Zapletal 2025-05-22 16:41:41 -05:00
  • ec7f0bcf79 Refs #35444 -- Adjusted multi-args distinct aggregate test ordering expectations. Simon Charette 2025-05-23 01:00:29 -04:00
  • 9db932ab4c [5.2.x] Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_request(). Sarah Boyce 2025-05-20 17:12:25 +02:00
  • 1704c49a9b Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_request(). Sarah Boyce 2025-05-20 17:12:25 +02:00
  • 32fd8dec56 [4.2.x] Added helpers in csrf_tests and logging_tests to assert logs from log_response(). Natalia 2025-05-19 22:46:00 -03:00
  • acbe655a0f [4.2.x] Refs #26688 -- Added tests for log_response() internal helper. Natalia 2025-05-19 22:45:38 -03:00
  • 32a9cb2179 [5.1.x] Added helpers in csrf_tests and logging_tests to assert logs from log_response(). Natalia 2025-05-19 22:46:00 -03:00