fix(deps): update dependency django-stubs to v6.1.1 - #1058
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1058 +/- ##
=======================================
Coverage 94.64% 94.64%
=======================================
Files 42 42
Lines 1738 1738
Branches 86 86
=======================================
Hits 1645 1645
Misses 67 67
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/django-stubs-6.x
branch
6 times, most recently
from
August 19, 2026 23:39
bac63cb to
f1e186c
Compare
renovate
Bot
force-pushed
the
renovate/django-stubs-6.x
branch
9 times, most recently
from
August 27, 2026 06:37
cf908e1 to
65ebe42
Compare
renovate
Bot
force-pushed
the
renovate/django-stubs-6.x
branch
5 times, most recently
from
September 2, 2026 21:56
821f0d1 to
a3e406e
Compare
renovate
Bot
force-pushed
the
renovate/django-stubs-6.x
branch
8 times, most recently
from
September 10, 2026 04:08
6800b14 to
df750df
Compare
renovate
Bot
force-pushed
the
renovate/django-stubs-6.x
branch
8 times, most recently
from
September 14, 2026 17:06
7917036 to
d595ce6
Compare
renovate
Bot
force-pushed
the
renovate/django-stubs-6.x
branch
6 times, most recently
from
September 19, 2026 00:15
d59c8a9 to
5bf744b
Compare
renovate
Bot
force-pushed
the
renovate/django-stubs-6.x
branch
from
September 19, 2026 02:41
5bf744b to
4bac502
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==6.0.9→==6.1.1Release Notes
typeddjango/django-stubs (django-stubs)
v6.1.1Compare Source
Highlight
This release does some changes around
Manager/RelatedManagerand the auto generatedobjectsattribute to work better with typechecker like pyright / ty / pyrefly and be more strict about the fact thatMyModel().objectsis not valid.However, to support that, existing broad annotations of related managers need to be narrowed or access to these related managers will be flagged as an error. For ex:
If you use the mypy plugin, you should also be able to drop these annotation completely in most cases. The plugin infers these types automatically.
See https://github.com/typeddjango/django-stubs#do-i-need-to-annotate-reverse-relations
What's Changed
FileField.save_form_databy @brianhelba in #3606Nonepassed toFileField.generate_filenameby @brianhelba in #3607assertTemplateUsedandassertTemplateNotUsedby @brianhelba in #3564setterinhashers.check_passwordbetter by @Kakadus in #3621AbstractBaseUser.natural_keyreturn type by @Kakadus in #3622@admin.displayoverload to specifyfunctionby @ngnpope in #3620_meta.get_field()when the model is defined later in the module by @federicobond in #3489process_lhstoCaseInsensitiveMixinstub by @UnknownPlatypus in #3552New Contributors
Full Changelog: typeddjango/django-stubs@6.1.0...6.1.1
v6.1.0Compare Source
What's Changed
This is the first Django 6.1 release 🎉
Django 6.0 and 5.2 are now in partial support mode.
Django 5.1 and 5.0 support was dropped (techically they would still work, but we don't test them no more).
Python 3.10 support was dropped.
Feedback is very welcome! 👍
Full Changelog: typeddjango/django-stubs@6.0.9...6.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.