1
0
mirror of https://github.com/django/django.git synced 2025-08-23 02:09:12 +00:00

Commit Graph

  • 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
  • 4a824b1313 Added usage for --since when fetching translations in docs/internals/howto-release-django.txt. Natalia 2025-04-04 15:01:15 -03:00
  • e715b07cf3 Improved "fetch" translations helper to restrict the resulting set by date. Natalia 2025-03-28 14:58:12 -03:00
  • 019acad112 Fixed #36255 -- Renamed the admin action button for improved accessibility. koffi 2025-04-04 13:53:30 +02:00
  • 8ebdd37a0b [5.2.x] Fixed #36290 -- Made TupleIn() lookup discard tuples containing None. Simon Charette 2025-04-02 13:32:38 -04:00
  • f7f38f3a0b Fixed #36290 -- Made TupleIn() lookup discard tuples containing None. Simon Charette 2025-04-02 13:32:38 -04:00
  • 317690403a [5.2.x] Fixed #36292 -- Fixed crash when aggregating over a group mixing transforms and references. Simon Charette 2025-04-02 23:20:53 -04:00
  • 543e17c440 Fixed #36292 -- Fixed crash when aggregating over a group mixing transforms and references. Simon Charette 2025-04-02 23:20:53 -04:00
  • bbf376bbc8 [5.1.x] Fixed #35980 -- Updated setuptools to normalize package names in built artifacts. Nick Pope 2024-12-06 18:32:39 +00:00
  • cd458eac27 [5.2.x] Fixed #35980 -- Updated setuptools to normalize package names in built artifacts. Nick Pope 2024-12-06 18:32:39 +00:00
  • 3ae049b26b Fixed #35980 -- Updated setuptools to normalize package names in built artifacts. Nick Pope 2024-12-06 18:32:39 +00:00
  • 3de17317fb [5.2.x] Added stub release notes for 5.2.1. Sarah Boyce 2025-04-02 15:24:48 +02:00
  • c7ff347c64 Added stub release notes for 5.2.1. Sarah Boyce 2025-04-02 15:24:48 +02:00
  • dceabd197d [5.2.x] Post-release version bump. Sarah Boyce 2025-04-02 15:15:13 +02:00
  • 9e7cc2b628 [5.2.x] Bumped version for 5.2 release. 5.2 Sarah Boyce 2025-04-02 14:56:34 +02:00
  • 34bc3a3f88 [5.2.x] Updated man page for Django 5.2 final. Sarah Boyce 2025-04-02 14:47:20 +02:00
  • 9c6f8feaeb [5.2.x] Finalized release notes for Django 5.2. Sarah Boyce 2025-04-02 14:43:00 +02:00
  • 345ba995c0 Finalized release notes for Django 5.2. Sarah Boyce 2025-04-02 14:43:00 +02:00
  • 52821001bb [5.0.x] Added CVE-2025-27556 to security archive. stable/5.0.x Sarah Boyce 2025-04-02 13:31:24 +02:00
  • be13608613 [5.1.x] Added CVE-2025-27556 to security archive. Sarah Boyce 2025-04-02 13:31:24 +02:00
  • 54b38ab44d [5.2.x] Added CVE-2025-27556 to security archive. Sarah Boyce 2025-04-02 13:31:24 +02:00
  • b83dab7d8d Added CVE-2025-27556 to security archive. Sarah Boyce 2025-04-02 13:31:24 +02:00
  • 10815575f5 [5.0.x] Post-release version bump. Sarah Boyce 2025-04-02 11:02:17 +02:00
  • 7c128112a6 [5.0.x] Bumped version for 5.0.14 release. 5.0.14 Sarah Boyce 2025-04-02 10:59:06 +02:00
  • 8c6871b097 [5.0.x] Fixed CVE-2025-27556 -- Mitigated potential DoS in url_has_allowed_host_and_scheme() on Windows. Sarah Boyce 2025-03-06 15:24:56 +01:00
  • ac90c54a86 [5.1.x] Post-release version bump. Sarah Boyce 2025-04-02 10:39:38 +02:00