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

Merge pull request #2 from orsinium/patch-2

Add flake8-mypy

github.com/typeddjango/awesome-python-typing - 9374063da0cf32e05c2b43d3b4507ea34b313ae3 authored over 5 years ago
Merge pull request #3 from orsinium/patch-3

Add mypy plugins

github.com/typeddjango/awesome-python-typing - 6a7f1a921d3733de7de66a9942fc9925389a1e09 authored over 5 years ago
Merge pull request #4 from orsinium/patch-4

Add pytest-mypy

github.com/typeddjango/awesome-python-typing - f06261feb2ebd8687bc3e7924d5e68f65d3535d2 authored over 5 years ago
Merge pull request #1 from orsinium/patch-1

Add pytype and merge_pyi

github.com/typeddjango/awesome-python-typing - b23391817e5f36ec3ec50567d8d6c46b7d7bae5e authored over 5 years ago
Add pytype and merge_pyi

github.com/typeddjango/awesome-python-typing - 47272ce87f481f338dd73e2db05a64eb5ea42aff authored over 5 years ago
Adds gitter badge and syntax highlighting

github.com/typeddjango/djangorestframework-stubs - 8a29cfef85474562523e651f942bed0a3020cac9 authored over 5 years ago
Adds syntax highlight

github.com/typeddjango/django-stubs - 4a4dc53c4dde6c9a3d2a7f4215c07842cd0d8991 authored over 5 years ago
Adds github tempaltes, refs #112 (#155)

github.com/typeddjango/django-stubs - 9291164a6bedc10b68dce37e85121f4c89900969 authored over 5 years ago
Solve issue 154: Fix wrong type for size in File. (#156)

github.com/typeddjango/django-stubs - 0c3e06e8755642521c4fb571839cc400664cc74d authored over 5 years ago
Add property to forms.changed_data fixes #148 (#149)

github.com/typeddjango/django-stubs - b8379d4fe6dbffc0d9affcabce9a687b33549541 authored over 5 years ago
Fixes travis badge

github.com/typeddjango/django-stubs - caa0e607439505de54c24eb16dfd37886513ee14 authored over 5 years ago
Add 'django.core.cache.backends.memcached' stubs (#141)

github.com/typeddjango/django-stubs - dce0c0e9309b571a277ba271792334bf917a078e authored over 5 years ago
make ValuesQuerySet have proper Collection generic type (#140)

github.com/typeddjango/django-stubs - fc9a335dfde1d27e47c22a55e3c2e8921fd132b3 authored over 5 years ago
Merge pull request #139 from mkurnikov/none-to-optional-annotations

Replace None annotations with Optional[...] around, stability fixes

github.com/typeddjango/django-stubs - 5fc39ff11021f6734bf2abacd01affd521ba2da8 authored over 5 years ago
replace None annotations with Optional[] around

github.com/typeddjango/django-stubs - c91a6d1d5b1441c0dc84284eec9bad551922c26f authored over 5 years ago
Fix related fields inheritance from abstract models (#138)

github.com/typeddjango/django-stubs - d7e8222163f2553160eddbcc2ef55a07adee8eb0 authored over 5 years ago
Return corresponding descriptors for some fields in class access (#137)

* return corresponding descriptors for some related fields in class access

* return correspon...

github.com/typeddjango/django-stubs - 09767210ecec25aa05e9c9a0994207167ceeede8 authored over 5 years ago
make first() an Optional, allow to specify QuerySet with one parameter (#136)

github.com/typeddjango/django-stubs - 656105bab2d1da30b5273ab0e6272b74d4ed6236 authored over 5 years ago
Add `actions` parameter to `ViewSetMixin.as_view`. (#18)

* Add `actions` parameter to `as_view`.

* code review: use Optional[Dict[str, str]]

github.com/typeddjango/djangorestframework-stubs - 85547a815475934b48a5078a747c031feed38d6c authored over 5 years ago
Fixes #127, adds urls.pyi for several contrib apps (#129)

github.com/typeddjango/django-stubs - ff7bf33e9c15c1cc30666320cbb4e9485b707cd5 authored over 5 years ago
Fixes collectstatic storage type, closes #130 (#131)

github.com/typeddjango/django-stubs - d94b7b0c6a769533c47ee24ea1856a75e4d4a773 authored over 5 years ago
Add properties to runserver.Command (#135)

github.com/typeddjango/django-stubs - 7bf16643072e7c8654fd343cb8dd88b68dc89233 authored over 5 years ago
Removes .editorconfig, refs #132

github.com/typeddjango/django-stubs - 0545c2d3ea395c0f19ad2ea425729e68adbd43eb authored over 5 years ago
Fixes yaml spacing, refs #132

github.com/typeddjango/django-stubs - 825931da9fb6d4898d458eb380bf1add3e6a20d6 authored over 5 years ago
Fixes .editorconfig, refs #132

github.com/typeddjango/django-stubs - 737fd239b6b69e602e9fc10b39193396713e874e authored over 5 years ago
Refactors bad default values, now using Ellipsis (#132)

* Refactors bad default values, now using Ellipsis

* Blacked

github.com/typeddjango/django-stubs - 7f476057b0fe8e6d4f2c2cd33c569b71eca95762 authored over 5 years ago
Merge pull request #24 from MarcinWieczorek/patch-testclient

Add APIClient type to test cases

github.com/typeddjango/djangorestframework-stubs - 9284cc47abe0b092beaeac009742b2f957e33f2c authored over 5 years ago
Merge pull request #124 from K0Te/fix-email-annotations

Fix EmailMessage.attachements parameter annotation.

github.com/typeddjango/django-stubs - d31512854aadb4d31fd8b76e5776e774a9ddc717 authored over 5 years ago
Merge pull request #126 from rik/lazy-translation

Improve lazy translation functions

github.com/typeddjango/django-stubs - 552de422dc028f4044d0c220de8e5fd6ceeeaf9e authored over 5 years ago
Improve lazy translation functions

The lazy versions have the same signature as the non-lazy versions

github.com/typeddjango/django-stubs - a9978cc0213b331123f816570ed467f5886219a6 authored over 5 years ago
Fix EmailMessage.attachements parameter annotation.

github.com/typeddjango/django-stubs - bb08212b2070e898617cc84d9adc1c24d2b16107 authored over 5 years ago
Add support for newsemanal and django plugin 1.0.0 (#25)

* add support for newsemanal and django plugin 1.0.0

* add new linters to CI, fix setup.py

...

github.com/typeddjango/djangorestframework-stubs - b6e9bd558e59e2b9449a1bad313b92bcc9b86391 authored over 5 years ago
Merge pull request #119 from mkurnikov/subclass-queryset-proper-typing

Allow to subclass queryset without loss of typing

github.com/typeddjango/django-stubs - 5d2efdb80bb3adab3851a86da20a712778bc272d authored over 5 years ago
allow to subclass queryset without loss of typing

github.com/typeddjango/django-stubs - 27793ecd321c00c8659b636e7afae7d870b9104c authored over 5 years ago
bump version to 1.0.2

github.com/typeddjango/django-stubs - dddcb20fe4ed9a13ef5e5ca7d8b42c8702d2dc7b authored over 5 years ago
Mention solution to potential PYTHONPATH pitfall. (#115)

github.com/typeddjango/django-stubs - ac40b8076466afa86a0c51569764a1cab01153c6 authored over 5 years ago
Remove psycopg2 from dependencies (#117)

* remove psycopg2 from direct dependencies, only add it in tests

* bump to 1.0.1

* fix mypy

github.com/typeddjango/django-stubs - 6b21a0476d30dc129ff681d451df46a1410e4ca4 authored over 5 years ago
values_list for related model id flat True (#113)

github.com/typeddjango/django-stubs - 735b58e9bf4d4f7f2e73030c434c820b0a17a0d8 authored over 5 years ago
Merge pull request #109 from mkurnikov/new-semanal

New semanal support, rewrite to use Django app registry

github.com/typeddjango/django-stubs - b4cd9757b040c9afaff7bcb3d70609911fca5cf7 authored over 5 years ago
enable mypy typechecking for plugin code

github.com/typeddjango/django-stubs - 1b6c337aef3656d6216c280bb9a59da8ac872ade authored over 5 years ago
add python3.6 tests typechecking

github.com/typeddjango/django-stubs - bc42cc2fa16183a0e6cee91260693891850d7369 authored over 5 years ago
remove some asserts that could be validly triggered

github.com/typeddjango/django-stubs - 62dac1d4688d3e2ef4c916e349f4c09cc5d2e3d5 authored over 5 years ago
allow to specify QuerySet with one parameter

github.com/typeddjango/django-stubs - 409c01eb2489b1f2dda646786584a7637ee2bead authored over 5 years ago
fix additional mypy config and auto settings

github.com/typeddjango/django-stubs - a0a2ecaf468278a2162da77530444bfb3225d9ea authored over 5 years ago
add notes about new manager types to README

github.com/typeddjango/django-stubs - 0bb41bc791de554e8c9607b46c150a097e4df1ac authored over 5 years ago
add new config options to README

github.com/typeddjango/django-stubs - 8894de0a04a663c82ca48b26c0ec6c8036ef015a authored over 5 years ago
csrf middleware callable can be none

github.com/typeddjango/django-stubs - a019fe9715f21a65fa9bee4cf8fa4246d340c814 authored over 5 years ago
enable tests typechecking using django submodule

github.com/typeddjango/django-stubs - a97d76020ca747cc2e8c80e6041806b710d0172a authored over 5 years ago
add missing psycopg2 dependency

github.com/typeddjango/django-stubs - 64049b60b0d35bbd72ae260244cb202d1ec52a26 authored over 5 years ago
move configuration to [mypy.plugins.django-stubs] inside mypy config file

github.com/typeddjango/django-stubs - b6a5ccabdf0270abaea489a01a5c9e1b9992b04b authored over 5 years ago
call extension before mypy config write (#7)

github.com/typeddjango/pytest-mypy-plugins - cef0be8b8fba64e823aa4cde7d0c5660905ac37b authored over 5 years ago
fix merge artifact

github.com/typeddjango/django-stubs - e6d7a570e8a4767951c0f22bfb21cb425655b1e5 authored over 5 years ago
allow to set additional mypy config per test (#6)

github.com/typeddjango/pytest-mypy-plugins - 98ac04cfb402675d36f9126f1fbec0532540e9e5 authored over 5 years ago
properly print stdout on critical error (#5)

github.com/typeddjango/pytest-mypy-plugins - 2924044ffde5104da9cf4531a621c3750105969b authored over 5 years ago
Add APIClient type to test cases

github.com/typeddjango/djangorestframework-stubs - c134493ab658eb67cc7d4ebbd39847ea7b631ca7 authored over 5 years ago
rewrite pytest-mypy-plugin extension code to use new hook

github.com/typeddjango/django-stubs - 6332620443c56552b14077b95ab081a01a86f16a authored over 5 years ago
add some support for proxy models

github.com/typeddjango/django-stubs - df021f6baac0bfb4559b03b4dedcfef0e336dec6 authored over 5 years ago
tweak travis config to use new tests properly

github.com/typeddjango/django-stubs - 46c48b504fe0be54bf55de781ca02a4cf11fdbf5 authored over 5 years ago
create(id=None) is valid, if id is AutoField

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

github.com/typeddjango/django-stubs - dc6101b56902a88a72001b53166dd2497baa39a7 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
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
add missing field methods

github.com/typeddjango/django-stubs - 5b2aacddba6e271a2d04a8ecf43a9fcaa34bb77a authored over 5 years ago
add Django dependency

github.com/typeddjango/django-stubs - caf69ec1c933bfb536d1ec8120b5c5b35415c50f authored over 5 years ago
remove dataclasses dependency

github.com/typeddjango/django-stubs - 07a9bcd4cb99a1fead78cb3751b75ed589169176 authored over 5 years ago
allow to use fields as Field objects outside Model classes

github.com/typeddjango/django-stubs - 6962b42cbac6952555616824d6bb8e10704fdf58 authored over 5 years ago
allow custom app label for ForeignKey

github.com/typeddjango/django-stubs - b86d33c718bbe26f2608465e7209620ccb45025e authored over 5 years ago
request.user has type of AUTH_USER_MODEL

github.com/typeddjango/django-stubs - fa57fb0cbf5aea30e81e737fc2fa0dd0cc78f8c2 authored over 5 years ago
remove runtime dependency on pytest-mypy-plugins

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

github.com/typeddjango/django-stubs - fc9843bea67594bc1e41ec2f490f308b4992be82 authored over 5 years ago