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
github.com/typeddjango/djangorestframework-stubs - b2e3b52ee2a7ca9cde572aea74f308a5ef336549 authored about 1 year ago by Ludolf Takens <[email protected]>
github.com/typeddjango/djangorestframework-stubs - 5615274262e564e3a9ebd85fbf5a5ac2de9e8432 authored about 1 year ago by Christian Bundy <[email protected]>
* Django test init file errors
* Add other lazy regex to `allowlist.txt`
* Fix some `djang...
github.com/typeddjango/django-stubs - b12a384e2c673f5e858f830f5b109e193d926070 authored over 1 year ago by Thibaut Decombe <[email protected]>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](https://github.com/astra...
github.com/typeddjango/django-stubs - 318dc10f7d83318f5f435b56653e2a2c44c2fcb2 authored over 1 year ago by Thibaut Decombe <[email protected]>
github.com/typeddjango/django-stubs - 05202781845a2322a9b7e2558701034d647add84 authored over 1 year ago by Tony Narlock <[email protected]>
github.com/typeddjango/django-stubs - 91aa0dc68558f3ffaea2ddf04624ea06f33e5c2f authored over 1 year ago by Tony Narlock <[email protected]>
e.g.
```python
OneToOneField(settings.AUTH_USER_MODEL, ...)
ForeignKey(settings.AUTH_USER_M...
* Don't crash on bad arguments for model relationship fields
* fixup! Don't crash on bad argu...
github.com/typeddjango/django-stubs - c7b3db03616bcedc50df9d6ef37b52e9098d7aad authored over 1 year ago by Petter Friberg <[email protected]>
Also drop the plugin code populating the `Options` argument as it isn't
needed.
github.com/typeddjango/django-stubs - 939f91c4aba830bfa3341103dbf4b98bc86500b7 authored over 1 year ago by Anthony Sottile <[email protected]>
github.com/typeddjango/django-stubs - 84a085c784ee68318d6fb190cbdda216d569fb43 authored over 1 year ago by Petter Friberg <[email protected]>
Fixes: https://github.com/typeddjango/django-stubs/issues/1738
github.com/typeddjango/django-stubs - af38823a62d13042dcbc034b9e7d8565023e090d authored over 1 year ago by Hugo <[email protected]>On a subclass, there's not correct way to annotate `REQUIRED_FIELDS`.
- Annotating as `list[s...
github.com/typeddjango/django-stubs - 0e72050f771ef8be864b7f3873a042d428542a61 authored over 1 year ago by Hugo <[email protected]>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.291](https://github.com/astra...
* Add PGH003: Disallowed blanket `type: ignore` annotations.
* Add specific mypy error codes
github.com/typeddjango/django-stubs - a539bbe7a95b85974fe3ce77c3c225ba2663ea37 authored over 1 year ago by Thibaut Decombe <[email protected]>github.com/typeddjango/django-stubs - e6598f8913c90664c93169b9a8c35482a3722581 authored over 1 year ago by Petter Friberg <[email protected]>
github.com/typeddjango/django-stubs - 076e637f7e4d7e9f14375c08911d447eb11def86 authored over 1 year ago by Petter Friberg <[email protected]>
Replace a couple of asserts with if statements to avoid unnecessary
crashes.
github.com/typeddjango/django-stubs - 3c5a53ecca6c4b5689336c6a71585b4635470f4d authored over 1 year ago by Petter Friberg <[email protected]>
github.com/typeddjango/pytest-mypy-plugins - c80f1eba295c04616c2974eb545934fededaec3c authored over 1 year ago by Delgan <[email protected]>
github.com/typeddjango/pytest-mypy-plugins - 0e7104e4da7e6d9bf0449541962f3cd67c337895 authored over 1 year ago by Delgan <[email protected]>
github.com/typeddjango/django-stubs - 5b34b88f0fff8622597b9ad9a62410da210ba466 authored over 1 year ago by Brian Helba <[email protected]>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.288 → v0.0.290](https://github.com/astra...
* Update layer.pyi
Added missing `num_feat` property in the Layer class
* Removed recently...
github.com/typeddjango/django-stubs - e95ce3ccec6f955817942b6d381367f873496617 authored over 1 year ago by Nicolas Noé <[email protected]>Signed-off-by: Stavros Ntentos <[email protected]>
github.com/typeddjango/pytest-mypy-plugins - b499462f1a80e7d8ac9d513a24fde5c642a92f26 authored over 1 year ago by Stavros Ntentos <[email protected]>github.com/typeddjango/django-stubs - 10d8ccac40f9bcbfb0c91ec0b4b95c14885e9348 authored over 1 year ago by Petter Friberg <[email protected]>
github.com/typeddjango/django-stubs - 395f43d20d120e9ba656061a31fc71d5ffaa1735 authored over 1 year ago by Petter Friberg <[email protected]>
* fix: removed argument
* fix: missing constant ERROR_PAGE_TEMPLATE
* fix: missing Logger
...
github.com/typeddjango/django-stubs - 3147e39a2d62ea12d324e6a585e088d288c8da52 authored over 1 year ago by Gabriel Dugny <[email protected]>
github.com/typeddjango/django-stubs - 144a827a9c425d7e7bcc3a36c5a54e9dcb993c4c authored over 1 year ago by Gabriel Dugny <[email protected]>
An implementor of _Composable is required to support + with its own
type, not with an arbitrary...
github.com/typeddjango/django-stubs - e8d3f9f155b9216320559701d5b1499da0b0c626 authored over 1 year ago by Anthony Sottile <[email protected]>
* fix variance for migration operations
* [pre-commit.ci] auto fixes from pre-commit.com hook...
github.com/typeddjango/django-stubs - 984146b1c595a01cb469300549ed2966cf0acbf6 authored over 1 year ago by Anthony Sottile <[email protected]>
Django's documentation mentions that the handler is of type
xml.sax.saxutils.XMLGenerator. Howe...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](https://github.com/astra...
github.com/typeddjango/django-stubs - a6b3ba9416855a6b7c1a1c95c17f5d37253666aa authored over 1 year ago by Petter Friberg <[email protected]>
This mainly affects reverse managers as we can't inherit dynamic
managers in any other way.
...
github.com/typeddjango/django-stubs - f5e65d289396ee94daf1e386b098c72470baf80b authored over 1 year ago by Petter Friberg <[email protected]>
Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.9.1.
- [Release notes](https://gi...
The actual "DefaultStorage" storage class is a "LazyObject" proxy, which ought
to be a generic ...
Create a `schema.json` to:
* Validate the input provided by the users
* Offer in-editor valida...
* fix: Fixed compiler.pui file
* fix: Three methods have been removed from the allowlist
github.com/typeddjango/django-stubs - 12422e64ad7a3660e92bccbaa7aef7590b3f5fe0 authored over 1 year ago by Shamil <[email protected]>* Annotate return value of all "deconstruct" methods
This is typically some number of bool an...
github.com/typeddjango/django-stubs - f65e2c226a4d3c7382fd745fed5eb8cf633604c5 authored over 1 year ago by Brian Helba <[email protected]>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.2.
- [Release notes](htt...
The base class "Field" already defines a "deconstruct" method (which we
have type annotations f...
The base class "Operation" already defines a "deconstruct" method (which we
have type annotatio...
github.com/typeddjango/django-stubs - 390cbab4b5646a11b0e9d3f86ae2e0eb13aaba29 authored over 1 year ago by Petter Friberg <[email protected]>
github.com/typeddjango/django-stubs - 028826305cc70bc7943c3bdafdd265f6425f6270 authored over 1 year ago by sobolevn <[email protected]>
* 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 over 1 year ago by Petter Friberg <[email protected]>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.287](https://github.com/astra...
github.com/typeddjango/django-stubs - 84cfd081f1f8819295130af422fcb4973b006965 authored over 1 year ago by Nikita Sobolev <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](ht...
github.com/typeddjango/django-stubs - b2e46485aa58a47a2f4e0cf02c0931c4dc7cc158 authored over 1 year ago by Abadie Moran <[email protected]>
The solution to `if-return` on the `render_template` was selected,
as the shortest one (vs modi...
* Support `@overload` methods in `from_queryset`
* [pre-commit.ci] auto fixes from pre-commit...
github.com/typeddjango/django-stubs - 7de328836ed85b0384b2e71b5c8492976bb2d17d authored over 1 year ago by Nikita Sobolev <[email protected]>
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.0.
- [Release no...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1.
- [Release notes](htt...
github.com/typeddjango/djangorestframework-stubs - 47947db102a9d9ec4e22ca1ad02ed40bb1838558 authored over 1 year ago by Nikita Sobolev <[email protected]>
github.com/typeddjango/django-stubs - 0ad9f970d38c16c492b2d3429e98def6f927e7f5 authored over 1 year ago by Nikita Sobolev <[email protected]>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1.
- [Release notes](htt...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.0.
- [Release no...
Should give a slight performance improvement as we don't need to
iterate over all models declar...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github.com/typeddjango/django-stubs - 3a1f1398aac4ca352b69beffe2be030921e9b952 authored over 1 year ago by Marti Raudsepp <[email protected]>
Mypy requires some attributes to be abstract in order to make the class
abstract, so we mark mod...
* Add get_attname_column method of models.Field
Add type declaration of the get_attname_colum...
github.com/typeddjango/django-stubs - 9e7e915c2d6ba56f2320d3846894ac7a9d0c8d92 authored over 1 year ago by Mathias Millet <[email protected]>Should simplify the hook requirement and remove some unnecessary code.
github.com/typeddjango/django-stubs - 81a543a070aa9596e3296db88563057f31b1e5df authored over 1 year ago by Petter Friberg <[email protected]>
Moves `django_stubs_ext` to a directory named `ext/`, which doesn't
collide with its installati...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.286](https://github.com/astra...
Remove SuccessURLAllowedHostsMixin and replace it with RedirectURLMixin
Per Django 4.1 releas...
github.com/typeddjango/django-stubs - 0117348c3c7713f25f96b46e53ebdeed7bdba544 authored over 1 year ago by Dan Groshev <[email protected]>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](https://github.com/astra...
github.com/typeddjango/django-stubs - 3c77add89ebc861fbafae9ea1a4e268122d81dbe authored over 1 year ago by Adam Johnson <[email protected]>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.284](https://github.com/astra...
github.com/typeddjango/django-stubs - 712fa823eb2608e917947279b31a8043a4f3e97b authored over 1 year ago by Kader M <[email protected]>
Bumps [types-pytz](https://github.com/python/typeshed) from 2023.3.0.0 to 2023.3.0.1.
- [Commit...
github.com/typeddjango/django-stubs - 325006ccd72a9b838cf841b1c61ba4092b084f99 authored over 1 year ago by Zuzel Vera <[email protected]>
github.com/typeddjango/django-stubs - bf0b6f41ed1574e27db70e7d6443d16890c459bd authored over 1 year ago by Adam Johnson <[email protected]>
Co-authored-by: Marti Raudsepp <[email protected]>
github.com/typeddjango/django-stubs - e2dc4eaebcd790a1f33e4ef56de32eeb55568a26 authored over 1 year ago by Anthony Sottile <[email protected]>* Made serializer argument for ReturnList and ReturnDict kw only.
Copied and integrated init ...
github.com/typeddjango/djangorestframework-stubs - 591e5bfd39f135e608d9202c292a37d936806c07 authored over 1 year ago by moosbruggerj <[email protected]>github.com/typeddjango/django-stubs - 45bfe051c35ec4e80d2241095c36e67ef1836c30 authored over 1 year ago by Christian Clauss <[email protected]>
Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.4.
- [Commits](https://githu...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.280 → v0.0.281](https://github.com/astra...
Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 2.0.0 to 3....
github.com/typeddjango/django-stubs - e70ec130913c499e31a0ba9dbb3ae5bc33ab9eff authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 2.0.0 to 3....
github.com/typeddjango/djangorestframework-stubs - e0e9e1f6ba9411345d00abb904b62c106ca8d7b1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>URL patterns can be marked translatable using the gettext_lazy() function.
Ref: https://docs....
github.com/typeddjango/django-stubs - 33bfa3a503905baf6c89ca503e2e9a626e79e430 authored over 1 year ago by Roman Imankulov <[email protected]>* Version 3.0.0 release
github.com/typeddjango/pytest-mypy-plugins - 5542939cf50489f818ea11fed423a8bf496122d3 authored over 1 year ago by Nikita Sobolev <[email protected]>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.280](https://github.com/astra...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0...
github.com/typeddjango/django-stubs - e8cf347d09df0c771d9d539c5d065b874a8b2fc6 authored over 1 year ago by Nikita Sobolev <[email protected]>
github.com/typeddjango/django-stubs - 0b18d27334e494c110b76a88e82944038ae4fb93 authored over 1 year ago by Anthony Sottile <[email protected]>
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.1 to 2.31.0.2.
- [Commit...
Bumps [types-urllib3](https://github.com/python/typeshed) from 1.26.25.13 to 1.26.25.14.
- [Com...
github.com/typeddjango/pytest-mypy-plugins - 71ff2d7dce14c2e99bd190782dc74dd3f2bbf215 authored over 1 year ago by Federico Bond <[email protected]>
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0...
Fixes 106 stubtest errors
github.com/typeddjango/django-stubs - cef666da8a155ad4bd380fa9157429d277c64237 authored over 1 year ago by Thibaut Decombe <[email protected]>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]>
This should accept plain string. It sends the argument on to escape,
which forces the argument ...
github.com/typeddjango/django-stubs - 2502123c294ab5b41223077bd1aa5014889d25c6 authored over 1 year ago by Nikita Sobolev <[email protected]>