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

Commit Graph

  • 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
  • ca31ca09f7 [4.2.x] Changed packing recommendation to use pyproject.toml in reusable apps docs. Claude Paroz 2024-01-04 23:05:05 +01:00
  • f4bd564701 [4.2.x] Adjusted GitHub Action workflow to test Python versions based off pyproject.toml. Natalia 2025-04-30 15:16:07 -03:00
  • 3456eee4a3 [4.2.x] Fixed #35980 -- Updated setuptools to normalize package names in built artifacts. Nick Pope 2024-12-06 18:32:39 +00:00
  • afe52d89c4 [4.2.x] Migrated setuptools configuration to pyproject.toml. Claude Paroz 2024-06-24 20:34:43 +02:00
  • 35c34ed2d0 [4.2.x] Removed obsolete rpm-related install code. Claude Paroz 2024-01-05 06:03:19 +01:00
  • 1fb3f57e81 Fixed #36281 -- Used async-safe write in ASGIHandler.read_body(). 신우진 2025-04-08 16:20:37 +09:00
  • 3c887e5e50 [5.2.x] Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary model of a self-referential m2m. Clifford Gama 2024-11-03 16:32:55 +02:00
  • 9d93e35c20 Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary model of a self-referential m2m. Clifford Gama 2024-11-03 16:32:55 +02:00
  • 93973d4f88 [4.2.x] Added upcoming security release to release notes. Natalia 2025-04-30 11:23:51 -03:00
  • 1520d18e9c [5.1.x] Added upcoming security release to release notes. Natalia 2025-04-30 11:23:51 -03:00
  • 57c245199a [5.2.x] Made cosmetic edits and added upcoming security release to release notes. Natalia 2025-04-30 11:23:51 -03:00
  • 0f5dd0dff3 Made cosmetic edits and added upcoming security release to release notes. Natalia 2025-04-30 11:23:51 -03:00
  • 1367a197dd [5.2.x] Fixed #36357 -- Skipped unique_together in inspectdb output for composite primary keys. Baptiste Mispelon 2025-04-28 09:48:12 +02:00
  • 66f9eb0ff1 Fixed #36357 -- Skipped unique_together in inspectdb output for composite primary keys. Baptiste Mispelon 2025-04-28 09:48:12 +02:00
  • ec73fd6746 [5.2.x] Fixed #36358 -- Corrected introspection of composite primary keys on SQLite. Simon Charette 2025-04-28 23:35:04 -04:00
  • 5d03c71b7a [5.2.x] Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key flag in favor of using CompositePrimaryKey. Simon Charette 2025-04-28 22:46:13 -04:00
  • 07100db6f4 Fixed #36358 -- Corrected introspection of composite primary keys on SQLite. Simon Charette 2025-04-28 23:35:04 -04:00
  • 4c75858135 Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key flag in favor of using CompositePrimaryKey. Simon Charette 2025-04-28 22:46:13 -04:00
  • 7f6a5fbe2e [5.2.x] Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations through values(). Simon Charette 2025-04-29 13:42:26 -04:00
  • 8ef4e0bd42 Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations through values(). Simon Charette 2025-04-29 13:42:26 -04:00
  • 27ffccc96b Used bulk_create where possible in update tests. Simon Charette 2025-04-29 14:38:09 -04:00
  • af241dfa7d [5.2.x] Used addCleanup() instead of try-finally blocks in inspectdb tests. Baptiste Mispelon 2025-04-28 20:14:09 +02:00
  • 2722cb61cc Used addCleanup() instead of try-finally blocks in inspectdb tests. Baptiste Mispelon 2025-04-28 20:14:09 +02:00
  • 65bbdbd10b Fixed #36354 -- Removed JavaScript workaround for browsers lacking :has() CSS support. Fabian Braun 2025-04-26 19:08:28 +02:00
  • 231eb7acc3 [5.2.x] Fixed #35931 -- Documented fields and methods of the FlatPage model. koresi 2024-11-30 00:45:06 +01:00
  • 0ee06c04e0 Fixed #35931 -- Documented fields and methods of the FlatPage model. koresi 2024-11-30 00:45:06 +01:00
  • bc21bc4282 Fixed #18296 -- Created missing custom target directory for startproject and startapp. Bruno Alla 2025-04-27 12:01:24 +02:00
  • 3babda775d
    Fixed #36346 -- Removed outdated section about the threaded option in Oracle driver. 9r0k 2025-04-27 20:16:50 +08:00
  • fbdbccf27a Fixed #36312 -- Removed invalid size units for svg in Safari. Ahmed Nassar 2025-04-27 11:06:42 +02:00
  • fb427e467c
    Fixed aggregation tests crash on databases that don't support JSONFields. sag​e 2025-04-27 08:03:35 +01:00
  • c08764cb2e [5.2.x] Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt. dbogar89 2025-04-27 07:40:14 +01:00
  • 7b394b9988
    Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt. dbogar89 2025-04-27 07:40:14 +01:00
  • 045110ff30 Refs #36326 -- Fixed QuerySet.raw() crash on models with CompositePrimaryKey on Oracle. Mariusz Felisiak 2025-04-25 10:19:46 +01:00
  • 90fa9f4cc0 [5.2.x] Fixed #36309 -- Made email alternatives and attachments pickleable. nessita 2025-04-24 10:11:16 -03:00
  • 0596263c31
    Fixed #36309 -- Made email alternatives and attachments pickleable. nessita 2025-04-24 10:11:16 -03:00
  • b3df753399 [4.2.x] Refs #36341 -- Added release note for 4.2.21 for fix in wordwrap template filter. nessita 2025-04-23 17:26:48 -03:00
  • e61e3daaf0 [4.2.x] Fixed #36341 -- Preserved whitespaces in wordwrap template filter. Matti Pohjanvirta 2025-04-20 18:22:51 +03:00
  • 660067f8e7 [5.1.x] Refs #36341 -- Added release notes for 5.1.9 and 4.2.21 for fix in wordwrap template filter. nessita 2025-04-23 17:26:48 -03:00
  • 09a1813cb8 [5.1.x] Fixed #36341 -- Preserved whitespaces in wordwrap template filter. Matti Pohjanvirta 2025-04-20 18:22:51 +03:00
  • 7d80f70988 [5.2.x] Refs #36341 -- Added release notes for 5.1.9 and 4.2.21 for fix in wordwrap template filter. nessita 2025-04-23 17:26:48 -03:00
  • c86242d61f
    Refs #36341 -- Added release notes for 5.1.9 and 4.2.21 for fix in wordwrap template filter. nessita 2025-04-23 17:26:48 -03:00
  • 305aa4d0c5 [5.2.x] Fixed #36341 -- Preserved whitespaces in wordwrap template filter. Matti Pohjanvirta 2025-04-20 18:22:51 +03:00
  • 1e9db35836 Fixed #36341 -- Preserved whitespaces in wordwrap template filter. Matti Pohjanvirta 2025-04-20 18:22:51 +03:00
  • 18fa74fc88 Skipped "Labels" Github action when not targeting the main django/django repo. Sarah Boyce 2025-04-11 14:09:09 +02:00
  • 07edc976c7 [4.2.x] Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning for docs builds. David Smith 2024-11-27 18:20:49 +00:00
  • 24eeba2c15 [4.2.x] Fixed warnings per flake8 7.2.0. Mariusz Felisiak 2025-03-30 17:54:15 +02:00
  • 0aa0224107 [5.1.x] Fixed warnings per flake8 7.2.0. Mariusz Felisiak 2025-03-30 17:54:15 +02:00
  • 760121dcb1 Fixed #35801 -- Prevented collision of senders with non-overlapping lifetimes. Simon Charette 2025-01-23 00:55:17 -05:00
  • 19067fe85a
    Simplified UserManager.with_perm() by using get_backends(). Bona Fide IT GmbH 2025-04-23 14:01:19 +02:00
  • d5db532077 [4.2.x] Pinned isort version to "<6.0.0" to avoid undesired reformat. nessita 2025-01-28 22:17:40 -03:00
  • 3215e2a232 [5.1.x] Pinned isort version to "<6.0.0" to avoid undesired reformat. nessita 2025-01-28 22:17:40 -03:00
  • 97c93549fc [5.2.x] Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object-tools buttons and page header in the admin." antoliny0919 2025-04-17 19:38:26 +09:00
  • 1bc805e23b Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object-tools buttons and page header in the admin." antoliny0919 2025-04-17 19:38:26 +09:00
  • 1831f7733d Fixed #36326 -- Added CompositePrimaryKey support in QuerySet.raw(). SaJH 2025-04-15 03:06:49 +09:00
  • d755a98b84 Fixed #35959 -- Displayed password reset button in admin only when user has sufficient permissions. Sarah Boyce 2025-01-17 17:44:25 +01:00
  • 8a0ad1ebe3 Refs #35959 -- Added render_password_as_hash auth template tag for password rendering. Sarah Boyce 2025-04-16 15:44:00 -03:00
  • adf2991d32 [5.2.x] Fixed #36314 -- Fixed MinimumLengthValidator error message translation. Ahmed Nassar 2025-04-16 17:02:56 +02:00
  • d469db978e Fixed #36314 -- Fixed MinimumLengthValidator error message translation. Ahmed Nassar 2025-04-16 17:02:56 +02:00
  • 4a293eff6f Fixed #28050 -- Added template name to TemplateSyntaxError. farhan 2025-03-21 20:06:12 +05:00
  • 098c8bc99c
    Disabled Chrome browser pop-ups that were interfering with selenium tests. Sarah Boyce 2025-04-16 20:00:48 +02:00
  • 6ef0f5bc27 Americanized some spellings. Adam Johnson 2025-04-15 14:24:12 +01:00
  • 494d2dc316 Fixed #36274 -- Added support for run_before and atomic in MigrationWriter. Mikuláš Poul 2025-03-23 15:30:24 +00:00
  • 5020a9d43a Replaced '' with * for consistent emphasis styling in docs/howto/custom-template-tags.txt. Natalia 2025-04-15 11:42:58 -03:00
  • be402891cd Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs. Ahmed Nassar 2025-04-14 14:12:56 -03:00
  • abbcef5280 Refs #36311 -- Unified spelling of "flatpage" in docs/ref/contrib/flatpages.txt. Ahmed Nassar 2025-04-14 14:14:41 -03:00
  • cbdb1bed04 [5.2.x] Fixed #36269 -- Documented how to test callable storage in FileField. Ahmed Nassar 2025-04-06 08:45:28 +02:00
  • 8bca33f68a Fixed #36269 -- Documented how to test callable storage in FileField. Ahmed Nassar 2025-04-06 08:45:28 +02:00
  • aa2c7659d5 [5.2.x] Fixed #35993 -- Documented gettext f-string support limitations. Ahmed Nassar 2025-04-06 01:37:10 +02:00
  • 2c2f090555 Fixed #35993 -- Documented gettext f-string support limitations. Ahmed Nassar 2025-04-06 01:37:10 +02:00
  • ab1b9cc1b3
    Bumped versions in pre-commit and npm configurations. Sarah Boyce 2025-04-12 19:42:00 +02:00
  • af6d305fc7 [5.1.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build. Baptiste Mispelon 2025-04-12 19:39:07 +02:00
  • 64ec347fc5 [5.2.x] Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build. Baptiste Mispelon 2025-04-12 19:39:07 +02:00
  • ac16d2876d
    Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build. Baptiste Mispelon 2025-04-12 19:39:07 +02:00
  • b97af5e696 [5.2.x] Fixed #36288 -- Addressed improper handling of duplicates in values_list(). Simon Charette 2025-04-02 18:53:36 -04:00
  • 21f8be76d4 Fixed #36288 -- Addressed improper handling of duplicates in values_list(). Simon Charette 2025-04-02 18:53:36 -04:00
  • 2d1ac1dce8
    Refs #36036 -- Removed unsupported 4D GEOS tests. Andrew 2025-04-09 21:40:55 -04:00
  • 1429e722f2 Sorted imports in django/templatetags/tz.py per isort. Sarah Boyce 2025-04-09 10:55:05 +02:00
  • 522dd021b2 Fixed #35986 -- Fixed test classes with @translation.override decorator. Ahmed Nassar 2025-04-08 09:49:09 +02:00
  • a627829e7b Refs #35581 -- Updated mail tests to include trailing newlines. Mike Edmunds 2024-12-17 18:09:37 -08:00
  • 0ba34e7ca0 [5.2.x] Clarified url and name arguments in flatpages URLconf ref docs. Clifford Gama 2025-02-20 09:44:35 +02:00
  • 4d89d8c180 [5.2.x] Added missing closing parenthesis in docs/ref/contrib/flatpages.txt. Natalia 2025-04-08 17:53:05 -03:00
  • a2f7b3a6a0 Clarified url and name arguments in flatpages URLconf ref docs. Clifford Gama 2025-02-20 09:44:35 +02:00
  • f9f0a18327 Added missing closing parenthesis in docs/ref/contrib/flatpages.txt. Natalia 2025-04-08 17:53:05 -03:00
  • 5d2a0c51d4 [5.2.x] Fixed #36301 -- Fixed select_for_update(of) crash when using values()/values_list(). Simon Charette 2025-04-04 14:42:31 -04:00
  • 71a19a0e47 Fixed #36301 -- Fixed select_for_update(of) crash when using values()/values_list(). Simon Charette 2025-04-04 14:42:31 -04:00
  • 318c16d2b8 [4.2.x] Fixed #36298 -- Truncated the overwritten file content in file_move_safe(). Sarah Boyce 2025-04-04 09:52:22 +02:00
  • 39b144badd [5.1.x] Fixed #36298 -- Truncated the overwritten file content in file_move_safe(). Sarah Boyce 2025-04-04 09:52:22 +02:00
  • 77d2037511 [5.2.x] Fixed #36298 -- Truncated the overwritten file content in file_move_safe(). Sarah Boyce 2025-04-04 09:52:22 +02:00
  • 8ad3e80e88 Fixed #36298 -- Truncated the overwritten file content in file_move_safe(). Sarah Boyce 2025-04-04 09:52:22 +02:00
  • d4a2809c2b
    Added supports_expression_defaults check in DefaultTests.test_full_clean() test. Mariusz Felisiak 2025-04-06 09:40:12 +02:00
  • cd1aa54f5a [5.2.x] Fixed #36299 -- Prevented field selection on QuerySet.alias() after values(). Simon Charette 2025-04-04 10:18:27 -04:00
  • 12b771a1ec Fixed #36299 -- Prevented field selection on QuerySet.alias() after values(). Simon Charette 2025-04-04 10:18:27 -04:00
  • 25f97e7bcf
    Fixed #36156 -- Added supports_json_field check in test_db_default_output_field_resolving test. Kelvin Adigwu 2025-04-05 17:54:08 +01:00
  • 02e7a162a0
    Refs #36088, Refs #36260 - Added supports_expression_defaults checks in bulk_create() tests. Tim Graham 2025-04-05 12:47:53 -04:00
  • d9bf0d07cc [5.2.x] Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on PostGIS. Simon Charette 2025-04-03 11:15:27 -04:00
  • 764af7a3d6 Fixed #36289 -- Fixed bulk_create() crash with nullable geometry fields on PostGIS. Simon Charette 2025-04-03 11:15:27 -04:00