Django-stubs

Latest version: v5.0.2

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

Scan your dependencies

Page 1 of 9

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

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

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.