Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates django-stubs from 1.5.0 to 5.1.1.

Changelog

5.1.1

New Contributors
* foarsitter made their first contribution in https://github.com/typeddjango/django-stubs/pull/2380
* sergei-maertens made their first contribution in https://github.com/typeddjango/django-stubs/pull/2414
* nijel made their first contribution in https://github.com/typeddjango/django-stubs/pull/2419

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/5.1.0...5.1.1

5.1.0

New Contributors
* RealOrangeOne made their first contribution in https://github.com/typeddjango/django-stubs/pull/2311
* ashm-dev made their first contribution in https://github.com/typeddjango/django-stubs/pull/2316
* craigds made their first contribution in https://github.com/typeddjango/django-stubs/pull/2342
* jkaikkosplk made their first contribution in https://github.com/typeddjango/django-stubs/pull/2345
* BradleyKirton made their first contribution in https://github.com/typeddjango/django-stubs/pull/2348
* richardebeling made their first contribution in https://github.com/typeddjango/django-stubs/pull/2374

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/5.0.4...5.1.0

5.0.4

What's Changed
This is a re-release of django-stubs `5.0.3` with a minor fix:

* Check correct model on other side of many to many reverse filtering by flaeppe in https://github.com/typeddjango/django-stubs/pull/2283

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/5.0.3...5.0.4

5.0.3

What's Changed
* Release workflow: publish `django-stubs-ext` before `django-stubs` by flaeppe in https://github.com/typeddjango/django-stubs/pull/2188
* Migrate `apps/test_config.yml` 'assert_type' tests by flaeppe in https://github.com/typeddjango/django-stubs/pull/2190
* Add `ManyToManyField.m2m_field_name` and `Model._get_pk_val` methods by YPCrumble in https://github.com/typeddjango/django-stubs/pull/2177
* `Lookup` should be a subtype of `Expression` by mkurnikov in https://github.com/typeddjango/django-stubs/pull/2199
* Update `django.db.models.functions`: allow `Combinable` as parameter, add `Round` function by noamkush in https://github.com/typeddjango/django-stubs/pull/2195
* Add missing `django.core.management.utils` functions by Viicos in https://github.com/typeddjango/django-stubs/pull/2200
* Improve `django.middleware` stubs by Viicos in https://github.com/typeddjango/django-stubs/pull/2202
* Improve `django.http` stubs by Viicos in https://github.com/typeddjango/django-stubs/pull/2201
* Tests: Migrate `db/models/test_constraints.yml` to 'assert_type' tests by flaeppe in https://github.com/typeddjango/django-stubs/pull/2204
* Allow any function for admin's `display` and `action` decorators by flaeppe in https://github.com/typeddjango/django-stubs/pull/2210
* Remove invalid re-export `django.forms.ChoiceWidget` by asottile in https://github.com/typeddjango/django-stubs/pull/2207
* Model._meta.pk is non-None by asottile in https://github.com/typeddjango/django-stubs/pull/2218
* update / create defaults are read-only Mapping by asottile in https://github.com/typeddjango/django-stubs/pull/2216
* Add missing math.Random database function by noamkush in https://github.com/typeddjango/django-stubs/pull/2222
* Make `ReverseManyToOneDescriptor` generic over a model by flaeppe in https://github.com/typeddjango/django-stubs/pull/2227
* Extract through table creation to separate method by flaeppe in https://github.com/typeddjango/django-stubs/pull/2229
* Do many related manager creation during semantic analysis by flaeppe in https://github.com/typeddjango/django-stubs/pull/2231
* Expand CheckRegistry.register as function (2232) by jwhitlock in https://github.com/typeddjango/django-stubs/pull/2233
* don't copy magic or private methods in from_queryset managers by asottile in https://github.com/typeddjango/django-stubs/pull/2240
* Make plugin handle explicitly declared reverse descriptors for FKs by flaeppe in https://github.com/typeddjango/django-stubs/pull/2230
* Expect a `QuerySet` for multiple defaults in `MultipleObjectMixin` by flaeppe in https://github.com/typeddjango/django-stubs/pull/2191
* fix handling of explicit `objects` annotation by asottile in https://github.com/typeddjango/django-stubs/pull/2241
* Add atomic_blocks to base DB wrapper by palfrey in https://github.com/typeddjango/django-stubs/pull/2242
* walk mro for Field set type annotations by asottile in https://github.com/typeddjango/django-stubs/pull/2244
* Add `serialized_aliases` parameter to `setup_databases` function in `django.test.utils` by DongwookKim0823 in https://github.com/typeddjango/django-stubs/pull/2247
* use field annotations for values_list types by asottile in https://github.com/typeddjango/django-stubs/pull/2248
* Improve types of `ConnectionProxy` by Viicos in https://github.com/typeddjango/django-stubs/pull/2246
* Add `get_template_tag_modules` function signature to `django.template.backends.django` by DongwookKim0823 in https://github.com/typeddjango/django-stubs/pull/2250
* add PlaceholderNode when deferring manager class hook by asottile in https://github.com/typeddjango/django-stubs/pull/2228
* Update function signatures for `django.db.models.sql.Query` class by DongwookKim0823 in https://github.com/typeddjango/django-stubs/pull/2253
* Update `admin.sites._ViewType` bound to allow `StreamingHttpResponse` by savanto in https://github.com/typeddjango/django-stubs/pull/2256
* Add `Options._get_fields` by Viicos in https://github.com/typeddjango/django-stubs/pull/2254
* Support inheriting ManyToManyField from an abstract model by flaeppe in https://github.com/typeddjango/django-stubs/pull/2260
* Allow single generic param for Field in ForeignKey by rafonseca in https://github.com/typeddjango/django-stubs/pull/2261
* Refactor: Unify plugin check for model type info by flaeppe in https://github.com/typeddjango/django-stubs/pull/2263
* add `Path` type argument to tuple returned by `get_app_template_dirs` by joshuadavidthomas in https://github.com/typeddjango/django-stubs/pull/2266
* add missing type argument to `Paginator` by joshuadavidthomas in https://github.com/typeddjango/django-stubs/pull/2271
* Update mypy to 1.11.0 by sobolevn in https://github.com/typeddjango/django-stubs/pull/2269
* Check calls to filtering manager methods involving `ManyToManyField` by flaeppe in https://github.com/typeddjango/django-stubs/pull/2275
* Prepare for a release `5.0.3` by flaeppe in https://github.com/typeddjango/django-stubs/pull/2274
* lookup manager type via mro by asottile in https://github.com/typeddjango/django-stubs/pull/2276
* Check model fields on filtering methods of queryset types by flaeppe in https://github.com/typeddjango/django-stubs/pull/2277
* fill QuerySet generics using the manager's model type by asottile in https://github.com/typeddjango/django-stubs/pull/2281
* convert as_manager hooks to base class hook by asottile in https://github.com/typeddjango/django-stubs/pull/2282

New Contributors
* YPCrumble made their first contribution in https://github.com/typeddjango/django-stubs/pull/2177
* jwhitlock made their first contribution in https://github.com/typeddjango/django-stubs/pull/2233
* DongwookKim0823 made their first contribution in https://github.com/typeddjango/django-stubs/pull/2247
* savanto made their first contribution in https://github.com/typeddjango/django-stubs/pull/2256
* rafonseca made their first contribution in https://github.com/typeddjango/django-stubs/pull/2261
* joshuadavidthomas made their first contribution in https://github.com/typeddjango/django-stubs/pull/2266

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/5.0.2...5.0.3

5.0.2

What's Changed

This is a re-release of django-stubs `5.0.1` with a minor fix:

* Set lower bound of `django-stubs-ext` dependency to `5.0.2` by flaeppe in https://github.com/typeddjango/django-stubs/pull/2186

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/5.0.1...5.0.2

5.0.1

Headline changes

* Support for Django 4.1 have been dropped by sobolevn in https://github.com/typeddjango/django-stubs/pull/2133
* A new extra, `django-stubs[oracle]`, was added by sobolevn in https://github.com/typeddjango/django-stubs/pull/2131
* Remove QuerySet alias hacks via PEP 696 TypeVar defaults. All usages of `QuerySetAny` and `ValuesQuerySet` can now be replaced with simple `QuerySet` by intgr in https://github.com/typeddjango/django-stubs/pull/2104

[More details in this announcement](https://github.com/typeddjango/django-stubs/discussions/2194)

What's Changed
* 5.0: Update `django.contrib.admin.views` and `django.forms.forms.Form` metaclass by sudosubin in https://github.com/typeddjango/django-stubs/pull/2079
* Fix IndexError for custom queryset managers by meshy in https://github.com/typeddjango/django-stubs/pull/1913
* 5.0: Update `django.db.models.lookups` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2103
* 5.0: Update `django.db.backends.utils` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2102
* 5.0: Update `django.forms.field.Field` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2107
* 5.0: Update `django.contrib.messages.storage.cookie` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2106
* Tests: Add test case for settings import cycle by intgr in https://github.com/typeddjango/django-stubs/pull/2098
* 5.0: Update `django.db.models.expressions` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2110
* 5.0: Update `django.contrib.auth.backends` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2111
* 5.0: Update `django.contrib.auth.base_user` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2113
* 5.0: Update `django.db.migrations.serializer` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2109
* 5.0: Update `django.db.backends.base.features.BaseDatabaseFeature` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2099
* 5.0: Update `django.db.backends.base.operations.BaseDatabaseOperations` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2100
* Fix annotation for `request.auser` by bshelkhonov in https://github.com/typeddjango/django-stubs/pull/2108
* 5.0: Update `django.contrib.gis.admin.widgets `and `django.contrib.gis.admin.options` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2116
* 5.0: Update `django.forms.boundfield` and `django.forms.utils` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2118
* Prepare django-stubs-ext for QuerySet typevar refactor by intgr in https://github.com/typeddjango/django-stubs/pull/2117
* `BaseBackend.get_user`: Relax `user_id` param type by tony in https://github.com/typeddjango/django-stubs/pull/2121
* 5.0: Update `django.forms.renderers` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2119
* 5.0: Update `django.forms.forms` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2122
* 5.0: Update `django.contrib.gis.db.backends.sqatialite.schema` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2123
* Improve types in DB backend `schema` modules by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2124
* 5.0: Update `django.contrib.messages.test` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2126
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/2129
* More pre-commit checks by sobolevn in https://github.com/typeddjango/django-stubs/pull/2132
* Bump django from 5.0.5 to 5.0.6 by dependabot in https://github.com/typeddjango/django-stubs/pull/2135
* 5.0: Update `django.contrib.contenttypes.prefetch` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2115
* 5.0: Update `django.contrib.admin.widgets` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2105
* 5.0: Update `django.contrib.contenttypes.fields.GenericForeignKey` methods by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2137
* Relax typing of `backend` in `django.contrib.auth` (`ModelBackend` -> `BaseBackend`) by tony in https://github.com/typeddjango/django-stubs/pull/2141
* fix: UserAdmin accepts AbstractUser by vadimshvetsov in https://github.com/typeddjango/django-stubs/pull/2139
* 4.2.8: Update `Query.resolve_lookup_value()` parameters by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2136
* Increase priority of mypy internal Django settings import by intgr in https://github.com/typeddjango/django-stubs/pull/2127
* Fix 'Import cycle from Django settings module' errors function context by intgr in https://github.com/typeddjango/django-stubs/pull/2142
* Adjust priority of Django settings import again by intgr in https://github.com/typeddjango/django-stubs/pull/2143
* 5.0: Update `django.forms.models` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2146
* Add typing of `django.db.migrations.autodetector` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2149
* 5.0: Update `django.db.models.enums` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2148
* 5.0: Update `django.forms.widgets` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2147
* Add GitHub actions release workflow for `django-stubs-ext` by flaeppe in https://github.com/typeddjango/django-stubs/pull/2150
* 5.0: Update `django.db.models.field.related` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2151
* Bump pre-commit from 3.7.0 to 3.7.1 by dependabot in https://github.com/typeddjango/django-stubs/pull/2155
* Fix `TextChoices.__new__()` parameter type by mvaled in https://github.com/typeddjango/django-stubs/pull/2156
* Ensure ManyToManyField related managers supports renamed imports by flaeppe in https://github.com/typeddjango/django-stubs/pull/2153
* 5.0: Update `django.contrib.gis.db.backends.postgis.operations` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2138
* 5.0: Update `django.db.models.fields.reverse_related` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2158
* 5.0: Update `django.db.models.field`: add `generated` attribute to model fields by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2152
* 5.0: Update `django.db.models.sql.datastructures` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2159
* 5.0: Update `django.db.models.query` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2160
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/2161
* 5.0: Update `django.db.models.sql.compiler` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2166
* 5.0: Update `django.db.models.functions.datetime` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2167
* 5.0: Update `django.forms.formsets` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2145
* 5.0: Update `django.db.models.query_utils` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2165
* Bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/typeddjango/django-stubs/pull/2169
* 5.0: Update `django.db.models.functions.datetime.Now` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2173
* 5.0: Update `django.db.models.sql.query.Query` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2172
* 5.0: Update `django.db.models.field.related_descriptors` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2157
* 5.0: Update django.db.models.constraints.UniqueConstraint by steve148 in https://github.com/typeddjango/django-stubs/pull/2175
* 5.0: Update `django.db.models.expressions` by saJaeHyukc in https://github.com/typeddjango/django-stubs/pull/2176
* Add `BaseConstraint.get_violation_error_message()` by q0w in https://github.com/typeddjango/django-stubs/pull/2178
* Fix signature of Choices member creation, add `assert_type` test cases, run `pyright` by Viicos in https://github.com/typeddjango/django-stubs/pull/2162
* `AbstractBaseSession`: Use model fields for subclassed cases by tony in https://github.com/typeddjango/django-stubs/pull/2180
* Migrate 'test_conf.yml' to 'assert_type' tests by flaeppe in https://github.com/typeddjango/django-stubs/pull/2182
* Don't crash when inspecting classes loaded from cache by flaeppe in https://github.com/typeddjango/django-stubs/pull/2185
* Formset get_queryset() returns QuerySet by MrkGrgsn in https://github.com/typeddjango/django-stubs/pull/2174
* Prepare for a release `5.0.1` by flaeppe in https://github.com/typeddjango/django-stubs/pull/2183

New Contributors
* meshy made their first contribution in https://github.com/typeddjango/django-stubs/pull/1913
* bshelkhonov made their first contribution in https://github.com/typeddjango/django-stubs/pull/2108
* vadimshvetsov made their first contribution in https://github.com/typeddjango/django-stubs/pull/2139
* mvaled made their first contribution in https://github.com/typeddjango/django-stubs/pull/2156
* steve148 made their first contribution in https://github.com/typeddjango/django-stubs/pull/2175

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/5.0.0...5.0.1

5.0.0

New Contributors
* Viicos made their first contribution in https://github.com/typeddjango/django-stubs/pull/1866
* dephiros made their first contribution in https://github.com/typeddjango/django-stubs/pull/1873
* jamesbraza made their first contribution in https://github.com/typeddjango/django-stubs/pull/1927
* mfosterw made their first contribution in https://github.com/typeddjango/django-stubs/pull/1943
* palfrey made their first contribution in https://github.com/typeddjango/django-stubs/pull/1944
* yhay81 made their first contribution in https://github.com/typeddjango/django-stubs/pull/1955
* delfick made their first contribution in https://github.com/typeddjango/django-stubs/pull/1961
* SingingTree made their first contribution in https://github.com/typeddjango/django-stubs/pull/1956
* avoronov-box made their first contribution in https://github.com/typeddjango/django-stubs/pull/1962
* cuu508 made their first contribution in https://github.com/typeddjango/django-stubs/pull/1993
* samueljsb made their first contribution in https://github.com/typeddjango/django-stubs/pull/1994
* pelme made their first contribution in https://github.com/typeddjango/django-stubs/pull/1999
* mlazar-endear made their first contribution in https://github.com/typeddjango/django-stubs/pull/2001
* j00bar made their first contribution in https://github.com/typeddjango/django-stubs/pull/2010
* jorenham made their first contribution in https://github.com/typeddjango/django-stubs/pull/2019
* fidoriel made their first contribution in https://github.com/typeddjango/django-stubs/pull/1925
* armanckeser made their first contribution in https://github.com/typeddjango/django-stubs/pull/2021
* nebiyuelias1 made their first contribution in https://github.com/typeddjango/django-stubs/pull/2029
* Skorpyon made their first contribution in https://github.com/typeddjango/django-stubs/pull/1876
* saJaeHyukc made their first contribution in https://github.com/typeddjango/django-stubs/pull/2054
* sudosubin made their first contribution in https://github.com/typeddjango/django-stubs/pull/2057
* md384 made their first contribution in https://github.com/typeddjango/django-stubs/pull/2048
* Majsvaffla made their first contribution in https://github.com/typeddjango/django-stubs/pull/1160
* jlost made their first contribution in https://github.com/typeddjango/django-stubs/pull/2085

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/4.2.7...5.0.0

4.2.7

New Contributors
* SukiCZ made their first contribution in https://github.com/typeddjango/django-stubs/pull/1812
* golgor made their first contribution in https://github.com/typeddjango/django-stubs/pull/1825
* HansAarneLiblik made their first contribution in https://github.com/typeddjango/django-stubs/pull/1847
* apollo13 made their first contribution in https://github.com/typeddjango/django-stubs/pull/1702
* pfouque made their first contribution in https://github.com/typeddjango/django-stubs/pull/1854

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/4.2.6...4.2.7

4.2.6

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/4.2.5...4.2.6

4.2.5

New Contributors
* ashm-tech made their first contribution in https://github.com/typeddjango/django-stubs/pull/1689
* WhyNotHugo made their first contribution in https://github.com/typeddjango/django-stubs/pull/1705
* niconoe made their first contribution in https://github.com/typeddjango/django-stubs/pull/1722
* schinckel made their first contribution in https://github.com/typeddjango/django-stubs/pull/1659

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/4.2.4...4.2.5

4.2.4

Most important changes:
- This version add Mypy `1.5.*` support and update `[compatible-mypy]` extra to use `1.5.*`.
- We also update our stubs to be compatible with Django `4.2.5` (and all prior versions of `4.2`).
- `django_stubs_ext/` folder was renamed to be just `ext/`, it should not affect users (unless you install it from git)
- We no longer assume the `objects` attribute to be present on generic Model classes. As per the [django documentation](https://docs.djangoproject.com/en/4.2/topics/db/managers/#django.db.models.Model._default_manager), code working with generic models should use the `_default_manager` attribute instead.

This time there is no corresponding release of `django-stubs-ext`.

Plugin changes

- We now forbid to instantiate abstract models https://github.com/typeddjango/django-stubs/pull/1663 flaeppe 
- Manager attributes are now `ClassVar`s https://github.com/typeddjango/django-stubs/pull/1672 flaeppe 

Thanks a lot to all contributors and maintainers! 🎉

4.2.3

New Contributors
* JoeHitchen made their first contribution in https://github.com/typeddjango/django-stubs/pull/1600

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/4.2.2...4.2.3

4.2.2

New Contributors
* namper made their first contribution in https://github.com/typeddjango/django-stubs/pull/1521
* filbasi made their first contribution in https://github.com/typeddjango/django-stubs/pull/1544
* GabDug made their first contribution in https://github.com/typeddjango/django-stubs/pull/1567
* rvanlaar made their first contribution in https://github.com/typeddjango/django-stubs/pull/1562

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/4.2.1...4.2.2

4.2.1

New Contributors
* Kostia-K made their first contribution in https://github.com/typeddjango/django-stubs/pull/1465
* andrlik made their first contribution in https://github.com/typeddjango/django-stubs/pull/1492
* AkaZecik made their first contribution in https://github.com/typeddjango/django-stubs/pull/1497
* asottile made their first contribution in https://github.com/typeddjango/django-stubs/pull/1503
* Alexerson made their first contribution in https://github.com/typeddjango/django-stubs/pull/1488
* dlesbre made their first contribution in https://github.com/typeddjango/django-stubs/pull/1516

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/4.2.0...4.2.1

4.2.0

Deferred for next release
* Added `decorators.AsyncGetResponseCallable` Protocol, but is not yet used anywhere by RyanWalker277 in https://github.com/typeddjango/django-stubs/pull/1425
* Added `BaseModelMeta` for typing Model inner Meta class by intgr in https://github.com/typeddjango/django-stubs/pull/1375
* Rename `BaseModelMeta` to `TypedModelMeta` and document it by intgr in https://github.com/typeddjango/django-stubs/pull/1456

New Contributors
* realsuayip made their first contribution in https://github.com/typeddjango/django-stubs/pull/1418
* monosans made their first contribution in https://github.com/typeddjango/django-stubs/pull/1424
* karamanolev made their first contribution in https://github.com/typeddjango/django-stubs/pull/1438
* Kircheneer made their first contribution in https://github.com/typeddjango/django-stubs/pull/1436
* kjagiello made their first contribution in https://github.com/typeddjango/django-stubs/pull/1449
* alexmv made their first contribution in https://github.com/typeddjango/django-stubs/pull/1448
* bigfootjon made their first contribution in https://github.com/typeddjango/django-stubs/pull/1443

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/1.16.0...4.2.0

1.16.0

New Contributors
* pheki made their first contribution in https://github.com/typeddjango/django-stubs/pull/1373
* LincolnPuzey made their first contribution in https://github.com/typeddjango/django-stubs/pull/1379
* lklivingstone made their first contribution in https://github.com/typeddjango/django-stubs/pull/1385
* OvervCW made their first contribution in https://github.com/typeddjango/django-stubs/pull/1388

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/1.15.0...1.16.0


django-stubs-ext0.8.0
What's Changed
* Make `BaseConnectionHandler` generic in monkeypatching by adambirds in https://github.com/typeddjango/django-stubs/pull/1349
* Introduce `QuerySetAny` type for QuerySet isinstance checks by PIG208 in https://github.com/typeddjango/django-stubs/pull/1199
* Remove unintentional re-exports by intgr in https://github.com/typeddjango/django-stubs/pull/1309

Housekeeping
* Prepare django-stubs-ext 0.8.0 release by intgr in https://github.com/typeddjango/django-stubs/pull/1395

1.15.0

Dependencies
* Upgrade to Mypy 1.0 by christianbundy in https://github.com/typeddjango/django-stubs/pull/1360
* Update Black to 23.1.0 and reformat with new style by intgr in https://github.com/typeddjango/django-stubs/pull/1358
* Bump mypy from 1.0.0 to 1.0.1 by dependabot in https://github.com/typeddjango/django-stubs/pull/1369

New Contributors
* adamantike made their first contribution in https://github.com/typeddjango/django-stubs/pull/1251
* RyanWalker277 made their first contribution in https://github.com/typeddjango/django-stubs/pull/1366
* mateenkasim made their first contribution in https://github.com/typeddjango/django-stubs/pull/1364

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/1.14.0...1.15.0

1.14.0

New Contributors
* christianbundy made their first contribution in https://github.com/typeddjango/django-stubs/pull/1332
* ds-cbo made their first contribution in https://github.com/typeddjango/django-stubs/pull/1344

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/1.13.2...1.14.0

1.13.2

* Used _ContextKeys for context like dicts by smithdc1 in https://github.com/typeddjango/django-stubs/pull/1298
* change render_to_string context type by mschoettle in https://github.com/typeddjango/django-stubs/pull/1306
* Revert "Used _ContextKeys for context like dicts" by intgr in https://github.com/typeddjango/django-stubs/pull/1311

CI

* Run apt-get update in CI by adamchainz in https://github.com/typeddjango/django-stubs/pull/1313

Dependency updates

* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/1291
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/1293
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/1301
* Bump black from 22.10.0 to 22.12.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/1290
* Bump pre-commit from 2.20.0 to 2.21.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/1300
* Bump gitpython from 3.1.29 to 3.1.30 by dependabot in https://github.com/typeddjango/django-stubs/pull/1303
* Bump pytest from 7.2.0 to 7.2.1 by dependabot in https://github.com/typeddjango/django-stubs/pull/1324
* Bump requests from 2.28.1 to 2.28.2 by dependabot in https://github.com/typeddjango/django-stubs/pull/1321

New Contributors
* sshishov made their first contribution in https://github.com/typeddjango/django-stubs/pull/1294
* rclement made their first contribution in https://github.com/typeddjango/django-stubs/pull/1296
* mschoettle made their first contribution in https://github.com/typeddjango/django-stubs/pull/1304
* nils-van-zuijlen made their first contribution in https://github.com/typeddjango/django-stubs/pull/1297
* ciscorn made their first contribution in https://github.com/typeddjango/django-stubs/pull/1299
* jimmylai made their first contribution in https://github.com/typeddjango/django-stubs/pull/1317

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/1.13.1...1.13.2

1.13.1

Continuous integration

* Enable `pre-commit.ci` by sobolevn in https://github.com/typeddjango/django-stubs/pull/1222
* Cancel old pipelines by sobolevn in https://github.com/typeddjango/django-stubs/pull/1226
* Run pre-commit only on pre-commit.ci by adamchainz in https://github.com/typeddjango/django-stubs/pull/1250
* Run checks against Django 4.1 and Python 3.11 by michael-k in https://github.com/typeddjango/django-stubs/pull/1223
* Introduce `flake8-pyi` in `pre-commit` checks by hoefling in https://github.com/typeddjango/django-stubs/pull/1253
* Pin flake8-pyi to 22.10.0 by hoefling in https://github.com/typeddjango/django-stubs/pull/1254
* revert changes done in 1253 that satisfy Y041, disable Y041 rule by hoefling in https://github.com/typeddjango/django-stubs/pull/1256
* Fix CI: Update flake8-pyi by intgr in https://github.com/typeddjango/django-stubs/pull/1279

Dependency updates

* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/1236
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/1258
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/1275
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/typeddjango/django-stubs/pull/1281

New Contributors
* clouds56 made their first contribution in https://github.com/typeddjango/django-stubs/pull/1150
* pre-commit-ci made their first contribution in https://github.com/typeddjango/django-stubs/pull/1236
* joshua-jandyco made their first contribution in https://github.com/typeddjango/django-stubs/pull/1242
* martinlehoux made their first contribution in https://github.com/typeddjango/django-stubs/pull/1263
* benspaulding made their first contribution in https://github.com/typeddjango/django-stubs/pull/1272
* michael-lazar made their first contribution in https://github.com/typeddjango/django-stubs/pull/1278

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/1.13.0...1.13.1

1.13.0

What's Changed
* Set generic type of SimpleCookie by w0rp in https://github.com/typeddjango/django-stubs/pull/1018
* Update RunSQL type to include parametrized sql by lachtanek in https://github.com/typeddjango/django-stubs/pull/1015
* BaseContext.__copy__ by smithdc1 in https://github.com/typeddjango/django-stubs/pull/1012
* Add missing type for TestCase.captureOnCommitCallbacks by lachtanek in https://github.com/typeddjango/django-stubs/pull/1016
* Fix nullability of blank charfields in values and values_list by ljodal in https://github.com/typeddjango/django-stubs/pull/1020
* Improved type of template.loader.get_template() by smithdc1 in https://github.com/typeddjango/django-stubs/pull/1011
* Bump black from 22.3.0 to 22.6.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/1027
* Fix `logger` type in all modules by sobolevn in https://github.com/typeddjango/django-stubs/pull/1031
* Support cursor.execute(psycopg2.sql.Composable) by andersk in https://github.com/typeddjango/django-stubs/pull/1029
* Bump requests from 2.28.0 to 2.28.1 by dependabot in https://github.com/typeddjango/django-stubs/pull/1035
* Improved return type of render_to_string(). by smithdc1 in https://github.com/typeddjango/django-stubs/pull/1036
* Resolve all queryset methods on managers as attributes by ljodal in https://github.com/typeddjango/django-stubs/pull/1028
* Populate model argument for dynamically created managers by flaeppe in https://github.com/typeddjango/django-stubs/pull/1033
* Fix type stubs for EmptyManager by ljodal in https://github.com/typeddjango/django-stubs/pull/1039
* Improve stubs with minor fixes by PIG208 in https://github.com/typeddjango/django-stubs/pull/1038
* Monkeypatch some more generics. by ngnpope in https://github.com/typeddjango/django-stubs/pull/1050
* Bump pre-commit from 2.19.0 to 2.20.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/1057
* Use `_AsSqlType` for `as_sql` by PIG208 in https://github.com/typeddjango/django-stubs/pull/1052
* Made BaseContext __setitem__ and __getitem__ consistant. by smithdc1 in https://github.com/typeddjango/django-stubs/pull/1040
* Add support for inline `from_queryset` in model classes by ljodal in https://github.com/typeddjango/django-stubs/pull/1045
* Improve typing for unresolved managers by ljodal in https://github.com/typeddjango/django-stubs/pull/1044
* Use a more general type for django.core.mail.send_mass_mail's datatuple by jhhayashi in https://github.com/typeddjango/django-stubs/pull/1062
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1070
* Improve type annotation of DiscoverRunner. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1069
* Fix overloads and remove `PathLike` in `finders` by andersk in https://github.com/typeddjango/django-stubs/pull/1063
* Fix type annotation of message_dict. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1073
* Tighten `management.get_commands` type by andersk in https://github.com/typeddjango/django-stubs/pull/1074
* Improve stubs for contrib.postgres.operations. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1071
* Improve type for require_http_methods by adamchainz in https://github.com/typeddjango/django-stubs/pull/1075
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1076
* Support Lookup generics. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1079
* Fix OutputWrapper.style_func type by andersk in https://github.com/typeddjango/django-stubs/pull/1080
* Fix type of min_value and max_value on FloatField by UnknownPlatypus in https://github.com/typeddjango/django-stubs/pull/1081
* docs(README): Fix indentation in list and examples by tony in https://github.com/typeddjango/django-stubs/pull/1083
* Remove trailing whitespace in README to fix CI failure by andersk in https://github.com/typeddjango/django-stubs/pull/1084
* Fix CI error introduced since Django 4.1 by PIG208 in https://github.com/typeddjango/django-stubs/pull/1093
* Add preset options list to makemessages command. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1091
* Improve type annotation for RunSQL by PIG208 in https://github.com/typeddjango/django-stubs/pull/1090
* Fix base_field type for SimpleArrayField by adnathanail in https://github.com/typeddjango/django-stubs/pull/1097
* Prevent building an editable wheel with setuptools<64 by andersk in https://github.com/typeddjango/django-stubs/pull/1123
* Improve hints for BaseCache by adamchainz in https://github.com/typeddjango/django-stubs/pull/1117
* Add HttpResponseBase.__contains__ by adamchainz in https://github.com/typeddjango/django-stubs/pull/1099
* Add BaseDatabaseWrapper.operators by adamchainz in https://github.com/typeddjango/django-stubs/pull/1119
* Add SimpleTestCase.assertURLEqual() by adamchainz in https://github.com/typeddjango/django-stubs/pull/1102
* Allow None to be passed to Paginator.get_page by adamchainz in https://github.com/typeddjango/django-stubs/pull/1101
* Improve types for CheckMessage subclasses by adamchainz in https://github.com/typeddjango/django-stubs/pull/1107
* Expose HttpResponseBase in django.http by adamchainz in https://github.com/typeddjango/django-stubs/pull/1121
* Improve types for DiscoverRunner by adamchainz in https://github.com/typeddjango/django-stubs/pull/1106
* Improve return type for BaseCommand.execute() by adamchainz in https://github.com/typeddjango/django-stubs/pull/1104
* Fix CI by sobolevn in https://github.com/typeddjango/django-stubs/pull/1108
* Improve type hints for test client response.context by adamchainz in https://github.com/typeddjango/django-stubs/pull/1100
* Add test client response.redirect_chain by adamchainz in https://github.com/typeddjango/django-stubs/pull/1124
* Add different signatures for form assertions from Django 4.1 by adamchainz in https://github.com/typeddjango/django-stubs/pull/1105
* Run stubs self-check on all python versions by sobolevn in https://github.com/typeddjango/django-stubs/pull/1126
* Add database Field.non_db_attrs by adamchainz in https://github.com/typeddjango/django-stubs/pull/1125
* Rewrite SessionBase properties to use `property` by adamchainz in https://github.com/typeddjango/django-stubs/pull/1129
* Add db Field.flatchoices by adamchainz in https://github.com/typeddjango/django-stubs/pull/1128
* Add HttpRequest current_app and LANGUAGE_CODE attrs by adamchainz in https://github.com/typeddjango/django-stubs/pull/1127
* Updating deconstructible by karolyi in https://github.com/typeddjango/django-stubs/pull/1116
* Type `samesite` values as literals 'Lax', 'Strict' or 'None' by flaeppe in https://github.com/typeddjango/django-stubs/pull/1110
* Enhance stubs for csrf decorators. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1130
* Return Promise for lazy functions. by PIG208 in https://github.com/typeddjango/django-stubs/pull/689
* Add async queryset for Django 4.1 by xncbf in https://github.com/typeddjango/django-stubs/pull/1131
* Add Q.__xor__ by adamchainz in https://github.com/typeddjango/django-stubs/pull/1133
* Improve database backend types by adamchainz in https://github.com/typeddjango/django-stubs/pull/1132
* Improve types for QuerySet.contains and bulk_create by adamchainz in https://github.com/typeddjango/django-stubs/pull/1134
* Fix Manager.contains and bulk_create by adamchainz in https://github.com/typeddjango/django-stubs/pull/1135
* Add QuerySet.__aiter__() by adamchainz in https://github.com/typeddjango/django-stubs/pull/1136
* Fix return type for django.shortcuts.render by SebastiaanZ in https://github.com/typeddjango/django-stubs/pull/1140
* Bump black from 22.6.0 to 22.8.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/1141
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1142
* fix type hint for GenericSitemap(info_dict) by djbrown in https://github.com/typeddjango/django-stubs/pull/1111
* Reflect the deprecation of get_response being None. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1086
* Add django.db.models.functions.Collate by syre in https://github.com/typeddjango/django-stubs/pull/1143
* Bump pytest from 7.1.2 to 7.1.3 by dependabot in https://github.com/typeddjango/django-stubs/pull/1144
* Correct EmailMultiAlternatives.body by adamchainz in https://github.com/typeddjango/django-stubs/pull/1146
* Add type and parameter fields to MediaType by yrd in https://github.com/typeddjango/django-stubs/pull/1103
* Improve Flake8 config by adamchainz in https://github.com/typeddjango/django-stubs/pull/1149
* Serialize `RelatedManager` attributes in cache by flaeppe in https://github.com/typeddjango/django-stubs/pull/1152
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1153
* Adjust `choices=` type variance for model fields by flaeppe in https://github.com/typeddjango/django-stubs/pull/1154
* Broaden type annotation for verbose_name(_plural) to accept lazystr. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1139
* Improve stubs for runserver management command. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1037
* Relax `fields=` arg for `refresh_from_db` to accept `Sequence` by flaeppe in https://github.com/typeddjango/django-stubs/pull/1156
* Fix paramters for ParallelTestSuite and RemoteTestRunner. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1072
* Fix unresolved placeholder error during serialization by ljodal in https://github.com/typeddjango/django-stubs/pull/1161
* Disable fallback to runtime types for Django settings by andersk in https://github.com/typeddjango/django-stubs/pull/1163
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1164
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1165
* Update mypy to 0.981 by sobolevn in https://github.com/typeddjango/django-stubs/pull/1167
* Allow Promise to be passed to ArrayField.verbose_name by ljodal in https://github.com/typeddjango/django-stubs/pull/1168
* Disallow passing bytes for Field verbose_name by intgr in https://github.com/typeddjango/django-stubs/pull/1170
* Don't allow promise to be passed to ArrayField.name by ljodal in https://github.com/typeddjango/django-stubs/pull/1171
* Implement support for `<QuerySet>.as_manager()` by flaeppe in https://github.com/typeddjango/django-stubs/pull/1025
* Add SETTINGS_MODULE to Settings and LazySettings by ljodal in https://github.com/typeddjango/django-stubs/pull/1175
* Fix type of <fieldname>_id when using ForeignKey(to_field=) by intgr in https://github.com/typeddjango/django-stubs/pull/1176
* Add UUIDField lookup types by intgr in https://github.com/typeddjango/django-stubs/pull/1178
* Reparametrize managers without explicit type parameters by ljodal in https://github.com/typeddjango/django-stubs/pull/1169
* Bump mypy from 0.981 to 0.982 by dependabot in https://github.com/typeddjango/django-stubs/pull/1180
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1181
* Add missing re-export for JSONObject. by PIG208 in https://github.com/typeddjango/django-stubs/pull/1182
* Update utils.log.log_response type for Django 4.1 by andersk in https://github.com/typeddjango/django-stubs/pull/1183
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1186
* Bump gitpython from 3.1.27 to 3.1.28 by dependabot in https://github.com/typeddjango/django-stubs/pull/1185
* Bump black from 22.8.0 to 22.10.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/1184
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1188
* Bump gitpython from 3.1.28 to 3.1.29 by dependabot in https://github.com/typeddjango/django-stubs/pull/1187
* Fix `RelatedManager` not callable by UnknownPlatypus in https://github.com/typeddjango/django-stubs/pull/1191
* Update cache timeout parameters to floats by adamchainz in https://github.com/typeddjango/django-stubs/pull/1193
* Standardize all context manager __exit__ methods by adamchainz in https://github.com/typeddjango/django-stubs/pull/1194
* Add hints for instance variables in console.EmailBackend by leamingrad in https://github.com/typeddjango/django-stubs/pull/1200
* Generic sitemap by UnknownPlatypus in https://github.com/typeddjango/django-stubs/pull/1198
* Allow `assertQuerysetEqual` to compare with a collection of values by flaeppe in https://github.com/typeddjango/django-stubs/pull/1201
* Improve type of `TestCase.captureOnCommitCallbacks` by flaeppe in https://github.com/typeddjango/django-stubs/pull/1202
* Bump pytest-mypy-plugins from 1.10.0 to 1.10.1 by dependabot in https://github.com/typeddjango/django-stubs/pull/1205
* Bump pytest from 7.1.3 to 7.2.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/1203
* Add auto_now attrs to date and time model fields by adamchainz in https://github.com/typeddjango/django-stubs/pull/1210
* Add django.db.models.base.model_unpickle by adamchainz in https://github.com/typeddjango/django-stubs/pull/1209
* Add BaseDetailView.object by adamchainz in https://github.com/typeddjango/django-stubs/pull/1211
* Add BaseDatabaseSchemaEditor.table_sql() by adamchainz in https://github.com/typeddjango/django-stubs/pull/1212
* Add lots of missing argument & return type hints by intgr in https://github.com/typeddjango/django-stubs/pull/1204
* Fixed `F`'s `asc` and `desc` args by g-as in https://github.com/typeddjango/django-stubs/pull/1213
* BaseDeleteView now extends FormMixin by adamchainz in https://github.com/typeddjango/django-stubs/pull/1215
* Auto-update pre-commit hooks by github-actions in https://github.com/typeddjango/django-stubs/pull/1216
* Add type hints to all test code by intgr in https://github.com/typeddjango/django-stubs/pull/1217
* Fill remaining missing hints with Any & disallow partial hints by intgr in https://github.com/typeddjango/django-stubs/pull/1206
* Remove bad redirect_chain attributes by adamchainz in https://github.com/typeddjango/django-stubs/pull/1148
* Re-allow expressions in UniqueConstraint by adamchainz in https://github.com/typeddjango/django-stubs/pull/1220
* Add some types to views by adamchainz in https://github.com/typeddjango/django-stubs/pull/1221

New Contributors
* lachtanek made their first contribution in https://github.com/typeddjango/django-stubs/pull/1015
* smithdc1 made their first contribution in https://github.com/typeddjango/django-stubs/pull/1012
* ngnpope made their first contribution in https://github.com/typeddjango/django-stubs/pull/1050
* jhhayashi made their first contribution in https://github.com/typeddjango/django-stubs/pull/1062
* UnknownPlatypus made their first contribution in https://github.com/typeddjango/django-stubs/pull/1081
* tony made their first contribution in https://github.com/typeddjango/django-stubs/pull/1083
* adnathanail made their first contribution in https://github.com/typeddjango/django-stubs/pull/1097
* karolyi made their first contribution in https://github.com/typeddjango/django-stubs/pull/1116
* SebastiaanZ made their first contribution in https://github.com/typeddjango/django-stubs/pull/1140
* djbrown made their first contribution in https://github.com/typeddjango/django-stubs/pull/1111
* syre made their first contribution in https://github.com/typeddjango/django-stubs/pull/1143
* yrd made their first contribution in https://github.com/typeddjango/django-stubs/pull/1103

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/django-stubs1.12.0...1.13.0

1.12.0

What's Changed
* Upgrade mypy support to 0.960 by DamianZaremba in https://github.com/typeddjango/django-stubs/pull/973
* Fix false positive ModelAdmin.list_display_links=None by AllexVeldman in https://github.com/typeddjango/django-stubs/pull/964
* Fix AlterModelManagers managers annotation to be [(str, Manager), ...] by alexdutton in https://github.com/typeddjango/django-stubs/pull/966
* Support content attribute for a Testing Response. by quinox in https://github.com/typeddjango/django-stubs/pull/968
* Fix BaseModelFormSet.save_m2m: accept `self` by blueyed in https://github.com/typeddjango/django-stubs/pull/970
* Move mypy version upper bound to a [compatible-mypy] extra by andersk in https://github.com/typeddjango/django-stubs/pull/979
* Add GitHub release action to upload to PyPI & create GitHub release by terencehonles in https://github.com/typeddjango/django-stubs/pull/980
* Bump mypy from 0.960 to 0.961 by dependabot in https://github.com/typeddjango/django-stubs/pull/983
* Improve admin filter types by adamchainz in https://github.com/typeddjango/django-stubs/pull/984
* remove unneeded submodule (removed in 485) by terencehonles in https://github.com/typeddjango/django-stubs/pull/982
* Remove coreapi from requirements.txt by jzmiller1 in https://github.com/typeddjango/django-stubs/pull/987
* Enable GitHub auto generated release notes for GitHub releases by terencehonles in https://github.com/typeddjango/django-stubs/pull/988
* Bump requests from 2.27.1 to 2.28.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/990
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/typeddjango/django-stubs/pull/989
* Improve admin filter lookups() return type by adamchainz in https://github.com/typeddjango/django-stubs/pull/992
* Fix manager types scope by sterliakov in https://github.com/typeddjango/django-stubs/pull/991
* Add fallback related manager in final iteration of AddRelatedManagers  by aleksanb in https://github.com/typeddjango/django-stubs/pull/993
* Improve hints in migration Operation class by intgr in https://github.com/typeddjango/django-stubs/pull/996
* Set type of default `django.core.cache.cache` to `BaseCache` by flaeppe in https://github.com/typeddjango/django-stubs/pull/998
* Add Feed to monkeypatch to fix generic issue. by adambirds in https://github.com/typeddjango/django-stubs/pull/1002
* Emit error and set fallback type for managers that can't be resolved by flaeppe in https://github.com/typeddjango/django-stubs/pull/999

New Contributors
* AllexVeldman made their first contribution in https://github.com/typeddjango/django-stubs/pull/964
* alexdutton made their first contribution in https://github.com/typeddjango/django-stubs/pull/966
* andersk made their first contribution in https://github.com/typeddjango/django-stubs/pull/979
* jzmiller1 made their first contribution in https://github.com/typeddjango/django-stubs/pull/987
* adambirds made their first contribution in https://github.com/typeddjango/django-stubs/pull/1002

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/v1.11.0...django-stubs1.12.0

django-stubs-ext0.5.0
What's Changed
* Upgrade mypy support to 0.960 by DamianZaremba in https://github.com/typeddjango/django-stubs/pull/973
* Fix false positive ModelAdmin.list_display_links=None by AllexVeldman in https://github.com/typeddjango/django-stubs/pull/964
* Fix AlterModelManagers managers annotation to be [(str, Manager), ...] by alexdutton in https://github.com/typeddjango/django-stubs/pull/966
* Support content attribute for a Testing Response. by quinox in https://github.com/typeddjango/django-stubs/pull/968
* Fix BaseModelFormSet.save_m2m: accept `self` by blueyed in https://github.com/typeddjango/django-stubs/pull/970
* Move mypy version upper bound to a [compatible-mypy] extra by andersk in https://github.com/typeddjango/django-stubs/pull/979
* Add GitHub release action to upload to PyPI & create GitHub release by terencehonles in https://github.com/typeddjango/django-stubs/pull/980
* Bump mypy from 0.960 to 0.961 by dependabot in https://github.com/typeddjango/django-stubs/pull/983
* Improve admin filter types by adamchainz in https://github.com/typeddjango/django-stubs/pull/984
* remove unneeded submodule (removed in 485) by terencehonles in https://github.com/typeddjango/django-stubs/pull/982
* Remove coreapi from requirements.txt by jzmiller1 in https://github.com/typeddjango/django-stubs/pull/987
* Enable GitHub auto generated release notes for GitHub releases by terencehonles in https://github.com/typeddjango/django-stubs/pull/988
* Bump requests from 2.27.1 to 2.28.0 by dependabot in https://github.com/typeddjango/django-stubs/pull/990
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/typeddjango/django-stubs/pull/989
* Improve admin filter lookups() return type by adamchainz in https://github.com/typeddjango/django-stubs/pull/992
* Fix manager types scope by sterliakov in https://github.com/typeddjango/django-stubs/pull/991
* Add fallback related manager in final iteration of AddRelatedManagers  by aleksanb in https://github.com/typeddjango/django-stubs/pull/993
* Improve hints in migration Operation class by intgr in https://github.com/typeddjango/django-stubs/pull/996
* Set type of default `django.core.cache.cache` to `BaseCache` by flaeppe in https://github.com/typeddjango/django-stubs/pull/998
* Add Feed to monkeypatch to fix generic issue. by adambirds in https://github.com/typeddjango/django-stubs/pull/1002
* Emit error and set fallback type for managers that can't be resolved by flaeppe in https://github.com/typeddjango/django-stubs/pull/999

New Contributors
* AllexVeldman made their first contribution in https://github.com/typeddjango/django-stubs/pull/964
* alexdutton made their first contribution in https://github.com/typeddjango/django-stubs/pull/966
* andersk made their first contribution in https://github.com/typeddjango/django-stubs/pull/979
* jzmiller1 made their first contribution in https://github.com/typeddjango/django-stubs/pull/987
* adambirds made their first contribution in https://github.com/typeddjango/django-stubs/pull/1002

**Full Changelog**: https://github.com/typeddjango/django-stubs/compare/v1.11.0...django-stubs-ext0.5.0

1.11.0

* mypy 0.950 support
Links

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.

2 participants