Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

TypedDjango

django-stubs, djangorestframework-stubs, pytest-mypy-plugins
Collective - Host: opensource - https://opencollective.com/typeddjangoorg - Code: https://github.com/typeddjango

Specify return type for APIClient.credentials method (#469)

github.com/typeddjango/djangorestframework-stubs - b2e3b52ee2a7ca9cde572aea74f308a5ef336549 authored about 1 year ago by Ludolf Takens <[email protected]>
Fix test broken by django-stubs 4.2.4 (#471)

github.com/typeddjango/djangorestframework-stubs - 5615274262e564e3a9ebd85fbf5a5ac2de9e8432 authored about 1 year ago by Christian Bundy <[email protected]>
Misc test stubs types (#1752)

* Django test init file errors

* Add other lazy regex to `allowlist.txt`

* Fix some `djang...

github.com/typeddjango/django-stubs - b12a384e2c673f5e858f830f5b109e193d926070 authored about 1 year ago by Thibaut Decombe <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1753)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](https://github.com/astra...

github.com/typeddjango/django-stubs - 49850ff90d923d24174df15047affa089d343938 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fix `django.test.signals` types (#1751)

github.com/typeddjango/django-stubs - 318dc10f7d83318f5f435b56653e2a2c44c2fcb2 authored about 1 year ago by Thibaut Decombe <[email protected]>
docs(contributing): Fix link to django_stubs_ext (#1748)

github.com/typeddjango/django-stubs - 05202781845a2322a9b7e2558701034d647add84 authored about 1 year ago by Tony Narlock <[email protected]>
docs(README): Fix link to django_stubs_ext (#1747)

github.com/typeddjango/django-stubs - 91aa0dc68558f3ffaea2ddf04624ea06f33e5c2f authored about 1 year ago by Tony Narlock <[email protected]>
Resolve any `settings.AUTH_USER_MODEL` used as `to` in relation (#1746)

e.g.

```python
OneToOneField(settings.AUTH_USER_MODEL, ...)
ForeignKey(settings.AUTH_USER_M...

github.com/typeddjango/django-stubs - 1082203cd2f8d28d4de23d4c854ac4a3ea05718b authored about 1 year ago by Petter Friberg <[email protected]>
Don't crash on bad arguments for model relationship fields (#1735)

* Don't crash on bad arguments for model relationship fields

* fixup! Don't crash on bad argu...

github.com/typeddjango/django-stubs - c7b3db03616bcedc50df9d6ef37b52e9098d7aad authored about 1 year ago by Petter Friberg <[email protected]>
Update `Model._meta` to `ClassVar[Options[Self]]` (#1732)

Also drop the plugin code populating the `Options` argument as it isn't
needed.

github.com/typeddjango/django-stubs - d27aae49c29539636400d370ec1a077185319f57 authored about 1 year ago by Petter Friberg <[email protected]>
fill out descriptor for ModelStateFieldsCacheDescriptor (#1743)

github.com/typeddjango/django-stubs - 939f91c4aba830bfa3341103dbf4b98bc86500b7 authored about 1 year ago by Anthony Sottile <[email protected]>
Add better support for `ManyToManyField`'s `through` model (#1719)

github.com/typeddjango/django-stubs - 84a085c784ee68318d6fb190cbdda216d569fb43 authored about 1 year ago by Petter Friberg <[email protected]>
Narrow down annotations for fields.Field.formfield (#1739)

Fixes: https://github.com/typeddjango/django-stubs/issues/1738

github.com/typeddjango/django-stubs - af38823a62d13042dcbc034b9e7d8565023e090d authored about 1 year ago by Hugo <[email protected]>
AbstractBaseUser.REQUIRED_FIELDS is a ClassVar (#1737)

On a subclass, there's not correct way to annotate `REQUIRED_FIELDS`.

- Annotating as `list[s...

github.com/typeddjango/django-stubs - 0e72050f771ef8be864b7f3873a042d428542a61 authored about 1 year ago by Hugo <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1736)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.291](https://github.com/astra...

github.com/typeddjango/django-stubs - b5482a46b1dd7d4e051ba3c061ee534b680e112d authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add no blanket type ignore (#1734)

* Add PGH003: Disallowed blanket `type: ignore` annotations.

* Add specific mypy error codes

github.com/typeddjango/django-stubs - a539bbe7a95b85974fe3ce77c3c225ba2663ea37 authored about 1 year ago by Thibaut Decombe <[email protected]>
Improve hints for `ReverseOneToOneDescriptor` and start using it (#1733)

github.com/typeddjango/django-stubs - e6598f8913c90664c93169b9a8c35482a3722581 authored about 1 year ago by Petter Friberg <[email protected]>
Specify error codes to ignore for plugin type ignores (#1726)

github.com/typeddjango/django-stubs - 076e637f7e4d7e9f14375c08911d447eb11def86 authored about 1 year ago by Petter Friberg <[email protected]>
Handle mismatching types in queryset method resolving gracefully (#1727)

Replace a couple of asserts with if statements to avoid unnecessary
crashes.

github.com/typeddjango/django-stubs - 5ba0b063738361c683b1577b5deeec9dee18a448 authored about 1 year ago by Petter Friberg <[email protected]>
Gracefully handle unwanted types when creating fallback managers (#1728)

github.com/typeddjango/django-stubs - 3c5a53ecca6c4b5689336c6a71585b4635470f4d authored about 1 year ago by Petter Friberg <[email protected]>
Fix "FileNotFoundError" due to "schema.json" not installed (#132)

github.com/typeddjango/pytest-mypy-plugins - c80f1eba295c04616c2974eb545934fededaec3c authored about 1 year ago by Delgan <[email protected]>
Ease testing of local stubs by extending "MYPYPATH" (#130)

github.com/typeddjango/pytest-mypy-plugins - 0e7104e4da7e6d9bf0449541962f3cd67c337895 authored about 1 year ago by Delgan <[email protected]>
Fix variance for all Migration list attributes (#1710)

github.com/typeddjango/django-stubs - 5b34b88f0fff8622597b9ad9a62410da210ba466 authored about 1 year ago by Brian Helba <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1723)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.288 → v0.0.290](https://github.com/astra...

github.com/typeddjango/django-stubs - e5e3f223f4f2a93319491a6728cc3f7cae402b7b authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Update layer.pyi (#1722)

* Update layer.pyi

Added missing `num_feat` property in the Layer class

* Removed recently...

github.com/typeddjango/django-stubs - e95ce3ccec6f955817942b6d381367f873496617 authored about 1 year ago by Nicolas Noé <[email protected]>
README.md: `mypy_config` typo (#128)

Signed-off-by: Stavros Ntentos <[email protected]>

github.com/typeddjango/pytest-mypy-plugins - b499462f1a80e7d8ac9d513a24fde5c642a92f26 authored about 1 year ago by Stavros Ntentos <[email protected]>
Use `functools.cached_property` in favor of Django's in mypy plugin (#1721)

github.com/typeddjango/django-stubs - 10d8ccac40f9bcbfb0c91ec0b4b95c14885e9348 authored about 1 year ago by Petter Friberg <[email protected]>
Remove `null` and `validators` arguments from `ManyToManyField.__init__` (#1720)

github.com/typeddjango/django-stubs - 395f43d20d120e9ba656061a31fc71d5ffaa1735 authored about 1 year ago by Petter Friberg <[email protected]>
Type django.views (#1716)

* fix: removed argument

* fix: missing constant ERROR_PAGE_TEMPLATE

* fix: missing Logger
...

github.com/typeddjango/django-stubs - 5514e3762cda25bf1100c067243ab4ffd7b36cea authored about 1 year ago by Gabriel Dugny <[email protected]>
chore: add Generic types (#1717)

github.com/typeddjango/django-stubs - 3147e39a2d62ea12d324e6a585e088d288c8da52 authored about 1 year ago by Gabriel Dugny <[email protected]>
fix: missing max_length attribute on forms.FileField (#1715)

github.com/typeddjango/django-stubs - 144a827a9c425d7e7bcc3a36c5a54e9dcb993c4c authored about 1 year ago by Gabriel Dugny <[email protected]>
Fix _Composable protocol for compatibility with psycopg2-stubs change (#1714)

An implementor of _Composable is required to support + with its own
type, not with an arbitrary...

github.com/typeddjango/django-stubs - dd6076793e526fd55c38eac1fa433facf2a09f92 authored about 1 year ago by Anders Kaseorg <[email protected]>
adjust bases in CreateModel to allow for mixins (#1708)

github.com/typeddjango/django-stubs - e8d3f9f155b9216320559701d5b1499da0b0c626 authored about 1 year ago by Anthony Sottile <[email protected]>
fix variance for migration operations (#1707)

* fix variance for migration operations

* [pre-commit.ci] auto fixes from pre-commit.com hook...

github.com/typeddjango/django-stubs - 984146b1c595a01cb469300549ed2966cf0acbf6 authored about 1 year ago by Anthony Sottile <[email protected]>
Fix wrong type hints for SyndicationFeed methods (#1705)

Django's documentation mentions that the handler is of type
xml.sax.saxutils.XMLGenerator. Howe...

github.com/typeddjango/django-stubs - e92a6abc9c4d51ab978b217a75c9efa15bb910b2 authored about 1 year ago by Hugo <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1704)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](https://github.com/astra...

github.com/typeddjango/django-stubs - 26a454a0c34bed85c63083d727d29f80972b461e authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Use `parse_bool` implementation from mypy (#1703)

github.com/typeddjango/django-stubs - a6b3ba9416855a6b7c1a1c95c17f5d37253666aa authored about 1 year ago by Petter Friberg <[email protected]>
Resolve dynamic manager methods through manager MRO (#1701)

This mainly affects reverse managers as we can't inherit dynamic
managers in any other way.

...

github.com/typeddjango/django-stubs - f5e65d289396ee94daf1e386b098c72470baf80b authored about 1 year ago by Petter Friberg <[email protected]>
Bump black from 23.7.0 to 23.9.1 (#1700)

Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.9.1.
- [Release notes](https://gi...

github.com/typeddjango/django-stubs - c9c35701d50f403a3e0228153dbc88c8b24ac15e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Make "default_storage" produce a "Storage" object (#1665)

The actual "DefaultStorage" storage class is a "LazyObject" proxy, which ought
to be a generic ...

github.com/typeddjango/django-stubs - 9cabc5a54414c2d1fd9de58c71bd2a9e6562cd23 authored about 1 year ago by Brian Helba <[email protected]>
Validate `pytest-mypy-plugins` input file schema (#127)

Create a `schema.json` to:
* Validate the input provided by the users
* Offer in-editor valida...

github.com/typeddjango/pytest-mypy-plugins - e7e1a0f8a8c8055204073c15bbed2395796bb72d authored about 1 year ago by Stavros Ntentos <[email protected]>
fix: Fixed compiler.pui file (#1689)

* fix: Fixed compiler.pui file

* fix: Three methods have been removed from the allowlist

github.com/typeddjango/django-stubs - 12422e64ad7a3660e92bccbaa7aef7590b3f5fe0 authored about 1 year ago by Shamil <[email protected]>
Annotate return value of all "deconstruct" methods (#1695)

* Annotate return value of all "deconstruct" methods

This is typically some number of bool an...

github.com/typeddjango/django-stubs - f65e2c226a4d3c7382fd745fed5eb8cf633604c5 authored about 1 year ago by Brian Helba <[email protected]>
Bump pytest from 7.4.1 to 7.4.2 (#1696)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.2.
- [Release notes](htt...

github.com/typeddjango/django-stubs - d5d8ba7b85c4814288f7e68e1af5e32350e46abe authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove redefinition of inherited "deconstruct" methods. (#1694)

The base class "Field" already defines a "deconstruct" method (which we
have type annotations f...

github.com/typeddjango/django-stubs - f9d1226f949356e55b4a8adc0480647c77f1e957 authored about 1 year ago by Brian Helba <[email protected]>
Remove redefinition of inherited "deconstruct" methods. (#1693)

The base class "Operation" already defines a "deconstruct" method (which we
have type annotatio...

github.com/typeddjango/django-stubs - f9f1099e66268b5b6e15c5cb24023015455f1d16 authored about 1 year ago by Brian Helba <[email protected]>
Remove a bunch of unused code (#1687)

github.com/typeddjango/django-stubs - 390cbab4b5646a11b0e9d3f86ae2e0eb13aaba29 authored about 1 year ago by Petter Friberg <[email protected]>
Version 4.2.4 release

github.com/typeddjango/django-stubs - 028826305cc70bc7943c3bdafdd265f6425f6270 authored about 1 year ago by sobolevn <[email protected]>
Declare manager class attributes on models as `ClassVar`s (#1672)

* Move ModelBase.objects declaration to Model.objects, for mypy 1.5.0

mypy 1.5.0 was fixed to...

github.com/typeddjango/django-stubs - faa5cc0ffbc59b537a538c63354b799e117b1c8a authored about 1 year ago by Petter Friberg <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1679)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.287](https://github.com/astra...

github.com/typeddjango/django-stubs - ff2f4a1cbbf48a42d3f8fd4386f9c1162362260c authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Update to `Django=4.2.5` (#1682)

github.com/typeddjango/django-stubs - 84cfd081f1f8819295130af422fcb4973b006965 authored about 1 year ago by Nikita Sobolev <[email protected]>
Bump actions/checkout from 3 to 4 (#1681)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...

github.com/typeddjango/django-stubs - bb6902e03a8e5624afab33174c4a4845f9006e95 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 3 to 4 (#461)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...

github.com/typeddjango/djangorestframework-stubs - 9d33237f790cf198bb8d66aecae5ccaf0bbdaaeb authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 3 to 4 (#125)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...

github.com/typeddjango/pytest-mypy-plugins - cf14d3125ab54e4517225581913e829b2a061c7e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add TypeVar resolution for as_manager and from_queryset querysets (typeddjango#1646) (#1666)

github.com/typeddjango/django-stubs - b2e46485aa58a47a2f4e0cf02c0931c4dc7cc158 authored about 1 year ago by Abadie Moran <[email protected]>
Skip templating `mypy_config` if no placeholders exist (#124)

The solution to `if-return` on the `render_template` was selected,
as the shortest one (vs modi...

github.com/typeddjango/pytest-mypy-plugins - 64b3a49b7c7a5421fa78d031503c9fedea18df6c authored about 1 year ago by Stavros Ntentos <[email protected]>
Support `@overload` methods in `from_queryset` (#1676)

* Support `@overload` methods in `from_queryset`

* [pre-commit.ci] auto fixes from pre-commit...

github.com/typeddjango/django-stubs - 7de328836ed85b0384b2e71b5c8492976bb2d17d authored about 1 year ago by Nikita Sobolev <[email protected]>
Bump pre-commit from 3.3.3 to 3.4.0 (#459)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.0.
- [Release no...

github.com/typeddjango/djangorestframework-stubs - a48781e1eabd30f786ac509557be02f3ca3b0d04 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest from 7.4.0 to 7.4.1 (#458)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1.
- [Release notes](htt...

github.com/typeddjango/djangorestframework-stubs - a5280418d2b8ebcf3b006e42fdd4eff027974cd6 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
`django_stubs_ext` was renamed to `ext` (#460)

github.com/typeddjango/djangorestframework-stubs - 47947db102a9d9ec4e22ca1ad02ed40bb1838558 authored about 1 year ago by Nikita Sobolev <[email protected]>
Do not use meaningful actions in `assert` (#1675)

github.com/typeddjango/django-stubs - 0ad9f970d38c16c492b2d3429e98def6f927e7f5 authored about 1 year ago by Nikita Sobolev <[email protected]>
Bump pytest from 7.4.0 to 7.4.1 (#1673)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1.
- [Release notes](htt...

github.com/typeddjango/django-stubs - b8b7143f53d4fffc55b179d049fd80749171b0d0 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 3.3.3 to 3.4.0 (#1674)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.0.
- [Release no...

github.com/typeddjango/django-stubs - d1bb4ed88fe945c755ce1599b9a5db456294ce01 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use dict as data structure for `model_modules` (#1671)

Should give a slight performance improvement as we don't need to
iterate over all models declar...

github.com/typeddjango/django-stubs - 218d5fd1fb19dcc68811d3568b2f47b4ecaecabb authored about 1 year ago by Petter Friberg <[email protected]>
Make error_messages and default_error_messages types stricter (#1592)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

github.com/typeddjango/django-stubs - 3a1f1398aac4ca352b69beffe2be030921e9b952 authored about 1 year ago by Marti Raudsepp <[email protected]>
Mark abstract model classes as abstract classes (in mypy) (#1663)

Mypy requires some attributes to be abstract in order to make the class
abstract, so we mark mod...

github.com/typeddjango/django-stubs - 85e1f3f0e14cf64bde9c00da5de6cef87cb01b38 authored about 1 year ago by Petter Friberg <[email protected]>
Add get_attname_column method of models.Field (#1669)

* Add get_attname_column method of models.Field

Add type declaration of the get_attname_colum...

github.com/typeddjango/django-stubs - 9e7e915c2d6ba56f2320d3846894ac7a9d0c8d92 authored about 1 year ago by Mathias Millet <[email protected]>
Change plugin hook condition for analyzing model base class (#1668)

Should simplify the hook requirement and remove some unnecessary code.

github.com/typeddjango/django-stubs - 81a543a070aa9596e3296db88563057f31b1e5df authored about 1 year ago by Petter Friberg <[email protected]>
Fix `django_stubs_ext` directory collision with installation name (#1667)

Moves `django_stubs_ext` to a directory named `ext/`, which doesn't
collide with its installati...

github.com/typeddjango/django-stubs - efea3d3c2d923b5c809635a13659ab5d221212d1 authored about 1 year ago by Petter Friberg <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1664)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.286](https://github.com/astra...

github.com/typeddjango/django-stubs - a8e42cbcca7a2ce3d890789223d3043412e51c4c authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Rename SuccessURLAllowedHostsMixin to RedirectURLMixin and hint missing attributes (#1641)

Remove SuccessURLAllowedHostsMixin and replace it with RedirectURLMixin

Per Django 4.1 releas...

github.com/typeddjango/django-stubs - 0117348c3c7713f25f96b46e53ebdeed7bdba544 authored about 1 year ago by Dan Groshev <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1660)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](https://github.com/astra...

github.com/typeddjango/django-stubs - 181bc0c6fc96a8202ffc63a1ba40dc6dddddba93 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add private attribute note to contributing guide (#1656)

github.com/typeddjango/django-stubs - 3c77add89ebc861fbafae9ea1a4e268122d81dbe authored about 1 year ago by Adam Johnson <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1655)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.284](https://github.com/astra...

github.com/typeddjango/django-stubs - 6a36b6cbe1937da526977fc376e84e9f48ca0a97 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
feat(auth): add stub for base password hasher class decode method and salt_entropy variable (#1647)

github.com/typeddjango/django-stubs - 712fa823eb2608e917947279b31a8043a4f3e97b authored about 1 year ago by Kader M <[email protected]>
Bump types-pytz from 2023.3.0.0 to 2023.3.0.1 (#457)

Bumps [types-pytz](https://github.com/python/typeshed) from 2023.3.0.0 to 2023.3.0.1.
- [Commit...

github.com/typeddjango/djangorestframework-stubs - e24da496216845cd6d5f4eb554b17ceb90e9a4b0 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix crash when constructing an abstract model with recursive relation (#1393)

github.com/typeddjango/django-stubs - 325006ccd72a9b838cf841b1c61ba4092b084f99 authored about 1 year ago by Zuzel Vera <[email protected]>
Restore django.test.signals.setting_changed (#1644)

github.com/typeddjango/django-stubs - bf0b6f41ed1574e27db70e7d6443d16890c459bd authored about 1 year ago by Adam Johnson <[email protected]>
make WSGIHandler compatible with stdlib wsgi definition (#1639)

Co-authored-by: Marti Raudsepp <[email protected]>

github.com/typeddjango/django-stubs - e2dc4eaebcd790a1f33e4ef56de32eeb55568a26 authored about 1 year ago by Anthony Sottile <[email protected]>
Fix ReturnDict and ReturnList __init__ signatures (#452)

* Made serializer argument for ReturnList and ReturnDict kw only.

Copied and integrated init ...

github.com/typeddjango/djangorestframework-stubs - 591e5bfd39f135e608d9202c292a37d936806c07 authored about 1 year ago by moosbruggerj <[email protected]>
Fix typos discovered by codespell (#1640)

github.com/typeddjango/django-stubs - 45bfe051c35ec4e80d2241095c36e67ef1836c30 authored about 1 year ago by Christian Clauss <[email protected]>
Bump django from 4.2.3 to 4.2.4 (#1637)

Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.4.
- [Commits](https://githu...

github.com/typeddjango/django-stubs - b5ec49715ce96d1298ad50d5005b5dbaf872cc87 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#1636)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.280 → v0.0.281](https://github.com/astra...

github.com/typeddjango/django-stubs - b325d0e171b5f8fb7a169664918463497e484b7b authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bump pytest-mypy-plugins from 2.0.0 to 3.0.0 (#1634)

Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 2.0.0 to 3....

github.com/typeddjango/django-stubs - e70ec130913c499e31a0ba9dbb3ae5bc33ab9eff authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pytest-mypy-plugins from 2.0.0 to 3.0.0 (#453)

Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 2.0.0 to 3....

github.com/typeddjango/djangorestframework-stubs - e0e9e1f6ba9411345d00abb904b62c106ca8d7b1 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow translated URL patterns in path(), re_path() (#1608)

URL patterns can be marked translatable using the gettext_lazy() function.

Ref: https://docs....

github.com/typeddjango/django-stubs - 33bfa3a503905baf6c89ca503e2e9a626e79e430 authored about 1 year ago by Roman Imankulov <[email protected]>
Version 3.0.0 release (#123)

* Version 3.0.0 release

github.com/typeddjango/pytest-mypy-plugins - 5542939cf50489f818ea11fed423a8bf496122d3 authored about 1 year ago by Nikita Sobolev <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#451)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.280](https://github.com/astra...

github.com/typeddjango/djangorestframework-stubs - 0ecf9dcaac9e4f0c11c17f0d7b519d86bee03d08 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#1633)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0...

github.com/typeddjango/django-stubs - a376156ddfedf6c1c88ce623d4130a6368a4c012 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add timeouts to CI jobs (#1632)

github.com/typeddjango/django-stubs - e8cf347d09df0c771d9d539c5d065b874a8b2fc6 authored about 1 year ago by Nikita Sobolev <[email protected]>
get_group_by_cols() -> list[BaseExpression] (#1631)

github.com/typeddjango/django-stubs - 0b18d27334e494c110b76a88e82944038ae4fb93 authored about 1 year ago by Anthony Sottile <[email protected]>
Bump types-requests from 2.31.0.1 to 2.31.0.2 (#448)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.1 to 2.31.0.2.
- [Commit...

github.com/typeddjango/djangorestframework-stubs - adf88d251953d2f258764b93bd0b00c24407666b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump types-urllib3 from 1.26.25.13 to 1.26.25.14 (#449)

Bumps [types-urllib3](https://github.com/python/typeshed) from 1.26.25.13 to 1.26.25.14.
- [Com...

github.com/typeddjango/djangorestframework-stubs - 6b386460433d6d7f57c74c2f45a05413effa8496 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Improve output capture from mypy when running in same process (#108)

github.com/typeddjango/pytest-mypy-plugins - 71ff2d7dce14c2e99bd190782dc74dd3f2bbf215 authored over 1 year ago by Federico Bond <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1630)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0...

github.com/typeddjango/django-stubs - 48c024fc677a4894995d14c7c20edfda2582c2e4 authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#446)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0...

github.com/typeddjango/djangorestframework-stubs - f2b84df87d98162a45f1620e575b3038e2db2c7f authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fix forms media property definitions (#1629)

Fixes 106 stubtest errors

github.com/typeddjango/django-stubs - cef666da8a155ad4bd380fa9157429d277c64237 authored over 1 year ago by Thibaut Decombe <[email protected]>
Forbid instantiating abstract models (#1625)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

github.com/typeddjango/django-stubs - 2b1a4cdf8692bc2e88431d08fbe064665bb1b207 authored over 1 year ago by Nikita Sobolev <[email protected]>
Fix input type of conditional_escape (#1622)

This should accept plain string. It sends the argument on to escape,
which forces the argument ...

github.com/typeddjango/django-stubs - a29d23b90ea57bba839170e68d93b2972946d153 authored over 1 year ago by Sigurd Ljødal <[email protected]>
Update .pre-commit-config.yaml (#1621)

github.com/typeddjango/django-stubs - 2502123c294ab5b41223077bd1aa5014889d25c6 authored over 1 year ago by Nikita Sobolev <[email protected]>