-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency django-stubs to v1.16.0 #472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: django-starter/Pipfile.lock |
7b012f1 to
de96eed
Compare
de96eed to
465804c
Compare
465804c to
115844e
Compare
115844e to
8db7852
Compare
|
This PR contains the following updates:
==1.9.0->==1.16.0Release Notes
typeddjango/django-stubs (django-stubs)
v1.16.0Compare Source
What's Changed
This release updates recommended mypy version to 1.1.x.
Stubs fixes
BaseCreateView.objectattribute asModel | Noneby @RyanWalker277 in #1377ListFilter.expected_parameters()return type by @pheki in #1373AdminSite.site_urlto allowNoneby @LincolnPuzey in #1379@vary_on_headers()decorator to preserve decorated function type by @RyanWalker277 in #1370Stubs additions
validate_constraints=toModel.full_clean()method by @lklivingstone in #1385Model.validate_constraints()method by @OvervCW in #1388Housekeeping
New Contributors
Full Changelog: typeddjango/django-stubs@1.15.0...1.16.0
v1.15.0Compare Source
This release updates recommended mypy version to 1.0.x. No changes in Django version compatibility.
Some re-exports that were unintentional have been removed. If you get errors like
error: Module "django.core.cache" has no attribute "ConnectionProxy"(for any import path), you probably need to change the module you are importing e.g. ConnectionProxy from. These re-exports were never intentional and are not stable across Django versions.In addition to code contributions, I'd like to thank @ngnpope, @sobolevn, @ljodal, @christianbundy, @mschoettle for helping out with reviews.
What's Changed
Fixes
.values_list("pk")on abstract model by @flaeppe in #1355Django 4.2 compatibility
Documentation
Housekeeping
Dependencies
New Contributors
Full Changelog: typeddjango/django-stubs@1.14.0...1.15.0
v1.14.0Compare Source
What's Changed
This release updates recommended mypy version to 0.991 and fixes a few regressions in the last release. No changes in Django version compatibility.
In addition to code contributions, I'd like to thank @flaeppe, @ngnpope and @sobolevn who helped out with reviews.
Fixes for regressions from last version
__iter__" (not iterable) #1333Mypy plugin fixes
pkfield on abstract model by @flaeppe in #1328FieldDoesNotExistraised from attribute on class definition by @flaeppe in #1329Enhancements
as_sql()andas_<engine>()methods by @intgr in #1315Housekeeping, dependencies
New Contributors
Full Changelog: typeddjango/django-stubs@1.13.2...1.14.0
v1.13.2Compare Source
What's Changed
Mypy plugin fixes
Strings/translations
GeoDjango
Decorators
django.contrib.admin.decoratorsby @flaeppe in #1267Other type stubs changes
django.core.cache.backends.memcached.PyMemcacheCacheby @ngnpope in #1314Housekeeping
CI
Dependency updates
New Contributors
Full Changelog: typeddjango/django-stubs@1.13.1...1.13.2
v1.13.1: Version 1.13.1Compare Source
What's Changed
QuerySetAnytype for QuerySet isinstance checks by @PIG208 in #1199gettext_lazy. by @PIG208 in #1233ModelAdmin.fieldsets'description' option to supportgettext_lazyby @flaeppe in #1268Fixes
Housekeeping
Continuous integration
pre-commit.ciby @sobolevn in #1222flake8-pyiinpre-commitchecks by @hoefling in #1253Dependency updates
New Contributors
Full Changelog: typeddjango/django-stubs@1.13.0...1.13.1
v1.13.0: Version 1.13.0 and [email protected]Compare Source
What's Changed
loggertype in all modules by @sobolevn in #1031_AsSqlTypeforas_sqlby @PIG208 in #1052from_querysetin model classes by @ljodal in #1045PathLikeinfindersby @andersk in #1063management.get_commandstype by @andersk in #1074@propertyby @adamchainz in #1129samesitevalues as literals 'Lax', 'Strict' or 'None' by @flaeppe in #1110RelatedManagerattributes in cache by @flaeppe in #1152choices=type variance for model fields by @flaeppe in #1154fields=arg forrefresh_from_dbto acceptSequenceby @flaeppe in #1156<QuerySet>.as_manager()by @flaeppe in #1025RelatedManagernot callable by @UnknownPlatypus in #1191assertQuerysetEqualto compare with a collection of values by @flaeppe in #1201TestCase.captureOnCommitCallbacksby @flaeppe in #1202F'sascanddescargs by @g-as in #1213New Contributors
Full Changelog: https://github.com/typeddjango/django-stubs/compare/[email protected]
v1.12.0Compare Source
What's Changed
selfby @blueyed in #970Configuration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.