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

add django.contrib.contenttypes to all tests by default

github.com/typeddjango/django-stubs - bba6f769b580875dbdd1b069371c4a9d74396830 authored over 5 years ago
add get_next_by_FOO, get_previous_by_FOO for date,datetime fields

github.com/typeddjango/django-stubs - 5bb1bc250dab68302a7d6d5126dc6058db649858 authored over 5 years ago
fix OneToOneField without related_name

github.com/typeddjango/django-stubs - fee4aad3d0385543ddb9a21c27211d1601655230 authored over 5 years ago
create dummy classes for custom_manager_of_model usecase

github.com/typeddjango/django-stubs - d7d379e1cd13ae1044cb513cfac09f295ba9dab5 authored over 5 years ago
add objects to model, trade false positive for false negative

github.com/typeddjango/django-stubs - a0db24c764e7660a26ebe86d1db0b9d54468d7ed authored over 5 years ago
add support for _meta.get_field() typechecking

github.com/typeddjango/django-stubs - fc9843bea67594bc1e41ec2f490f308b4992be82 authored over 5 years ago
cleanups, fallback to Any in some corner cases

github.com/typeddjango/django-stubs - 03b59b872d82f909e06bdd146eeb05fcbba690df authored over 5 years ago
add support for forms, values, values_list

github.com/typeddjango/django-stubs - d53121baaed730bb75fd923eb9ca3b578d79a118 authored over 5 years ago
remove -semanal suffix

github.com/typeddjango/django-stubs - b81fbdeaa9eb74ee9fb6c47c67cf34b826b8eb64 authored over 5 years ago
remove old semanal plugin data

github.com/typeddjango/django-stubs - dc6101b56902a88a72001b53166dd2497baa39a7 authored over 5 years ago
add support for get_FIELD_display for choices fields

github.com/typeddjango/django-stubs - 1721c997bea2362dbb595e6d519926af298fb78d authored over 5 years ago
one more edge case for values()

github.com/typeddjango/django-stubs - bfa77efef5eccd712219041247466ef247137a6f authored over 5 years ago
Merge branch 'master' of github.com:typeddjango/pytest-mypy-plugins

github.com/typeddjango/pytest-mypy-plugins - 02fc42f610d4a897bcf788b17b3b0b73da000238 authored over 5 years ago
make extension of the plugin more ergonomic (#4)

github.com/typeddjango/pytest-mypy-plugins - f18226df7f4e317565da227b4a7fc9a536790a92 authored over 5 years ago
make extension of the plugin more ergonomic

github.com/typeddjango/pytest-mypy-plugins - 28d68638e92645a77fc7ead7558d5bfa4be38db0 authored over 5 years ago
Merge pull request #111 from rik/has_perm

More accurate `PermissionsMixin.has_perm`

github.com/typeddjango/django-stubs - a9c1bcbbc6f809e1c37aa290b62d504ba6387fe8 authored over 5 years ago
Merge pull request #1 from typeddjango/yaml-test-files

Initial implementation of yaml-based tests

github.com/typeddjango/pytest-mypy-plugins - 98de0556df52fa149a714d9d77ea1d15d9f38f25 authored over 5 years ago
Allow any `Collection` to be passed to `has_perms`

github.com/typeddjango/django-stubs - f365297baf3e18364c63adc697142ae12aa5f75c authored over 5 years ago
remove dataclasses usage, add pyyaml dependency

github.com/typeddjango/pytest-mypy-plugins - 9be1ab513ca7499cbf88eefc8a42ccee795626dc authored over 5 years ago
mypy fixes, fix sorting of non-mypy lines

github.com/typeddjango/pytest-mypy-plugins - edcb2f073746476bf0c25a4a602b70360635bb20 authored over 5 years ago
More accurate `PermissionsMixin.has_perm`

It only accepts `str` for `perm`

github.com/typeddjango/django-stubs - 6859ec94b6619c40cf0c033ab035f906503ffb45 authored over 5 years ago
add proper mypy_cache and extending yaml tests support

github.com/typeddjango/pytest-mypy-plugins - 268786b587f3fdceb3c3181344f8796441356496 authored over 5 years ago
initial implementation of yaml-based tests

github.com/typeddjango/pytest-mypy-plugins - 74d38f734092592c64deb87cf525139c229154a3 authored over 5 years ago
Fix mypy version in setup.py (#23)

github.com/typeddjango/djangorestframework-stubs - 27afc140812b83fa01a121b411917af424834f4a authored over 5 years ago
enable test folders: select_for_update, i18n, httpwrappers, auth_tests, extra_regress (#107)

github.com/typeddjango/django-stubs - 335c5765c3960e3ebd296b65ebac27b09b1e44fe authored over 5 years ago
add utils_tests test folder to typechecking (#106)

github.com/typeddjango/django-stubs - b397ec04a95e009c7f86b6bcb7325d2059384dc1 authored over 5 years ago
Makes localtime/localdate accept optional params (#105)

* Makes localtime/localdate accept optional params

Closes #104

* Removed None from default...

github.com/typeddjango/django-stubs - f7db296e8bf5bbd066ac63fc23849aadc8ab7664 authored over 5 years ago
add correct return annotation to get_storage_class (#103)

Co-Authored-By: cs-cordero <[email protected]>

github.com/typeddjango/django-stubs - 2f6af159f73566d8bf6604d0f96568b6d0ff7e8d authored over 5 years ago
add missing files throughout the codebase (#102)

github.com/typeddjango/django-stubs - 2799646723d8c7050406512eee919fe5d809ace4 authored over 5 years ago
Add typechecking for 'file_storage', 'files' test folders (#101)

* add typechecking for 'file_storage', 'files' test folders

* fix File class annotations

github.com/typeddjango/django-stubs - d8230a414793d7ccbb9ae9163f71d2e1ed5bd064 authored over 5 years ago
Make SuccessMessageMixin fully compatible with FormMixin (#86)

This ensures that the order in which these mixins are included
into a derrived class does not m...

github.com/typeddjango/django-stubs - 861c6653fda9a65d8b2fdc8873ff0f5d0a03839d authored over 5 years ago
Add timezone.localdate() (#87)

github.com/typeddjango/django-stubs - db7b46589f485a164243fa2828fb8b3bd749fc85 authored over 5 years ago
revert meta: Options annotation (#99)

github.com/typeddjango/django-stubs - 90cab6c5bf803e2c081608c2a812b8623df79a9d authored over 5 years ago
Add get_candidate_relations_to_delete (#92)

* Set a precise type for Model._meta

* Add missing 'get_candidate_relations_to_delete' functi...

github.com/typeddjango/django-stubs - 25165de80fba9358151f57bee67d40dd5ffad230 authored over 5 years ago
Allow any iterable to be passed to method_decorator (#90)

From reading the source of Django 2.1.9, this seems to be what's
allowed there.

Fixes https:...

github.com/typeddjango/django-stubs - 2295b14214684dfd18062970e7944cfb470307ea authored over 5 years ago
Update typecheck_tests to django 2.2 branch, remove unused ignores (#98)

* update typecheck_tests to django 2.2 branch, remove unused ignores

* lint fixes

github.com/typeddjango/django-stubs - a77d5b27d84d9d615987fa823bd33e8280b67d5a authored over 5 years ago
Fix mypy==0.710 errors (#97)

* error -> note for revealed type for tests

* fixes for latest mypy

github.com/typeddjango/django-stubs - 4e1c32f6a33033c7c5510c2fc1486b3414d3aa38 authored over 5 years ago
set version to 0.13.0, bump mypy to 0.710

github.com/typeddjango/django-stubs - ea1294bd30c2ef31341a754a28ef133c395ceb60 authored over 5 years ago
do not release if uncommitted changes

github.com/typeddjango/django-stubs - 79d691732d9fd1d374ce4710012d09fad30d357e authored over 5 years ago
make tests pass with 0.711

github.com/typeddjango/pytest-mypy-plugins - d1fa0906e508a1dcca4cfb394fc89c003d8b74e7 authored over 5 years ago
fix: remove SuccessMessageMixin.form_valid violation of Liskov substitution principle (#84)

github.com/typeddjango/django-stubs - 629ba954b4a455d0501036052eeecad46a2dc964 authored over 5 years ago
A couple of small fixes (#81)

* Fix type of django.contrib.postgres.fields.JSONField(verbose_name)

* Improve type for Curso...

github.com/typeddjango/django-stubs - 0e60b70ae4f521e3a527997d6b79e461d9245dfa authored over 5 years ago
django.contrib.messages.api: use HttpRequest instead of WSGIRequest (#73)

Its error messages explicitly note that an HttpRequest is required.
https://docs.djangoproject....

github.com/typeddjango/django-stubs - dd5b98faf0ead82ebeffa82ef0fa666e46124a12 authored over 5 years ago
Re-export names from django.core.cache.backend.base (#71)

github.com/typeddjango/django-stubs - e634a5d460aebe4f0181ebf3fe9534b300475539 authored over 5 years ago
Fix type of prefix arg in staticfiles_urlpatterns (#74)

Using a *type* of None for the prefix keyword argument is not going to
typecheck very well, so ...

github.com/typeddjango/django-stubs - d7d7e6c66e0469f51325644424db70aaf8af236a authored over 5 years ago
Type non-parametrised views.decorators.http (#80)

Fixes `error: Untyped decorator makes function "view" untyped`

github.com/typeddjango/django-stubs - b66727657dbd412543994a51741062686c699c36 authored over 5 years ago
Preserve callable type in view decorators (#67)

github.com/typeddjango/django-stubs - 952e1c3ee9b17f3340ae0e39788e590ab79c01cc authored almost 6 years ago
make ignore_missing_model_attributes behaviour optional (#66)

make "ignore_missing_model_attributes" behaviour opt-in

github.com/typeddjango/django-stubs - 5dd6eccdb5e7a06afb41a37cddca97e1bed5d3dd authored almost 6 years ago
Work around "no settings module" crash (#65)

Workaround "no settings module" crash

github.com/typeddjango/django-stubs - fd06816cbb9ae080a2e845800d6164ed356e513c authored almost 6 years ago
Disable monkeypatches, add dependencies via new hook (#60)

* code cleanups, disable monkeypatches, move to add_additional_deps

* disable incremental mod...

github.com/typeddjango/django-stubs - aeb435c8b3c9c248fe0ddee7caead8f5c6b0a35c authored almost 6 years ago
fix schema() decorator (#17)

github.com/typeddjango/djangorestframework-stubs - 7268e19c099a17726ef731c6f2e2e5164f9e14fe authored almost 6 years ago
make mypy.checker import locally to prevent import cycles

github.com/typeddjango/django-stubs - 28a3f126ee4f8158bbb6e9a5f9087c43a910d92e authored almost 6 years ago
really drop universal

github.com/typeddjango/django-stubs - 304cb19de603cbbee6833832074d7d2d96b7b98e authored almost 6 years ago
only python3.6+ are supported

github.com/typeddjango/django-stubs - c57f4f7152df62bbb64c0d150c6922faa9ccad52 authored almost 6 years ago
pin mypy version, django-stubs not yet supports mypyc

github.com/typeddjango/django-stubs - 37d85c2ca6bf29b574acee2b211ed4fb7e5f09fe authored almost 6 years ago
52/model subtypes dont typecheck (#55)

* Fix problem where Model instancess are not considered subtypes of each other due to fallback_t...

github.com/typeddjango/django-stubs - 71fb0432f31ca36adf091d60c6f6e8f945556032 authored almost 6 years ago
fix @classproperty return type (#58)

github.com/typeddjango/django-stubs - 9288c3464832f69a52d51798cb2deab71fd0c701 authored almost 6 years ago
drop --universal

github.com/typeddjango/django-stubs - 70050f28b9c256a03b655e0fdb0b141458d6f7d5 authored almost 6 years ago
drop --universal, as we do not support python 2

github.com/typeddjango/djangorestframework-stubs - e73110c5e35f9aae22f19fed4f71dcb440bd3619 authored almost 6 years ago
fix SessionBase.exists() return type (#57)

github.com/typeddjango/django-stubs - 91f789c38c4b7b76b1f0625498fae6dc0a1d5907 authored almost 6 years ago
make import_all test comprehensive

github.com/typeddjango/djangorestframework-stubs - 1e5f89dd350750bdf000417cccaab8a2de975af4 authored almost 6 years ago
set minimal django-stubs version to 0.10.0

github.com/typeddjango/djangorestframework-stubs - a2d0759f52accb530d26d825c7de6b5ae77e6ced authored almost 6 years ago
Specific return types for values and values list (#53)

* Instead of using Literal types, overload QuerySet.values_list in the plugin. Fixes #43.

- A...

github.com/typeddjango/django-stubs - 5b455b729a6f50152a6ac019fa4452dbb62d2830 authored almost 6 years ago
Add test to import all modules to check validity of stubs (#56)

* add import_all.test builder

* fix errors

* fix typechecking errors

* fix migrations t...

github.com/typeddjango/django-stubs - 5c6be7ad121abb2bc8020b0a51c5c0a3981f7216 authored almost 6 years ago
Fix errors in db.models.expressions and db.models.functions.* (#54)

* fix errors at db.models.expressions and db.models.functions.*

* catch KeyError if QuerySet ...

github.com/typeddjango/django-stubs - 5d0ee40ada6668d27762f5fc23b6bb57d32bcd5b authored almost 6 years ago
add rest_framework.filters

github.com/typeddjango/djangorestframework-stubs - 9b7bf184c6dad414e3f17b98a094da44e887b4cf authored almost 6 years ago
add rest_framework.documentation

github.com/typeddjango/djangorestframework-stubs - 37a3218b000686e335e8cc822ec99d7702f818da authored almost 6 years ago
Add stub for utils/model_meta (#14)

github.com/typeddjango/djangorestframework-stubs - 439af39d2c5eb3a5bdd662f78af7aed2bc1e94fa authored almost 6 years ago
Configure black using pyproject.toml (#13)

github.com/typeddjango/djangorestframework-stubs - ece169babc407c4e46e13d80fb75de78899ecf95 authored almost 6 years ago
Configure black using pyproject.toml (#50)

github.com/typeddjango/django-stubs - 77f15d7478739dfa3b6f9c1304f10728f228ff50 authored almost 6 years ago
Fix page_size_query_param type. (#10)

github.com/typeddjango/djangorestframework-stubs - 50e702657b8537a5f0deff4fae38c230d5b8a589 authored almost 6 years ago
Support RelatedField specific kwargs in its __init__. (#11)

github.com/typeddjango/djangorestframework-stubs - 7587b75df63ca8bfe4ff232149d82f5a5cd5885d authored almost 6 years ago
Use less specific types in validators args (#49)

github.com/typeddjango/django-stubs - 4f83d8d1bb766c31659e9d99eb9aa69f1ccad446 authored almost 6 years ago
Instead of using Literal types, overload QuerySet.values_list in the plugin. Fixes #43. (#44)

- Add a couple of extra type checks that Django makes:
1) 'flat' and 'named' can't be used to...

github.com/typeddjango/django-stubs - b1a04d2f7df54e98c23556f35e30b947155f2b40 authored almost 6 years ago
forms/__init__ reimports

github.com/typeddjango/django-stubs - 7c571433105be842b7dedc3dc150bfd6fdf3cbce authored almost 6 years ago
fix classonlymethod, replace with six from typeshed

github.com/typeddjango/django-stubs - fde071b883c13324611a7ef32b30f9093434ef35 authored almost 6 years ago
add rest_framework.authtoken, fix permission bases annotation

github.com/typeddjango/djangorestframework-stubs - 13f884dd1461681bf8f84cd2914599b2ad22d638 authored almost 6 years ago
Support returning the correct values for the different QuerySet methods when using .values() and .values_list(). (#33)

* Support returning the correct values for the different QuerySet methods when using .values() a...

github.com/typeddjango/django-stubs - 324b961d7464d7419e5886da9401a3f35481218d authored almost 6 years ago
Fix type errors on other models' managers when using objects = models.Manager() in Model. (#34)

* Fix bug where models with a class variable using a manager defined would interfere with other ...

github.com/typeddjango/django-stubs - 86c63d790bd21b3dbbd0d93a57b13b6f8ce05577 authored almost 6 years ago
remove some false positives, make parent Any

github.com/typeddjango/djangorestframework-stubs - 47d9397bfd67ec88c22094aa6b002b77adaf3745 authored almost 6 years ago