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

Add missing type checking for `acreate`

jlost opened this pull request 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 6 months ago
Bump pytest from 8.1.1 to 8.2.0

dependabot[bot] opened this pull request 6 months ago
`Manager.acreate`: model isn't type checked

jlost opened this issue 6 months ago
Add missing py.typed File

max-muoto opened this pull request 6 months ago
isinstance(obj, QuerySet) check in third-party libraries

beaverkiria opened this issue 6 months ago
Version 5.0.0 release (django-stubs, django-stubs-ext)

flaeppe opened this pull request 6 months ago
Bump black from 24.4.1 to 24.4.2

dependabot[bot] opened this pull request 6 months ago
Add `path` signature for async views

jlost opened this pull request 6 months ago
Bump black from 24.4.0 to 24.4.1

dependabot[bot] opened this pull request 6 months ago
Bump mypy from 1.9.0 to 1.10.0

dependabot[bot] opened this pull request 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 6 months ago
Annotate Python serializer objects by `TypedDict`

paduszyk opened this issue 6 months ago
5.0: Update `django.contrib.postgres`

sudosubin opened this pull request 6 months ago
5.0: Update `django.contrib.sitemaps`, `django.contrib.staticfiles`

sudosubin opened this pull request 6 months ago
5.0: Add `django.utils.choices`

sudosubin opened this pull request 6 months ago
fix typing for URL validator.__call__

asottile opened this pull request 6 months ago
Import `redis.connection.BaseParser` instead of from untyped module

flaeppe opened this pull request 6 months ago
Add a `returncode` attribute to `CommandError`

flaeppe opened this pull request 6 months ago
Update django app related types

sudosubin opened this pull request 6 months ago
5.0: Update `django.core.servers.basehttp`

sudosubin opened this pull request 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 6 months ago
5.0: Update `django.core.management`

sudosubin opened this pull request 6 months ago
5.0: Update `django.core.handlers`

sudosubin opened this pull request 6 months ago
Bump black from 24.3.0 to 24.4.0

dependabot[bot] opened this pull request 6 months ago
5.0: Update `django.http`

sudosubin opened this pull request 6 months ago
5.0: Update `django.template`, `django.templatetags`

sudosubin opened this pull request 6 months ago
5.0: Update `django.test.testcases`

sudosubin opened this pull request 6 months ago
5.0: Update `django.test.runner`

sudosubin opened this pull request 6 months ago
5.0: Update `django.test.html`

sudosubin opened this pull request 6 months ago
5.0: Update `django.test.client`

sudosubin opened this pull request 6 months ago
Disable mypy `ignore_missing_imports` option

sudosubin opened this pull request 6 months ago
5.0: Update `django.db.backends.oracle.base`

sudosubin opened this pull request 6 months ago
Correct type for `db.models.sql.query.Query.join()` argument

mthuurne opened this pull request 6 months ago
Add `db_comment=` parameter to Postgres and GIS model fields

saJaeHyukc opened this pull request 6 months ago
Refine return type for `ManyToOneRel.get_accessor_name()`

mthuurne opened this pull request 6 months ago
Add missing methods and superclass to `FieldFile`

mthuurne opened this pull request 6 months ago
Add `DeferredAttribute.__get__()`

mthuurne opened this pull request 6 months ago
CI: Update Django 4.2 version used for test suite

intgr opened this pull request 6 months ago
Use field generic types for descriptors

md384 opened this pull request 6 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 6 months ago
Bump django from 5.0.3 to 5.0.4

dependabot[bot] opened this pull request 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
Bump pytest-mypy-plugins from 3.1.1 to 3.1.2

dependabot[bot] opened this pull request 7 months ago
Make `AdminSite.get_model_admin` generic

Viicos opened this pull request 7 months ago
Methods generated by `order_with_respect_to` (models)

HiPhish opened this issue 7 months ago
Model files being skipped

agronick opened this issue 7 months ago
Relax type for `fields` argument of `Model.refresh_from_db()`

mthuurne opened this pull request 7 months ago
[5.0] Add missing stubs for geos

nebiyuelias1 opened this pull request 7 months ago
`TextChoices` api with human-readable name is not supported

voidus opened this issue 7 months ago
uninstallable

developer992 opened this issue 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
Add first stub for get_model_admin

nebiyuelias1 opened this pull request 7 months ago
Bump pre-commit from 3.6.2 to 3.7.0

dependabot[bot] opened this pull request 7 months ago
Determine the type of queryset methods on unions

delfick opened this pull request 7 months ago
Add `ManyRelatedManager.through` attribute and generic type parameter

flaeppe opened this pull request 7 months ago
Set the calculated metaclass when creating type info in the plugin

flaeppe opened this pull request 7 months ago
Use `PRI_MYPY` in `get_additional_deps` hook

sobolevn opened this pull request 7 months ago
Do not annotate PRs with pyright

sobolevn opened this pull request 7 months ago
Update `_default_manager` and `_base_manager` to be `Manager`

flaeppe opened this pull request 7 months ago
feat: Allow setting django_settings_module from env

armanckeser opened this pull request 7 months ago
Next release planning (5.0.0)

intgr opened this issue 7 months ago
Pyright joins the workflow in an advisory capacity

jorenham opened this pull request 7 months ago
Keep abstract Django models internally in the plugin

flaeppe opened this pull request 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
Clean the cache on each run of `stubtest`

sobolevn opened this pull request 7 months ago
Bump black from 24.2.0 to 24.3.0

dependabot[bot] opened this pull request 7 months ago
Django Google Summer of Code 2024

adamchainz opened this issue 7 months ago
Inheriting from model_utils SoftDeletableModel causes issues

JannKleen opened this issue 7 months ago
Specify d.c.serializers.base.DeserializedObject.object type

j00bar opened this pull request 7 months ago
5.0: Update `django.contrib.auth`

ngnpope opened this pull request 7 months ago
5.0: Update `django.conf`

ngnpope opened this pull request 7 months ago
5.0: Update `django.views`

ngnpope opened this pull request 7 months ago
5.0: Update `django.utils`

ngnpope opened this pull request 7 months ago
5.0: Update `django.test`

ngnpope opened this pull request 7 months ago
5.0: Update `django.contrib.admin`

ngnpope opened this pull request 7 months ago
Bump `pytest-mypy-plugins` to 3.1.1

sobolevn opened this pull request 7 months ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request 7 months ago
Allow timedelta type for session.set_expiry() argument

mlazar-endear opened this pull request 7 months ago
Remove `class Meta` from `Model` and `Form` class stubs

jorenham opened this pull request 7 months ago
Add BoundField.__html__()

pelme opened this pull request 7 months ago
Add type for BoundField.__html__()

pelme opened this issue 7 months ago
Update mypy, add a bit more metadata

sobolevn opened this pull request 7 months ago
Bump pytest from 8.1.0 to 8.1.1

dependabot[bot] opened this pull request 7 months ago
Bump mypy from 1.8.0 to 1.9.0

dependabot[bot] opened this pull request 7 months ago
Allow immutable `extra_context` on `TemplateView`s

samueljsb opened this pull request 8 months ago
Fix BaseModelAdmin.view_on_site annotation

cuu508 opened this pull request 8 months ago