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

Skip executing `apps.ready` for installed apps

flaeppe opened this pull request over 1 year ago
Disallow `Any` generics

christianbundy opened this pull request over 1 year ago
Django Google Summer of Code

adamchainz opened this issue over 1 year ago
AssertionError: Type info for django.db.models.query._QuerySet missing

alexlatif opened this issue almost 2 years ago
New problem when typing custom `Model.objects` in version 1.13.1

dlesbre opened this issue almost 2 years ago
Dynamic settings fail as of 1.13.0

markedwards opened this issue almost 2 years ago
Project script fixes, Justfile

benspaulding opened this pull request almost 2 years ago
WIP: Implement Managers with generic QuerySets

w0rp opened this pull request almost 2 years ago
Add GetResponseAsyncCallable? / typing of MiddlewareMixin

blueyed opened this issue almost 2 years ago
Feature: Use PEP 696 defaults for fields

w0rp opened this issue almost 2 years ago
Find a way to split types by Django version

adamchainz opened this issue almost 2 years ago
Transform user_passes_test signature

ljodal opened this pull request almost 2 years ago
False positive when using mixins with DeleteView

monosans opened this issue almost 2 years ago
Forms: modification of ChoiceField `choices` flagged as attr-defined

asottile-sentry opened this issue almost 2 years ago
Fill remaining missing hints with Any & disallow partial hints

intgr opened this pull request almost 2 years ago
Allow `assertQuerysetEqual` to compare with a collection of values

flaeppe opened this pull request almost 2 years ago
Introduce `QuerySetAny` type for QuerySet isinstance checks

PIG208 opened this pull request almost 2 years ago
`Manager.bulk_update` expects fields to be `Sequence[str]`

kezabelle opened this issue almost 2 years ago
Type defined with WithAnnotations fails mypy 0.981

AllexVeldman opened this issue about 2 years ago
Fix type of <fieldname>_id in query lookups when using ForeignKey(to_field=)

intgr opened this pull request about 2 years ago
Disable fallback to runtime types for Django settings

andersk opened this pull request about 2 years ago
Update `django.template.base.Template.render()` argument type

Majsvaffla opened this pull request about 2 years ago
Cannot resolve manager type when using django-polymorphic

AntoineRondelet opened this issue about 2 years ago
Mypy crash on querysets

matejsp opened this issue about 2 years ago
django.template.Template.render() has incorrectly typed argument

asib opened this issue about 2 years ago
Django stubs is crashing for the filed name type

NeurlAP opened this issue about 2 years ago
Release schedule

aleksanb opened this issue about 2 years ago
fk_id is not understood, fk.id is

quertenmont opened this issue about 2 years ago
Mypy can't get custom manager type

maximsht opened this issue about 2 years ago
error: Missing type parameters for generic type "File"

mazlum opened this issue over 2 years ago
`user_passes_test` should take in `AUTH_USER_MODEL`

ljodal opened this issue over 2 years ago
Incompatibility between WSGIHandler and stdlib types in wsgiref

edwardpeek-crown opened this issue over 2 years ago
Monkeypatch some more generics.

ngnpope opened this pull request over 2 years ago
Question regarding typing a values_list with (flat=True)

rvanlaar opened this issue over 2 years ago
Support setter properties in Model class constructor

intgr opened this issue over 2 years ago
Form types for Django 4.0.

smithdc1 opened this pull request over 2 years ago
Implement support for `<QuerySet>.as_manager()`

flaeppe opened this pull request over 2 years ago
Add Feed to monkeypatch to fix generic issue.

adambirds opened this pull request over 2 years ago
Incorrect typing for ManyToMany add()

markedwards opened this issue over 2 years ago
Virtual environment imports are given precedence over project root

jhonatan-lopes opened this issue over 2 years ago
BaseFormSet - TypeError: 'type' object is not subscriptable

jamesbeith opened this issue over 2 years ago
Some related managers not getting set up

aleksanb opened this issue over 2 years ago
Improve type hints of URL conf & include()

intgr opened this pull request over 2 years ago
from_db_value not defined in models.JSONField interface

RobertKingOctopus opened this issue over 2 years ago
Update edit.pyi

KalleDK opened this pull request over 2 years ago
AssertionError on Union with custom QuerySet/Manager

ljodal opened this issue over 2 years ago
AssertionError raised when calling Manager.from_queryset()

RJPercival opened this issue over 2 years ago
Error typechecking ManyToManyField manager `request.user.groups.all()`

willbeaufoy opened this issue over 2 years ago
Making QuerySet classes part of the type of Manager classes

w0rp opened this issue over 2 years ago
error: "Collector" has no attribute "data"

benwhalley opened this issue over 2 years ago
Errors on explicitly typed model fields

Adrian-at-CrimsonAzure opened this issue almost 3 years ago
Prefetch's to_attr raises "Model" has no attribute "prefetched_field"

Crocmagnon opened this issue almost 3 years ago
Fix the get_field type for Pyright

w0rp opened this pull request almost 3 years ago
WithAnnotations using a bound TypeVar causes MyPy to crash

yrd opened this issue almost 3 years ago
Can't import RelatedManager

oren0e opened this issue almost 3 years ago
WithAnnotations Crash in 1.9.0

lfrodrigues opened this issue almost 3 years ago
`ManyToManyField` is not complete

sobolevn opened this issue almost 3 years ago
functools.partial does not carry over type of ForeignKey

StefanBrand opened this issue almost 3 years ago
CharField(blank=True) treated as nullable

zach-waggoner opened this issue almost 3 years ago
Unrecognised attribute create_user

petermcd opened this issue almost 3 years ago
Type inference for user fails when inside if with multiple conditions

armisael opened this issue about 3 years ago
WithAnnotations[X, Y] gives runtime error (but typechecker is happy)

jordanbray opened this issue about 3 years ago
Enable `mypy.stubtest`?

sobolevn opened this issue about 3 years ago
Field type is Any

baojd42 opened this issue about 3 years ago
Add through_defaults for RelatedManager methods

snchildress opened this pull request about 3 years ago
mypy crashes with KeyError: 'django_stubs_ext' when using django-stubs 1.9.0

pandabuilder opened this issue about 3 years ago
ModelChoiceField could use a type argument

mthuurne opened this issue about 3 years ago
Field as a part of a union seems to be broken

budziam opened this issue about 3 years ago
Error messages refer to private _QuerySet class

syastrov opened this issue about 3 years ago
Is it possible to create Protocols for Django Models

GlennS opened this issue over 3 years ago
Mypy unable to find out RelatedObjectDoesNotExist

kracekumar opened this issue over 3 years ago
`'self'`-referencing relationship causes crash

iacobfred opened this issue over 3 years ago
'reveal_type' is not defined when using mypy_django_plugin

blueyed opened this issue over 3 years ago
Use django-stubs with type checkers other than mypy

kylebebak opened this issue over 3 years ago
Request user is typed wrongly (AbstractBaseUser vs myapp.User)

Uninen opened this issue over 3 years ago
django_stubs_ext.monkeypatch() does not work properly

egregors opened this issue over 3 years ago
django-stubs package is reason for "Unresolved tag" errors in PyCharm

egregors opened this issue almost 4 years ago
Consider changing _BaseQuerySet to QuerySet

davidhalter opened this issue almost 4 years ago
Cannot mix URL patterns and included urlconfs

sephii opened this issue almost 4 years ago
Update django_stubs_ext documentation to reference settings

markedwards opened this pull request almost 4 years ago
Add Field to django_stubs_ext.django_stubs_ext.patch._need_generic

markedwards opened this pull request almost 4 years ago
Custom field typing

markedwards opened this issue almost 4 years ago
No module named 'mypy_django_plugin'

revmischa opened this issue almost 4 years ago
Proposal: Allow narrowing ORM fields

antonagestam opened this issue almost 4 years ago