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

Commit Graph

  • 78298b5162 Refs #36500 -- Corrected rewrapped long lines fixed via a script. Mike Edmunds 2025-07-22 20:44:22 -07:00
  • 69a93a88ed Refs #36500 -- Rewrapped long docstrings and block comments via a script. django-bot 2025-07-22 20:41:41 -07:00
  • 55b0cc2131 Refs #36500 -- Shortened some long docstrings and comments. Mike Edmunds 2025-07-22 20:40:48 -07:00
  • 6e71386118 [5.2.x] Added accessibility guidelines for contributors. Thibaud Colas 2023-10-05 06:11:57 +01:00
  • 5527df9192 Added accessibility guidelines for contributors. Thibaud Colas 2023-10-05 06:11:57 +01:00
  • 1ecf6889ca Removed double spaces after periods and within phrases. Sarah Boyce 2025-07-18 15:37:14 +02:00
  • 1909108f9f Fixed #36009 -- Confirmed support for PostGIS 3.5. David Smith 2025-07-22 19:11:52 +01:00
  • d0113c1711 Refs #36009 -- Adjusted gis_tests.geoapp.tests.GeoLookupTest.test_relate_lookup for bug in PostGIS. David Smith 2025-06-26 13:18:20 +01:00
  • 77d455ae73 Standardized how method_decorator is used in contrib.auth views and admin. Claude Paroz 2024-08-10 16:57:29 +02:00
  • a8536e33da Refs #36138 -- Corrected ADMINS setting format in django/conf/global_settings.py comment. Mike Edmunds 2025-07-21 17:17:49 -07:00
  • 0f5b573d3d Fixed incorrectly concatenated string in SimpleBlockTagTests.test_simple_block_tag_with_context_missing_content(). Mike Edmunds 2025-07-21 13:09:15 -07:00
  • 78fac1b047 Fixed #36226 -- Accepted str or bytes for password and salt in password hashers. Roel Delos Reyes 2025-07-09 00:14:00 +08:00
  • e709301000 Fixed #36282 -- Used prefetched values in ForwardManyToOneDescriptor from indirect ancestors. Take Weiland 2025-03-30 11:53:32 +02:00
  • 5488530a27 Fixed #36377 -- Added hints support to CreateExtension and subclasses. Anthony Sottile 2025-05-08 16:37:11 -04:00
  • 14fc2e9703 Improved consistency of GEOS error messages. David Smith 2024-11-08 08:00:05 +00:00
  • 414253866b Improved iteration of geometries in GEOS tests. David Smith 2024-11-08 07:47:12 +00:00
  • 49cb481f3d Added message to TypeError exceptions in GEOS WKTReader and WKBReader. David Smith 2024-11-07 20:37:16 +00:00
  • ef42718a2b Used assertRaisesMessage and subTest where appropriate in GEOS tests. David Smith 2024-11-07 20:40:56 +00:00
  • 896fa85b02
    Fixed #36230 -- Improved color contrast for blockquote in admin. LauHerregodts 2025-07-20 21:12:46 +02:00
  • a5b0a618c3 Fixed #28696 -- Added GeometryType GIS database function and __geom_type lookup. Ahmed Ibrahim 2025-07-17 09:50:39 +03:00
  • 6aa05fd232 Triggered window resize to fix layout issues. Sarah Boyce 2025-07-16 12:20:41 +02:00
  • e767bd6838
    Refs #35680 -- Sorted shell default autoimports to prevent isort mismatches. nessita 2025-07-18 08:47:44 -03:00
  • be8c9b19ba Fixed #36456 -- Improved content type negotiation in technical 500 error response. IsJn-227 2025-06-13 15:52:46 +05:30
  • 449b9f9aee Fixed #35728 -- Computed error messages in assertions only on test failures. Clifford Gama 2025-04-18 19:55:59 +02:00
  • 04e813cd17 Refs #4476 -- Added tests for assertRedirects() when following redirect chains. Clifford Gama 2025-06-24 22:35:45 +02:00
  • 024ea0f783 Split monolithic AssertContainsTests.test_contains() into focused tests. Clifford Gama 2025-06-24 21:33:37 +02:00
  • 6966adc519 [5.2.x] Fixed get_connection() signature in docs/topics/email.txt. Mike Edmunds 2025-07-16 14:12:03 -07:00
  • 6320915053 Refs #36163 -- Reordered EmailMessage options in docs/topics/email.txt. Mike Edmunds 2025-07-16 15:41:57 -07:00
  • fc793fc303 Fixed #36163 -- Deprecated most positional arguments in django.core.mail. Mike Edmunds 2025-07-16 15:01:49 -07:00
  • 5289ce65b9 Fixed get_connection() signature in docs/topics/email.txt. Mike Edmunds 2025-07-16 14:12:03 -07:00
  • a5cd84ad20 Fixed #35680 -- Added automatic imports of common utilies to shell management command. Salvo Polizzi 2025-02-14 08:17:25 +01:00
  • a76587531b [5.2.x] Added SimpleTestCase.enterContext() on Python < 3.11. Natalia 2025-07-16 14:08:57 -03:00
  • 591b23a11b [4.2.x] Fixed GitHub Action that checks commit prefixes to fetch PR head correctly. nessita 2025-07-16 15:36:33 -03:00
  • 37f6474380 [5.1.x] Fixed GitHub Action that checks commit prefixes to fetch PR head correctly. nessita 2025-07-16 15:36:33 -03:00
  • fcc7c12f80 [5.2.x] Fixed GitHub Action that checks commit prefixes to fetch PR head correctly. nessita 2025-07-16 15:36:33 -03:00
  • 8499fba0e1
    Fixed GitHub Action that checks commit prefixes to fetch PR head correctly. nessita 2025-07-16 15:36:33 -03:00
  • 40d6eb2c01 Refs #35581 -- Added workaround for Python bug in mail tests. Mike Edmunds 2025-06-24 18:24:41 -07:00
  • 5ca470a52e Refs #35581 -- Reduced implementation dependencies in mail tests. Mike Edmunds 2024-12-23 10:39:27 -08:00
  • f42b89f1bf
    Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify deprecation of positional arguments. Mike Edmunds 2025-07-16 04:49:03 -07:00
  • 0c9ab357b7 [4.2.x] Added GitHub Action to enforce stable branch commit message prefix. nessita 2025-07-16 08:38:13 -03:00
  • 31045931aa [5.1.x] Added GitHub Action to enforce stable branch commit message prefix. nessita 2025-07-16 08:38:13 -03:00
  • c1883c3b20 [5.2.x] Added GitHub Action to enforce stable branch commit message prefix. nessita 2025-07-16 08:38:13 -03:00
  • 10386fac00
    Added GitHub Action to enforce stable branch commit message prefix. nessita 2025-07-16 08:38:13 -03:00
  • 1c2e11c7f4 [5.2.x] Fixed typo in docs/ref/utils.txt. Clifford Gama 2025-07-13 19:38:23 +02:00
  • ac2d907f45
    Fixed typo in docs/ref/utils.txt. Clifford Gama 2025-07-13 19:38:23 +02:00
  • 43c68042c9
    Skipped test_no_logs_without_debug test when the runner is invoked with --debug-sql. Jacob Walls 2025-07-13 12:29:34 -04:00
  • e5080fc5e9 [5.2.x] Added Django ecosystem page to the documentation. Tim Schilling 2025-07-11 16:57:24 -05:00
  • 395e498553 Added Django ecosystem page to the documentation. Tim Schilling 2025-07-11 16:57:24 -05:00
  • 3df1ad57bf [5.2.x] Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL. Simon Charette 2025-07-10 12:33:00 -04:00
  • 0fe218842e
    Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL. Simon Charette 2025-07-10 12:33:00 -04:00
  • 994950e886
    Fixed typo in ReverseManyToOneDescriptor docstring. tinmarbusir 2025-07-09 18:10:04 +02:00
  • a8912e4383
    Updated asgiref dependency. Carlton Gibson 2025-07-09 18:06:49 +02:00
  • 426be74022
    Refs #35844, #35945 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated asyncio.iscoroutinefunction(). Mariusz Felisiak 2025-07-09 18:01:44 +02:00
  • 6df19412aa
    Refs #27236 -- Removed references to removed index_together migration methods. Clifford Gama 2025-07-03 15:23:25 +02:00
  • abc10ab7f9 [5.2.x] Added release date for 5.2.4. Natalia 2025-07-02 15:55:14 -03:00
  • 94ebcf8366 Added release date for 5.2.4. Natalia 2025-07-02 15:55:14 -03:00
  • 4da3446c92 [5.2.x] Added stub release notes for 5.2.5. Natalia 2025-07-02 15:51:02 -03:00
  • 7ab6b863da Added stub release notes for 5.2.5. Natalia 2025-07-02 15:51:02 -03:00
  • 1a5c75d8cd [5.2.x] Post-release version bump. Natalia 2025-07-02 15:44:20 -03:00
  • c941d0deec [5.2.x] Bumped version for 5.2.4 release. 5.2.4 Natalia 2025-07-02 15:42:00 -03:00
  • 47a618d45c Fixed AttributeError for enterContext() on Python < 3.11. Natalia 2025-07-02 09:15:15 -03:00
  • 7feafd79a4 Fixed #35846 -- Ensured consistent path ordering in ManifestStaticFilesStorage manifest files. Matthew Stell 2025-06-24 07:27:52 +01:00
  • 58fc40427f Fixed #36479 -- Improved how FileNotFoundError is triggered in code formatter tests. Roel Delos Reyes 2025-06-26 01:26:58 +08:00
  • a150160c9f [5.2.x] Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support. Simon Charette 2025-06-14 11:04:17 -04:00
  • 192bc7a7be Fixed #36464 -- Fixed "__in" tuple lookup on backends lacking native support. Simon Charette 2025-06-14 11:04:17 -04:00
  • ff0ff98d42 Refs #15727 -- Updated AdminSeleniumTestCase to use ContentSecurityPolicyMiddleware. Natalia 2025-06-25 17:22:46 -03:00
  • d63241ebc7 Fixed #15727 -- Added Content Security Policy (CSP) support. Rob Hudson 2025-05-03 10:01:58 -07:00
  • 3f59711581 Fixed #36366 -- Improved accessibility of pagination in the admin. antoliny0919 2025-05-08 19:24:07 +09:00
  • 29f5e1e97d Fixed #35595, #35962 -- Removed indexes and constraints before fields in migrations. wookkl 2025-06-18 01:34:10 +09:00
  • a388287692 Fixed indentation in docs/internals/howto-release-django.txt. Sarah Boyce 2025-06-26 12:42:04 +02:00
  • af6ed55fcd Separated creating the release and setting it as default in Trac in the post-release steps. Sarah Boyce 2025-06-26 12:39:55 +02:00
  • 23529b6627 Fixed #36478 -- Fixed inconsistent mail attachment handling. Mike Edmunds 2025-06-18 20:34:34 -07:00
  • 68a45d9a80 Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin. michalpokusa 2025-06-18 11:37:35 +02:00
  • 7091801e04 Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash, IsValid on MariaDB 12.0.1+. Mariusz Felisiak 2025-06-18 17:51:08 +02:00
  • b2407e4d7d Fixed #35305 -- Avoided recreating constraints on fields renamed via db_column. 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. 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