1
0
mirror of https://github.com/django/django.git synced 2025-06-02 18:19:11 +00:00

Commit Graph

  • c62f4eeda7 [4.2.x] Added stub release notes and release date for 4.2.22. stable/4.2.x 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. stable/5.1.x 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. stable/5.2.x 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. main 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
  • bb92acacac [5.1.x] Refs #26688 -- Added tests for log_response() internal helper. Natalia 2025-05-19 22:45:38 -03:00
  • cdd374939a [5.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
  • 2c8358343a [5.2.x] Refs #26688 -- Added tests for log_response() internal helper. Natalia 2025-05-19 22:45:38 -03:00
  • ad6f998898 Added helpers in csrf_tests and logging_tests to assert logs from log_response(). Natalia 2025-05-19 22:46:00 -03:00
  • 8970468159 Refs #26688 -- Added tests for log_response() internal helper. Natalia 2025-05-19 22:45:38 -03:00
  • 8c27911386
    Refs #35829 -- Made cosmetic edits to django/contrib/admin/static/admin/img/README.md. nessita 2025-05-20 08:57:11 -03:00
  • ddb8529415 Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Postgresql 16+. ontowhee 2025-03-15 19:23:28 -07:00
  • f603ece016
    Fixed typo in docs/releases/6.0.txt. Jacob Walls 2025-05-19 14:09:09 -04:00
  • 787f3130f7 [5.2.x] Fixed #36388 -- Made QuerySet.union() return self when called with no arguments. Colleen Dunlap 2025-05-15 15:41:59 -04:00
  • 802baf5da5 Fixed #36388 -- Made QuerySet.union() return self when called with no arguments. Colleen Dunlap 2025-05-15 15:41:59 -04:00
  • 1ba5fe19ca Fixed #36348 -- Fixed handling multiple nested url()s in ManifestStaticFilesStorage. Samuel Cormier-Iijima 2025-04-22 22:00:20 -04:00
  • 6228a35095 [5.2.x] Fixed #36392 -- Raised ValueError when subquery referencing composite pk selects too many columns. Jacob Walls 2025-05-14 22:49:52 -04:00
  • 994dc6d8a1 Fixed #36392 -- Raised ValueError when subquery referencing composite pk selects too many columns. Jacob Walls 2025-05-14 22:49:52 -04:00
  • e03e5c751c Fixed #33312 -- Raised explicit exception when copying deferred model instances. Simon Charette 2025-05-06 13:57:20 -04:00
  • 0b2ed4f7c8
    Refs #35844 -- Skipped selenium and geoip2 requirement in Windows for Python 3.14+. Mariusz Felisiak 2025-05-15 19:52:51 +02:00
  • 883ce03e43
    Refs #34488 -- Made test files path resolution independent of current working directory in ClearableFileInput selenium tests. Tim Graham 2025-05-15 12:02:00 -04:00
  • 954e24758c [5.2.x] Added missing import in docs/ref/contrib/admin/index.txt. antoliny0919 2025-05-15 10:49:01 +09:00
  • a79c411147 Added missing import in docs/ref/contrib/admin/index.txt. antoliny0919 2025-05-15 10:49:01 +09:00
  • 9cbd7dd349 [5.2.x] Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt. Jacob Walls 2025-05-15 08:22:10 -04:00
  • e52100a250
    Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt. Jacob Walls 2025-05-15 08:22:10 -04:00
  • 87ab54b488 Fixed #35829 -- Updated admin icons using Font Awesome Free version 6.7.2. Pablo Bengoechea 2024-12-10 17:30:06 +01:00
  • d6925f0d6b
    Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+. nessita 2025-05-14 17:43:22 -03:00
  • 24693a144f Fixed #35852 -- Fixed intcomma locale-aware formatting of string number representations. Timothy McCurrach 2025-04-26 12:28:12 +01:00
  • 8bc3dd8727 Fixed #35507 -- Improved accessibility of search and filter elements in the admin changelist. antoliny0919 2025-04-13 15:13:20 +09:00
  • 8638d8bf74 Fixed #36273 -- Moved Index system checks from Model to Index.check(). Tim Graham 2025-04-19 20:32:58 -04:00
  • 8620a3b0c7 Fixed #36085 -- Added JSONField support for negative array indexing on SQLite. savanto 2025-05-13 13:42:58 +02:00
  • a8716f3c4c Refs #36085 -- Moved compile_json_path to BaseDatabaseOperations. hesham942 2025-05-13 13:37:02 +02:00
  • 6e36f7f784 Fixed #36383 -- Improved migration serialization for functools.partial objects. Adam Johnson 2025-05-11 23:08:38 +02:00
  • 57fdc104d2 Refs #36383 -- Added extra tests for serializing functools.partial in tests/migrations/test_writer.py. Adam Johnson 2025-05-12 17:49:38 -03:00
  • 4647e2b866 Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier keyword arguments. Adam Johnson 2025-05-11 23:07:47 +02:00
  • 0f94ecd49d Refs #36383, #26151 -- Corrected spelling of DeconstructibleSerializer. Adam Johnson 2025-05-11 23:03:41 +02:00
  • 817ed81aea [5.2.x] Updated guidance to propose new feature ideas in contributing docs. Lily Foote 2025-04-27 14:54:05 +01:00
  • 188799e67c Updated guidance to propose new feature ideas in contributing docs. Lily Foote 2025-04-27 14:54:05 +01:00
  • 96c79be4e4 Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_full_path_info() examples. Aleksandr Safonov 2025-04-18 16:46:02 +03:00
  • f920937c8a Fixed #35518 -- Optimized RoutePattern by using string operations for converter-less routes. Jake Howard 2024-06-10 17:32:08 +01:00
  • f66c79e93d
    Refs #35591 -- Ensured isolated test environ for runserver warning. Carlton Gibson 2025-05-13 12:02:30 +02:00
  • 825ddda26a Fixed #33174 -- Fixed migrations crash for model inheriting from Generic[T]. Thibaut Decombe 2025-04-26 17:02:57 +02:00
  • e23dd72880 [5.2.x] Fixed #36373 -- Fixed select_related() crash on foreign object for a composite pk. Simon Charette 2025-05-08 14:02:35 -04:00
  • 8be0c0d690 Fixed #36373 -- Fixed select_related() crash on foreign object for a composite pk. Simon Charette 2025-05-08 14:02:35 -04:00
  • dc365cac9b [4.2.x] Refs #35980 -- Added release note about changes in release artifacts filenames. Natalia 2025-05-08 09:06:55 -03:00
  • c454afbf4c [4.2.x] Removed "Expected" from release date for 4.2.21. Natalia 2025-05-08 08:50:02 -03:00
  • 85bdeb31e2 [5.1.x] Refs #35980 -- Added release note about changes in release artifacts filenames. Natalia 2025-05-08 09:06:55 -03:00
  • 503128a7d1 [5.1.x] Removed "Expected" from release date for 5.1.9 and 4.2.21. Natalia 2025-05-08 08:50:02 -03:00
  • ab5c066472 [5.2.x] Refs #35980 -- Added release note about changes in release artifacts filenames. Natalia 2025-05-08 09:06:55 -03:00
  • 8352140edd [5.2.x] Removed "Expected" from release date for 5.2.1, 5.1.9, and 4.2.21. Natalia 2025-05-08 08:50:02 -03:00
  • 42ab99309d Refs #35980 -- Added release note about changes in release artifacts filenames. Natalia 2025-05-08 09:06:55 -03:00
  • c86156378d Removed "Expected" from release date for 5.2.1, 5.1.9, and 4.2.21. Natalia 2025-05-08 08:50:02 -03:00
  • 69ab6e5896 Fixed #36207 -- Cleared cached ForeignObject relations via refresh_from_db(). Jacob Walls 2025-03-09 11:18:11 -04:00
  • f5197be818
    Removed hardcoded pks in admin selenium tests. Tim Graham 2025-05-09 07:17:58 -04:00
  • 84e91262d6 Fixed #36295, Refs #24305 -- Allowed overriding GenericForeignKey fields on abstract models. Ahmed Nassar 2025-04-20 11:57:40 +02:00
  • 384cdf0f7a Fixed #36363 -- Added field names to admin duplicated fields error hint. Eric Blum 2025-05-01 16:31:06 -04:00
  • 358fd21c47 Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER. Sage Abdullah 2025-05-08 09:10:44 +02:00
  • 38660a612c Refs #36143 -- Tested bulk_batch_size limit for bulk_update and bulk_create. Sage Abdullah 2025-05-08 09:10:00 +02:00
  • 5b29315848 [4.2.x] Cleaned up CVE-2025-32873 security archive description. Natalia 2025-05-07 11:26:54 -03:00
  • 73f70b5cc8 [5.1.x] Cleaned up CVE-2025-32873 security archive description. Natalia 2025-05-07 11:26:54 -03:00
  • ac69fd1c6d [5.2.x] Cleaned up CVE-2025-32873 security archive description. Natalia 2025-05-07 11:26:54 -03:00
  • 37f2a77c72 Cleaned up CVE-2025-32873 security archive description. Natalia 2025-05-07 11:26:54 -03:00
  • 0d5495850a [4.2.x] Added CVE-2025-32873 to security archive. Natalia 2025-05-07 10:59:55 -03:00
  • 05fab4e394 [5.1.x] Added CVE-2025-32873 to security archive. Natalia 2025-05-07 10:59:55 -03:00
  • 98cb9d0608 [5.2.x] Added CVE-2025-32873 to security archive. Natalia 2025-05-07 10:59:55 -03:00
  • fdabda4e05 Added CVE-2025-32873 to security archive. Natalia 2025-05-07 10:59:55 -03:00
  • cb97aec397 [5.2.x] Added stub release notes for 5.2.2. Natalia 2025-05-07 10:56:00 -03:00
  • d8397bf6cd Added stub release notes for 5.2.2. Natalia 2025-05-07 10:56:00 -03:00
  • 9db7076057 [4.2.x] Post-release version bump. Natalia 2025-05-06 22:39:26 -03:00
  • 87175d270a [4.2.x] Bumped version for 4.2.21 release. 4.2.21 Natalia 2025-05-06 22:37:35 -03:00
  • 9cd8028f3e [4.2.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags(). Sarah Boyce 2025-04-08 16:30:17 +02:00
  • 2eb42068c2 [5.1.x] Post-release version bump. Natalia 2025-05-06 22:35:14 -03:00
  • db5c8a97bb [5.1.x] Bumped version for 5.1.9 release. 5.1.9 Natalia 2025-05-06 22:32:13 -03:00
  • 0b42f6a528 [5.1.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags(). Sarah Boyce 2025-04-08 16:30:17 +02:00
  • 13b71c9794 [5.2.x] Post-release version bump. Natalia 2025-05-06 22:30:31 -03:00
  • bc833e8883 [5.2.x] Bumped version for 5.2.1 release. 5.2.1 Natalia 2025-05-06 22:26:17 -03:00
  • c9731dc656 [5.2.x] Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags(). Sarah Boyce 2025-04-08 16:30:17 +02:00
  • 9f3419b519 Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags(). Sarah Boyce 2025-04-08 16:30:17 +02:00
  • ae6b5df711 [5.2.x] Simplified artifact building steps in docs/internals/howto-release-django.txt. Natalia 2025-05-05 16:33:08 -03:00
  • f7d97dd118 Simplified artifact building steps in docs/internals/howto-release-django.txt. Natalia 2025-05-05 16:33:08 -03:00
  • 44bda7a674 [5.2.x] Refs #36052, #32234 -- Fixed inspectdb tests for CompositePrimaryKey on Oracle. Mariusz Felisiak 2025-05-06 08:20:56 +02:00
  • dd133054cb
    Refs #36052, #32234 -- Fixed inspectdb tests for CompositePrimaryKey on Oracle. Mariusz Felisiak 2025-05-06 08:20:56 +02:00