Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
django-stubs (changelog) ==4.2.6 -> ==4.2.7 age confidence

Release Notes

typeddjango/django-stubs (django-stubs)

v4.2.7

Compare Source

Headline changes

  • mypy 1.7: Recommended mypy version updated to 1.7.x
  • Improved type inference for ManyToManyField and Model.<manytomany>.through
  • If you previously imported RelatedManager or ManyRelatedManager, update those to django-stubs-ext:
    from django_stubs_ext.db.models.manager import ManyRelatedManager, RelatedManager
  • It's now allowed to override Django's @cached_property properties with class variables or @property properties.
  • Even though Django 5.0 was released yesterday, this version does not yet include any changes specific to Django 5.0.

Plugin improvements

django-stubs-ext

Stubs fixes

  • Added missing search_help_text= parameter to ChangeList.__init__() by @​quinox in #​1801
  • Allow additional types for SQL parameters in migrations.RunSQL() by @​UnknownPlatypus in #​1803
  • Allow custom Form class in SuccessMessageMixin.form_valid() by @​SukiCZ in #​1812
  • Fixed db_comment= parameter position for django.db.models.Field.__init__() by @​flaeppe in #​1815
  • Added missing RelatedField.__init__() method and removed ForeignObject.__init__(db_constraint=) parameter in Field constructors by @​flaeppe in #​1816
  • Fixed argument types of assertNumQueries() and assertQuerySetEqual() by @​flaeppe in #​1823
  • Fixed get_deleted_objects() return from list[Model] -> list[str] by @​golgor in #​1825
  • Removed incorrect django.db.models re-exports by @​intgr in #​1835
  • Fixed TemplateResponse.cookies attribute and SimpleCookie type by @​apollo13 in #​1702

Stubs improvements

Stubs improvements: @​cached_property

Housekeeping

New Contributors

Full Changelog: typeddjango/django-stubs@4.2.6...4.2.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-stubs-4.x branch from e2f34c9 to fc01a3b Compare April 24, 2025 16:35
@renovate renovate bot force-pushed the renovate/django-stubs-4.x branch from fc01a3b to e33adf7 Compare May 2, 2025 16:25
@renovate renovate bot force-pushed the renovate/django-stubs-4.x branch from e33adf7 to fb50fa4 Compare May 20, 2025 05:20
@renovate renovate bot force-pushed the renovate/django-stubs-4.x branch from fb50fa4 to d4afa5a Compare July 8, 2025 20:46
@renovate renovate bot force-pushed the renovate/django-stubs-4.x branch from d4afa5a to acc7b1b Compare August 10, 2025 12:21
@renovate renovate bot changed the title chore(deps): update dependency django-stubs to v4.2.7 chore(deps): update dependency django-stubs to v4.2.7 - autoclosed Aug 19, 2025
@renovate renovate bot closed this Aug 19, 2025
@renovate renovate bot deleted the renovate/django-stubs-4.x branch August 19, 2025 14:00
@renovate renovate bot changed the title chore(deps): update dependency django-stubs to v4.2.7 - autoclosed chore(deps): update dependency django-stubs to v4.2.7 Aug 24, 2025
@renovate renovate bot reopened this Aug 24, 2025
@renovate renovate bot force-pushed the renovate/django-stubs-4.x branch from e5ed2af to acc7b1b Compare August 24, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants