Ecosyste.ms: OpenCollective

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

github.com/typeddjango/django-stubs

PEP-484 stubs for Django
https://github.com/typeddjango/django-stubs

[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
Type of "method_decorator" is partially unknown (pyright)

dephiros opened this issue about 1 year ago
RelatedManager import moved breaking Pylance

martinlehoux opened this issue about 1 year ago
Bump pre-commit from 3.5.0 to 3.6.0

dependabot[bot] opened this pull request about 1 year ago
Fix type of `AppConfig.models_module`

Viicos opened this pull request about 1 year ago
Remove section regarding custom queryset methods from README

flaeppe opened this pull request about 1 year ago
Ensure mypy plugin processes inherited many to many fields

flaeppe opened this pull request about 1 year ago
Include ModelBase subclasses in plugin base class hook condition

flaeppe opened this pull request about 1 year ago
django-stubs 4.2.7 throws type check error for `Group.user_set`

johnthagen opened this issue about 1 year ago
Bump actions/setup-python from 4 to 5

dependabot[bot] opened this pull request about 1 year ago
Update and prepare for Django 5.0

intgr opened this pull request about 1 year ago
"TextChoices" has no attribute "choices"

Kangaroux opened this issue about 1 year ago
Too many arguments for "TextChoices"

Kangaroux opened this issue about 1 year ago
Version 4.2.7 release (django-stubs, django-stubs-ext)

intgr opened this pull request about 1 year ago
Bump django from 4.2.7 to 5.0

dependabot[bot] opened this pull request about 1 year ago
Added `Model._do_update()` method signature

pfouque opened this pull request about 1 year ago
Refactor: Unify plugin check for model type info

flaeppe opened this pull request about 1 year ago
Fix Self typed custom queryset methods incompatible with base queryse…

moranabadie opened this pull request about 1 year ago
cached_property not taken into account

MoranAbadieGatewatcher opened this issue about 1 year ago
Bump mypy from 1.7.0 to 1.7.1

dependabot[bot] opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
Updated `TypedModelMeta` `ordering` attribute to allow `OrderBy` objects

HansAarneLiblik opened this pull request about 1 year ago
TypedModelMeta only allows `list[str]` for `ordering`

HansAarneLiblik opened this issue about 1 year ago
Accurately infer `capfirst()` `None` return

intgr opened this pull request about 1 year ago
Make `StrPromise` not inherit from `Sequence[str]`

intgr opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
Upgrade to mypy 1.7.0

intgr opened this pull request about 1 year ago
Remove incorrect `django.db.models` re-exports

intgr opened this pull request about 1 year ago
Constrain multiple `BaseModelAdmin` methods to return either list or tuple

flaeppe opened this pull request about 1 year ago
Constrain multiple `BaseModelAdmin` attributes to be either list or tuple

flaeppe opened this pull request about 1 year ago
Bump black from 23.10.1 to 23.11.0

dependabot[bot] opened this pull request about 1 year ago
Add types for `MD5` database function

kevinmarsh opened this pull request about 1 year ago
Various improvements in `django.core.management.commands` modules

UnknownPlatypus opened this pull request about 1 year ago
Next release planning (4.2.7)

intgr opened this issue about 1 year ago
Add `BaseExpression.contains_subquery()` method (update to Django 4.2.7)

intgr opened this pull request about 1 year ago
Improve `Collector` and `NestedObjects` attributes, methods

intgr opened this pull request about 1 year ago
Fix `get_deleted_objects()` return type from `list[Model]` -> `list[str]`

golgor opened this pull request about 1 year ago
Return from get_deleted_objects-method of ModelAdmin

golgor opened this issue about 1 year ago
Fix argument types of `assertNumQueries` and `assertQuerySetEqual`

flaeppe opened this pull request about 1 year ago
Improve types for multiple methods of `QuerySet`

flaeppe opened this pull request about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
TemplateCommand subclasses `handle` method typing is incorrect

PedroPerpetua opened this issue about 1 year ago
Improve types for `django.db.models.enums.*`

flaeppe opened this pull request about 1 year ago
Simulate `@deconstructible` as a mixin class

flaeppe opened this pull request about 1 year ago
False-positive trigger when converting a queryset to a dictionary

Oleksii-Kutsenko opened this issue about 1 year ago
Type missing `RelatedField.__init__` method

flaeppe opened this pull request about 1 year ago
Correct `db_comment` arg position for `django.db.models.Field.__init__`

flaeppe opened this pull request about 1 year ago
Move `RelatedManager` to `django.db.models.fields.related_descriptors`

flaeppe opened this pull request about 1 year ago
Bump django from 4.2.6 to 4.2.7

dependabot[bot] opened this pull request about 1 year ago
Allow custom Form class in `SuccessMessageMixin.form_valid()`

SukiCZ opened this pull request about 1 year ago
Improve hints of `django.contrib.gis.gdal.libgdal`

flaeppe opened this pull request about 1 year ago
`SuccessMessageMixin` does not allow `form_valid` to be retyped

Kakadus opened this issue about 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request about 1 year ago
django-stubs breaks PyCharm code completion in some contexts

urzbs opened this issue about 1 year ago
Move plugin generated `<Model>_RelatedManager` entries to allowlist

flaeppe opened this pull request about 1 year ago
Improve `ManyToManyDescriptor` and fix `Model.<manytomany>.through` typing

flaeppe opened this pull request about 1 year ago
`_StrPromise` on a `TypedDict`

michjnich opened this issue about 1 year ago
Allow additional types for SQL parameters in `migrations.RunSQL()`

UnknownPlatypus opened this pull request over 1 year ago
Need type annotation for ManyToManyField with string class names

jgillard opened this issue over 1 year ago
Added `search_help_text=` parameter to `ChangeList.__init__()`

quinox opened this pull request over 1 year ago
`Model.<related_name>` has no attribute "through"

michjnich opened this issue over 1 year ago
Custom Model metaclass causing TypecheckAssertionError

alexhenman opened this issue over 1 year ago
Bump pytest from 7.4.2 to 7.4.3

dependabot[bot] opened this pull request over 1 year ago
lists as raw sql parameters in a migration

janrito opened this issue over 1 year ago
Bump black from 23.10.0 to 23.10.1

dependabot[bot] opened this pull request over 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request over 1 year ago
Version 4.2.6 release (django-stubs only)

intgr opened this pull request over 1 year ago
Detect incompatibile mypy version and print a warning

intgr opened this issue over 1 year ago
Revert "Use `parse_bool` implementation from mypy"

intgr opened this pull request over 1 year ago
Update Django db backend base wrapper

UnknownPlatypus opened this pull request over 1 year ago
Proposal: Add `django-stubs-ext` as an optional dependency of `django-stubs`

richardebeling opened this issue over 1 year ago
fix as manager and from queryset self types (#1788)

moranabadie opened this pull request over 1 year ago
As_manager: Self not taken into account

moranabadie opened this issue over 1 year ago
`django.core.management` stub update

UnknownPlatypus opened this pull request over 1 year ago
Fix IndexError crash when using `from_queryset()` of custom Manager subclass

moranabadie opened this pull request over 1 year ago
IndexError: tuple index out of range

christianbundy opened this issue over 1 year ago
"cannot import name 'parse_bool'" after updating somes packages

batiste opened this issue over 1 year ago
fix: UserAdmin accepts AbstractUser

GabDug opened this pull request over 1 year ago
Drop hard dependency on mypy

intgr opened this pull request over 1 year ago
setup.py install is deprecated

intgr opened this issue over 1 year ago
Next release planning (4.2.6)

intgr opened this issue over 1 year ago
Bump mypy from 1.6.0 to 1.6.1

dependabot[bot] opened this pull request over 1 year ago
Fix `Field.formfield()`, `GeometryField.formfield()` methods

brianhelba opened this pull request over 1 year ago
Version 4.2.5 release (django-stubs, django-stubs-ext)

intgr opened this pull request over 1 year ago
Bump black

sobolevn opened this pull request over 1 year ago
Bump black from 23.9.1 to 23.10.0

dependabot[bot] opened this pull request over 1 year ago
Django core cache

UnknownPlatypus opened this pull request over 1 year ago
Tests: Add mypy error codes to typecheck

UnknownPlatypus opened this pull request over 1 year ago
Bump pre-commit from 3.4.0 to 3.5.0

dependabot[bot] opened this pull request over 1 year ago
Reuse `functools.cached_property` definition instead of defining our own

intgr opened this pull request over 1 year ago