Django-stubs

Latest version: v5.0.2

Safety actively analyzes 641002 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

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

Page 3 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.