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

split helpers into smaller files

github.com/typeddjango/django-stubs - 9c5a6be9a7d4511b69fc6c779f7d9b6fa11e2466 authored about 5 years ago by Maxim Kurnikov <[email protected]>
add proper __init__, create() support

github.com/typeddjango/django-stubs - 2cb1f257eba75ddc45374ad506ed935830c5fe04 authored about 5 years ago by Maxim Kurnikov <[email protected]>
add related managers support

github.com/typeddjango/django-stubs - 7b1b1b6bfe3398457d1f5bb5f2223bf5df99a13e authored about 5 years ago by Maxim Kurnikov <[email protected]>
add settings support

github.com/typeddjango/django-stubs - 3c3122a93f65e6b34f6ba226d14b417e1f3ce1ca authored about 5 years ago by Maxim Kurnikov <[email protected]>
more values(), values_list() cases

github.com/typeddjango/django-stubs - 0e72b2e6fc50c69c048e1bc4fa2db497f3432cc3 authored about 5 years ago by Maxim Kurnikov <[email protected]>
fix httprequest other fields

github.com/typeddjango/django-stubs - 39fb48b08a3d340d46c78c2ebb10e4194a2d8b83 authored about 5 years ago by Maxim Kurnikov <[email protected]>
add reverse lookups to values(), values_list()

github.com/typeddjango/django-stubs - 4f935edd475e56cebdf0c7edff4d3000f5ec2849 authored about 5 years ago by Maxim Kurnikov <[email protected]>
add GenericForeignKey support, remove some false-positives

github.com/typeddjango/django-stubs - f2e79d3bfbe828335c20628526360eb5014baf8c authored about 5 years ago by Maxim Kurnikov <[email protected]>
add get_next_by_FOO, get_previous_by_FOO for date,datetime fields

github.com/typeddjango/django-stubs - 5bb1bc250dab68302a7d6d5126dc6058db649858 authored about 5 years ago by Maxim Kurnikov <[email protected]>
fix OneToOneField without related_name

github.com/typeddjango/django-stubs - fee4aad3d0385543ddb9a21c27211d1601655230 authored about 5 years ago by Maxim Kurnikov <[email protected]>
cleanups

github.com/typeddjango/django-stubs - df77299c2fec481f86ca91cfe67eb8d069d7f040 authored about 5 years ago by Maxim Kurnikov <[email protected]>
create dummy classes for custom_manager_of_model usecase

github.com/typeddjango/django-stubs - d7d379e1cd13ae1044cb513cfac09f295ba9dab5 authored about 5 years ago by Maxim Kurnikov <[email protected]>
add objects to model, trade false positive for false negative

github.com/typeddjango/django-stubs - a0db24c764e7660a26ebe86d1db0b9d54468d7ed authored about 5 years ago by Maxim Kurnikov <[email protected]>
add support for _meta.get_field() typechecking

github.com/typeddjango/django-stubs - fc9843bea67594bc1e41ec2f490f308b4992be82 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Merge branch 'master' of github.com:typeddjango/pytest-mypy-plugins

github.com/typeddjango/pytest-mypy-plugins - 02fc42f610d4a897bcf788b17b3b0b73da000238 authored about 5 years ago by Maxim Kurnikov <[email protected]>
bump version to 1.0.1

github.com/typeddjango/pytest-mypy-plugins - 4d20fd19b8cfc6b952124574fca219f9cddc1340 authored about 5 years ago by Maxim Kurnikov <[email protected]>
make extension of the plugin more ergonomic (#4)

github.com/typeddjango/pytest-mypy-plugins - f18226df7f4e317565da227b4a7fc9a536790a92 authored about 5 years ago by Maxim Kurnikov <[email protected]>
make extension of the plugin more ergonomic

github.com/typeddjango/pytest-mypy-plugins - 28d68638e92645a77fc7ead7558d5bfa4be38db0 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Merge pull request #111 from rik/has_perm

More accurate `PermissionsMixin.has_perm`

github.com/typeddjango/django-stubs - a9c1bcbbc6f809e1c37aa290b62d504ba6387fe8 authored about 5 years ago by Maxim Kurnikov <[email protected]>
tweak release.xsh file

github.com/typeddjango/pytest-mypy-plugins - 55312fbcc27aa5f239eb1bef7c688448f83bd3bd authored about 5 years ago by Maxim Kurnikov <[email protected]>
Merge pull request #1 from typeddjango/yaml-test-files

Initial implementation of yaml-based tests

github.com/typeddjango/pytest-mypy-plugins - 98de0556df52fa149a714d9d77ea1d15d9f38f25 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Allow any `Collection` to be passed to `has_perms`

github.com/typeddjango/django-stubs - f365297baf3e18364c63adc697142ae12aa5f75c authored about 5 years ago by Anthony Ricaud <[email protected]>
update readme

github.com/typeddjango/pytest-mypy-plugins - ab8e5394b9cb4997ddc019ce7c61ccda6985cf4a authored about 5 years ago by Maxim Kurnikov <[email protected]>
remove dataclasses usage, add pyyaml dependency

github.com/typeddjango/pytest-mypy-plugins - 9be1ab513ca7499cbf88eefc8a42ccee795626dc authored about 5 years ago by Maxim Kurnikov <[email protected]>
mypy fixes, fix sorting of non-mypy lines

github.com/typeddjango/pytest-mypy-plugins - edcb2f073746476bf0c25a4a602b70360635bb20 authored about 5 years ago by Maxim Kurnikov <[email protected]>
More accurate `PermissionsMixin.has_perm`

It only accepts `str` for `perm`

github.com/typeddjango/django-stubs - 6859ec94b6619c40cf0c033ab035f906503ffb45 authored over 5 years ago by Anthony Ricaud <[email protected]>
add proper mypy_cache and extending yaml tests support

github.com/typeddjango/pytest-mypy-plugins - 268786b587f3fdceb3c3181344f8796441356496 authored over 5 years ago by Maxim Kurnikov <[email protected]>
initial implementation of yaml-based tests

github.com/typeddjango/pytest-mypy-plugins - 74d38f734092592c64deb87cf525139c229154a3 authored over 5 years ago by Maxim Kurnikov <[email protected]>
Fix mypy version in setup.py (#23)

github.com/typeddjango/djangorestframework-stubs - 27afc140812b83fa01a121b411917af424834f4a authored over 5 years ago by SP <[email protected]>
enable test folders: select_for_update, i18n, httpwrappers, auth_tests, extra_regress (#107)

github.com/typeddjango/django-stubs - 335c5765c3960e3ebd296b65ebac27b09b1e44fe authored over 5 years ago by Maxim Kurnikov <[email protected]>
add utils_tests test folder to typechecking (#106)

github.com/typeddjango/django-stubs - b397ec04a95e009c7f86b6bcb7325d2059384dc1 authored over 5 years ago by Maxim Kurnikov <[email protected]>
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 by Nikita Sobolev <[email protected]>
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 by Maxim Kurnikov <[email protected]>
add missing files throughout the codebase (#102)

github.com/typeddjango/django-stubs - 2799646723d8c7050406512eee919fe5d809ace4 authored over 5 years ago by Maxim Kurnikov <[email protected]>
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 by Maxim Kurnikov <[email protected]>
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 by Peter Law <[email protected]>
Add timezone.localdate() (#87)

github.com/typeddjango/django-stubs - db7b46589f485a164243fa2828fb8b3bd749fc85 authored over 5 years ago by Konstantin Alekseev <[email protected]>
revert meta: Options annotation (#99)

github.com/typeddjango/django-stubs - 90cab6c5bf803e2c081608c2a812b8623df79a9d authored over 5 years ago by Maxim Kurnikov <[email protected]>
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 by Peter Law <[email protected]>
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 by Peter Law <[email protected]>
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 by Maxim Kurnikov <[email protected]>
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 by Maxim Kurnikov <[email protected]>
do not release if uncommitted changes

github.com/typeddjango/django-stubs - 79d691732d9fd1d374ce4710012d09fad30d357e authored over 5 years ago by Maxim Kurnikov <[email protected]>
set version to 0.13.0, bump mypy to 0.710

github.com/typeddjango/django-stubs - ea1294bd30c2ef31341a754a28ef133c395ceb60 authored over 5 years ago by Maxim Kurnikov <[email protected]>
make tests pass with 0.711

github.com/typeddjango/pytest-mypy-plugins - d1fa0906e508a1dcca4cfb394fc89c003d8b74e7 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix: remove SuccessMessageMixin.form_valid violation of Liskov substitution principle (#84)

github.com/typeddjango/django-stubs - 629ba954b4a455d0501036052eeecad46a2dc964 authored over 5 years ago by Anton Agestam <[email protected]>
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 by Ran Benita <[email protected]>
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 by Ville Skyttä <[email protected]>
Re-export names from django.core.cache.backend.base (#71)

github.com/typeddjango/django-stubs - e634a5d460aebe4f0181ebf3fe9534b300475539 authored over 5 years ago by Ethan Smith <[email protected]>
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 by aszlig <[email protected]>
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 by Anthony Ricaud <[email protected]>
bump version

github.com/typeddjango/django-stubs - 86642e3ddd437137682158053fc3687fbb5ed0e4 authored over 5 years ago by Maxim Kurnikov <[email protected]>
Preserve callable type in view decorators (#67)

github.com/typeddjango/django-stubs - 952e1c3ee9b17f3340ae0e39788e590ab79c01cc authored over 5 years ago by Maciej Gol <[email protected]>
make ignore_missing_model_attributes behaviour optional (#66)

make "ignore_missing_model_attributes" behaviour opt-in

github.com/typeddjango/django-stubs - 5dd6eccdb5e7a06afb41a37cddca97e1bed5d3dd authored over 5 years ago by Maxim Kurnikov <[email protected]>
Work around "no settings module" crash (#65)

Workaround "no settings module" crash

github.com/typeddjango/django-stubs - fd06816cbb9ae080a2e845800d6164ed356e513c authored over 5 years ago by Maxim Kurnikov <[email protected]>
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 over 5 years ago by Maxim Kurnikov <[email protected]>
fix schema() decorator (#17)

github.com/typeddjango/djangorestframework-stubs - 7268e19c099a17726ef731c6f2e2e5164f9e14fe authored over 5 years ago by Rafal Stozek <[email protected]>
bump version

github.com/typeddjango/django-stubs - 13d19017b7fdd1aa780b091cf1ce898807caffca authored over 5 years ago by Maxim Kurnikov <[email protected]>
make mypy.checker import locally to prevent import cycles

github.com/typeddjango/django-stubs - 28a3f126ee4f8158bbb6e9a5f9087c43a910d92e authored over 5 years ago by Maxim Kurnikov <[email protected]>
really drop universal

github.com/typeddjango/django-stubs - 304cb19de603cbbee6833832074d7d2d96b7b98e authored over 5 years ago by Maxim Kurnikov <[email protected]>
only python3.6+ are supported

github.com/typeddjango/django-stubs - c57f4f7152df62bbb64c0d150c6922faa9ccad52 authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version

github.com/typeddjango/django-stubs - 8a826fee1ee328747ee7d06eb39296c9e8826444 authored over 5 years ago by Maxim Kurnikov <[email protected]>
pin mypy version, django-stubs not yet supports mypyc

github.com/typeddjango/django-stubs - 37d85c2ca6bf29b574acee2b211ed4fb7e5f09fe authored over 5 years ago by Maxim Kurnikov <[email protected]>
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 over 5 years ago by Seth Yastrov <[email protected]>
fix @classproperty return type (#58)

github.com/typeddjango/django-stubs - 9288c3464832f69a52d51798cb2deab71fd0c701 authored over 5 years ago by Maxim Kurnikov <[email protected]>
drop --universal

github.com/typeddjango/django-stubs - 70050f28b9c256a03b655e0fdb0b141458d6f7d5 authored over 5 years ago by Maxim Kurnikov <[email protected]>
drop --universal, as we do not support python 2

github.com/typeddjango/djangorestframework-stubs - e73110c5e35f9aae22f19fed4f71dcb440bd3619 authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version

github.com/typeddjango/django-stubs - 4338c179700c40e29586810175c00ea895753e45 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix SessionBase.exists() return type (#57)

github.com/typeddjango/django-stubs - 91f789c38c4b7b76b1f0625498fae6dc0a1d5907 authored over 5 years ago by Maxim Kurnikov <[email protected]>
make import_all test comprehensive

github.com/typeddjango/djangorestframework-stubs - 1e5f89dd350750bdf000417cccaab8a2de975af4 authored over 5 years ago by Maxim Kurnikov <[email protected]>
set minimal django-stubs version to 0.10.0

github.com/typeddjango/djangorestframework-stubs - a2d0759f52accb530d26d825c7de6b5ae77e6ced authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version

github.com/typeddjango/django-stubs - 0f5b45fba14b7dd3d68373551cac33283ea6b2d8 authored over 5 years ago by Maxim Kurnikov <[email protected]>
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 over 5 years ago by Seth Yastrov <[email protected]>
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 over 5 years ago by Maxim Kurnikov <[email protected]>
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 over 5 years ago by Maxim Kurnikov <[email protected]>
remove some comments

github.com/typeddjango/djangorestframework-stubs - e1f5671353021e64de9cf0d24b9c192c62ebff4a authored over 5 years ago by Maxim Kurnikov <[email protected]>
add rest_framework.filters

github.com/typeddjango/djangorestframework-stubs - 9b7bf184c6dad414e3f17b98a094da44e887b4cf authored over 5 years ago by Maxim Kurnikov <[email protected]>
add rest_framework.documentation

github.com/typeddjango/djangorestframework-stubs - 37a3218b000686e335e8cc822ec99d7702f818da authored over 5 years ago by Maxim Kurnikov <[email protected]>
add utils.formatting

github.com/typeddjango/djangorestframework-stubs - ca8ed724efd8387960ae266d3d0407fdedc5f96c authored over 5 years ago by Maxim Kurnikov <[email protected]>
Add stub for utils/model_meta (#14)

github.com/typeddjango/djangorestframework-stubs - 439af39d2c5eb3a5bdd662f78af7aed2bc1e94fa authored over 5 years ago by Konstantin Alekseev <[email protected]>
Configure black using pyproject.toml (#13)

github.com/typeddjango/djangorestframework-stubs - ece169babc407c4e46e13d80fb75de78899ecf95 authored over 5 years ago by Konstantin Alekseev <[email protected]>
Configure black using pyproject.toml (#50)

github.com/typeddjango/django-stubs - 77f15d7478739dfa3b6f9c1304f10728f228ff50 authored over 5 years ago by Konstantin Alekseev <[email protected]>
Fix page_size_query_param type. (#10)

github.com/typeddjango/djangorestframework-stubs - 50e702657b8537a5f0deff4fae38c230d5b8a589 authored over 5 years ago by Konstantin Alekseev <[email protected]>
Support RelatedField specific kwargs in its __init__. (#11)

github.com/typeddjango/djangorestframework-stubs - 7587b75df63ca8bfe4ff232149d82f5a5cd5885d authored over 5 years ago by Konstantin Alekseev <[email protected]>
Use less specific types in validators args (#49)

github.com/typeddjango/django-stubs - 4f83d8d1bb766c31659e9d99eb9aa69f1ccad446 authored over 5 years ago by Konstantin Alekseev <[email protected]>
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 over 5 years ago by Seth Yastrov <[email protected]>
forms/__init__ reimports

github.com/typeddjango/django-stubs - 7c571433105be842b7dedc3dc150bfd6fdf3cbce authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version

github.com/typeddjango/django-stubs - c3d76f9a1ed62355322c743a83e364510d59cf11 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix classonlymethod, replace with six from typeshed

github.com/typeddjango/django-stubs - fde071b883c13324611a7ef32b30f9093434ef35 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix test client stubs

github.com/typeddjango/djangorestframework-stubs - d2fa65d6a58e88a65a22ffc3f188094fc536afe1 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add rest_framework.authtoken, fix permission bases annotation

github.com/typeddjango/djangorestframework-stubs - 13f884dd1461681bf8f84cd2914599b2ad22d638 authored over 5 years ago by Maxim Kurnikov <[email protected]>
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 over 5 years ago by Seth Yastrov <[email protected]>
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 over 5 years ago by Seth Yastrov <[email protected]>
remove some false positives, make parent Any

github.com/typeddjango/djangorestframework-stubs - 47d9397bfd67ec88c22094aa6b002b77adaf3745 authored over 5 years ago by Maxim Kurnikov <[email protected]>