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
github.com/typeddjango/djangorestframework-stubs - 187003624bb5133e2d9cb5a76e5f76bbbd851a4a authored over 4 years ago
* Add failing test case for render_to_string
* Allow Context objects in template render funct...
github.com/typeddjango/django-stubs - 64cbb0f70e0d74459982a010b79fb400288adf8c authored over 4 years agogithub.com/typeddjango/awesome-python-typing - b0d2e1cdb53b2dc26489e892eb5b193cadd64da5 authored over 4 years ago
[data-science-types](https://github.com/predictive-analytics-lab/data-science-types) - Stubs for...
github.com/typeddjango/awesome-python-typing - 850b10c8c586b10649c8f748d9d599b3918b1322 authored over 4 years ago* added links to several typing-related PEPs
* removed (*) for PEPs mentioned in typing docs
...
* Add pyannotate
* fix linter
github.com/typeddjango/awesome-python-typing - 2dec435cca68c3e8ae06cef44c594d657d82ccdc authored over 4 years agoSigned-off-by: oleg.hoefling <[email protected]>
github.com/typeddjango/pytest-mypy-plugins - 05d98a7a36339476d7e8f5ae59e99183f75f4728 authored over 4 years agoBackground info at https://github.com/pypa/warehouse/pull/7882
github.com/typeddjango/django-stubs - 6f5a39625ec3100ea7654157843dfc578c2ed09b authored over 4 years agogithub.com/typeddjango/django-stubs - bf604a039870ed816e9a89e3c8aad826dccbe3ad authored almost 5 years ago
django.core.cache.backends.base.BaseCache were invalid. This commit
fixes them in accordance wi...
* Add add_to_class method to Model
* Fix @classmethod decorator
github.com/typeddjango/django-stubs - c10c55052c3ef79d0aedc02e9c9ec102d42e9d3f authored almost 5 years agogithub.com/typeddjango/pytest-mypy-plugins - 9cb288280a117c7ac6ecb3cdb59fd3d6937aaf71 authored almost 5 years ago
github.com/typeddjango/pytest-mypy-plugins - 3de6d53ff65020faedef06544418583c243ba391 authored almost 5 years ago
github.com/typeddjango/pytest-mypy-plugins - 7e3a85052fdbe5e9325d5c48ad58541d453a9486 authored almost 5 years ago
github.com/typeddjango/pytest-mypy-plugins - 91c053761e2a5f822dff506ad7341390880bbf11 authored almost 5 years ago
github.com/typeddjango/django-stubs - 96914e466bcd7a65fdd92422586f9ebc72fdf8a8 authored almost 5 years ago
github.com/typeddjango/django-stubs - 90ed7f332def8922d4c72c046794a446b0e4cbc2 authored almost 5 years ago
`ModelSerializer` cannot be instantiated withuot the `Meta` class set
and `model` defined on it...
github.com/typeddjango/djangorestframework-stubs - 3b575e62f5a097e14916309bca86721656489e7e authored almost 5 years ago
* Revert "Fix field type arguments (#58)"
This reverts commit 1b551ebc613351141e39b598368b2ad...
github.com/typeddjango/djangorestframework-stubs - e85c9c2b624bdccb5fc3e3b3d0b590a88073420a authored almost 5 years agogithub.com/typeddjango/pytest-mypy-plugins - f5f62597962fce6d332508e0539cd5cb01535dbf authored almost 5 years ago
object_list can be a sequence here https://github.com/django/django/blob/5becb36a79a0c31c7cc9e76...
github.com/typeddjango/djangorestframework-stubs - 0e1324af8122645ee2747181b98e1c5039b76a80 authored almost 5 years ago* Correct ImageField constructor args
use the ones inherited from FileField
* Allow None v...
github.com/typeddjango/djangorestframework-stubs - 1b551ebc613351141e39b598368b2ad50179e2c3 authored almost 5 years ago* #18 Rename filelocrepr to reprfileloc
* Use positional arguments
This seems to work on p...
github.com/typeddjango/pytest-mypy-plugins - c5c052db5fc625c1c9b41263ffec203e1949116f authored almost 5 years agoCo-authored-by: Kacper Szmigiel <[email protected]>
github.com/typeddjango/django-stubs - a801501151446478872a8cf5640cf2282923bf4c authored almost 5 years ago* Add RESTRICT and RestrictedError to django.db.models.deletion
* Add black fomatting changes
github.com/typeddjango/django-stubs - 8ea59985dfc647812998df554b5a55d605f8d09c authored almost 5 years agoThis is valid Django, which failed to pass with the old type-defintion:
class MyForm(Form...
github.com/typeddjango/django-stubs - 2964ed53d73fd0686fd5e36f96f1d3a176961d5e authored almost 5 years agoAdd from_db method to Model
Co-authored-by: Stevan Milic <[email protected]>
github.com/typeddjango/django-stubs - 1b9176f994d2c930f88a70f3726e858e731f01ce authored almost 5 years agogithub.com/typeddjango/django-stubs - 54d0d018c608b14938e1141afead9ee595dadda2 authored almost 5 years ago
github.com/typeddjango/django-stubs - 1af3a12f2c7df2513d5a80d28edc80c8376a1e93 authored almost 5 years ago
github.com/typeddjango/django-stubs - 7af89ee6a6d4973b378007a22ca529c2a63ee5c1 authored almost 5 years ago
By declaring return type as -> Callable[[_C], _C], Mypy can infer that
the decorated function h...
* Updated gitpython dependency to fix error:
ModuleNotFoundError: No module named 'gitdb.util...
github.com/typeddjango/django-stubs - fe3b95c61107ce4bf66fc2377ecd7ecc53194216 authored almost 5 years ago
Add stubs for: pre_save, get_db_prep_value, get_db_prep_save
github.com/typeddjango/django-stubs - d0f9730c53199ae18e6e72850a02d642ad319c65 authored almost 5 years agogithub.com/typeddjango/django-stubs - 0fdd678d65669a809515a8f46aa755454a67a411 authored almost 5 years ago
* signing.loads allows use timedelta
https://github.com/django/django/blob/stable/2.2.x/djang...
github.com/typeddjango/django-stubs - 2397065fa6418bf0d614bf3ed5248e122cfe510c authored almost 5 years agogithub.com/typeddjango/django-stubs - 04023a9f31ceb6317b9eccf4fe56989b4ddaee40 authored almost 5 years ago
* Added missing `follow: bool` argument to Client request methods.
* Annotated return types as ...
These attributes are not documented and were reverse engineered from DRF source code.
github.com/typeddjango/djangorestframework-stubs - afceb3d490b0a05dac35e0d872f24ce3390d561b authored almost 5 years agogithub.com/typeddjango/awesome-python-typing - 9cdf97aea27a151711ec7a48b2eba9814b3d33b6 authored almost 5 years ago
* Add gitter room link to readme
* Put all shields to title
github.com/typeddjango/awesome-python-typing - 4ec06c9550f8c0cc0daac2c4f44dcc04a689fb06 authored almost 5 years agoThe `widget` class attribute of `form.Field` expects a `Widget` class, not an instance of `Widge...
github.com/typeddjango/django-stubs - d96aee7a8ba3519eb72e01e807cc8de739ae8dfb authored almost 5 years ago* Adds CONTRIBUTING.md
Closes #206
Refs #274
* Update CONTRIBUTING.md
github.com/typeddjango/django-stubs - 2489bb9b040412fa62a0be0fbdcf942b7bd85c17 authored almost 5 years agogithub.com/typeddjango/django-stubs - 3a8f278c8852574d2ab7fde7091a6d79109e3364 authored almost 5 years ago
github.com/typeddjango/django-stubs - 85b65b457822ef2aceb3cdf59f6a4b54430b61f3 authored almost 5 years ago
* Update README.md
* Update README.md
* Update README.md
github.com/typeddjango/django-stubs - 150e8e862ab4dc557c4dab7d5e686fc00db07489 authored almost 5 years agogithub.com/typeddjango/djangorestframework-stubs - abe5632e2d23858df8868fab1c1c3198b6da58df authored almost 5 years ago
github.com/typeddjango/django-stubs - 5b3088a17a76a77cb56a9c2241c2ddc6ccc8153a authored almost 5 years ago
By declaring return type as -> Callable[[_VIEW], _VIEW], Mypy can infer
that the decorated view...
Documented at https://www.django-rest-framework.org/api-guide/viewsets/#introspecting-viewset-ac...
github.com/typeddjango/djangorestframework-stubs - 80fd56dee347edc81fb6841a8afc9bfa8da50042 authored about 5 years ago
Field constructors are quite inconsistent in Django REST Framework: some
take position argument...
github.com/typeddjango/django-stubs - f89a0fbbaa53a23b80fd0b9bfe8fdbf71da35de8 authored about 5 years ago
* Add OutputWrapper write() signature
* Add #type: ignore[override] to OutputWrapper write() ...
github.com/typeddjango/django-stubs - 438f8b5829133830b38bb1b71c4441c9135b206d authored about 5 years agoBased on the docs on this page: https://docs.djangoproject.com/en/3.0/ref/urls/
github.com/typeddjango/django-stubs - 836d5acd8f259c28e4b99651277cd18d65185ad0 authored about 5 years agogithub.com/typeddjango/awesome-python-typing - 1bcbe6fbd04202b47cc7ff9c4419d181c0e92cb4 authored about 5 years ago
github.com/typeddjango/django-stubs - bfae51e64cf29ab0942ae1265af4e7fc1c47734f authored about 5 years ago
github.com/typeddjango/django-stubs - e3801918e30ea6153e88a9bfced3296cf38ff8bb authored about 5 years ago
github.com/typeddjango/django-stubs - 6f296b0a911676b6f53a2f9ffc994413b3236be1 authored about 5 years ago
closes #56
github.com/typeddjango/djangorestframework-stubs - 96fed54901f6532b8c8d4485d80d7f8cebbda0c8 authored about 5 years ago* Update __init__.pyi
* It should not fail right now :thinking:
* Refactor validators a bi...
github.com/typeddjango/django-stubs - 7ba578f6b2e79782f45076fbb8f48eaca656cb23 authored about 5 years ago* BaseManager.from_queryset() from another file
* only anal_type per argument
* add resolv...
github.com/typeddjango/django-stubs - cb123de105368016b6ee21bc8f0ff24fb412295b authored about 5 years agogithub.com/typeddjango/djangorestframework-stubs - ed6939fd161d4638250352b415c2c454f062ac9c authored about 5 years ago
Update dev deps, mypy to 0.760
github.com/typeddjango/django-stubs - 38135f2d1f567716486762f30a47205b8bb2ed32 authored about 5 years agogithub.com/typeddjango/django-stubs - 998b659749499f5356c03837be3f5c684b8ab33a authored about 5 years ago
github.com/typeddjango/django-stubs - 72f69e1c5e206b8abb9b6954af196b5ca508e59b authored about 5 years ago
github.com/typeddjango/django-stubs - d666ecd36fd8c10a0b70fadf285e593d4cf858f4 authored about 5 years ago
github.com/typeddjango/django-stubs - c1af26c027b0ebd574b258d1883c3f71e0994428 authored about 5 years ago
* Update README.md
Add `typical`
* Update README.md
* Update README.md
* Update READ...
github.com/typeddjango/awesome-python-typing - 83381c3ce0ba0c10379ab3bdc9a850bee95418be authored about 5 years agogithub.com/typeddjango/django-stubs - 3c3dfcbc9f711a51945bd38561513afade3ecf72 authored about 5 years ago
* Found the reproducible test case
* fix import resolution for method copy
* remove irrele...
github.com/typeddjango/django-stubs - 1196336e3b238a67115548bda805465bd37ece93 authored about 5 years ago* related manager inherits from objects of related model
* fix test typechecking
* lint
github.com/typeddjango/django-stubs - 665f4d8ea1723d0bcae59904a590ffb03a7c0355 authored about 5 years ago* Add testcase for queryset inheritance
* Add PoC
* Add condition for stop to looping over...
github.com/typeddjango/django-stubs - b3ed9e4827cfc2d8f46a5e0d9c439d82acde5514 authored about 5 years ago
Many attributes were previously missing; 'DEBUG' and 'INFO' attributes
were never supported by ...
per the [docs](https://docs.djangoproject.com/en/3.0/ref/forms/fields/#choicefield), `choices` i...
github.com/typeddjango/django-stubs - 031d42a75dec4a6722036f5aaf0bc9844e417360 authored about 5 years agoPR #46 set as the incorrect type. Its actual type is Page.
See: https://github.com/encode/dja...
github.com/typeddjango/djangorestframework-stubs - 418826b6492d9758b5f689595df578a5d082207e authored about 5 years agogithub.com/typeddjango/django-stubs - f7e1cfc6c7016eff604d0eacf6bd6fa9a75eccc3 authored about 5 years ago
* allow to run from_queryset() with BaseManager, Manager
* fix tests
github.com/typeddjango/django-stubs - d0c25e3bce44aeefaadf95caf696bee4aab90e16 authored about 5 years agogithub.com/typeddjango/django-stubs - 1c31e71ffc4d3ded73864d9b834bfc89ee222fbd authored about 5 years ago
github.com/typeddjango/pytest-mypy-plugins - 52ffccbd7b665af6b11306d17209e82d7f3dc320 authored about 5 years ago
github.com/typeddjango/pytest-mypy-plugins - 850475887a0676f3b2c21ebebc7d5780128cbafe authored about 5 years ago
* sort error lines in unknown format to the top
* bump version to 1.2.0
github.com/typeddjango/pytest-mypy-plugins - 6d2ec9ce668b802ad4d040a61b5a871e21fd1d37 authored about 5 years ago* make it work on Windows. ditch capturer.
* fix test for mypy==0.750
github.com/typeddjango/pytest-mypy-plugins - a2c3fc0ce01edb0151a161adf6036271f6d1f45b authored about 5 years agogithub.com/typeddjango/django-stubs - 6b3b6be3c139d1165925ee02e39b8ea3135e368f authored about 5 years ago
github.com/typeddjango/djangorestframework-stubs - c580e8a1a1f1308bd4510d413c9c2690199a4f32 authored about 5 years ago
* wip on drf 3.10 support
* some fixes
github.com/typeddjango/djangorestframework-stubs - f0afc5784a9b94bce486e7868e24f5a1dbeb0cde authored about 5 years ago* remove warning about unsupported expression for _meta.get_field()
* lint
github.com/typeddjango/django-stubs - 58326050530e72d4d58033ae04abafac8dfd58b9 authored about 5 years agogithub.com/typeddjango/django-stubs - 31e795016f154309e675c85616f4f8af033c0860 authored about 5 years ago
github.com/typeddjango/django-stubs - 0cba3f9fd60449835f9bf3609d48ce48fedb5bf5 authored about 5 years ago
github.com/typeddjango/django-stubs - f02050911fc5ec4125f9034d79f338329ca7cf75 authored about 5 years ago
github.com/typeddjango/django-stubs - e8e6fca78ca0452d95b97041afacd63f33947f80 authored about 5 years ago
* add support for BaseManager.from_queryset()
* cleanups
* lint fixes
github.com/typeddjango/django-stubs - ade48b6546773eab3986d941f3ae3bf677f15f49 authored about 5 years ago* suppress IncompleteDefnException on final_iteration
* lint
github.com/typeddjango/django-stubs - b8f29027d8ef1944faa8b6a80d2a9572dcf977f4 authored about 5 years ago* Add support for BaseBackend
* Add User.get_user_permissions
* Add support for UserManage...
github.com/typeddjango/django-stubs - eba3f6cb15fd279f34880dbdad4af3ae053ce087 authored about 5 years ago* skip whole Django repo for tests typechecking
* lint
github.com/typeddjango/django-stubs - 5a45544e76e038a8bbf0bcabf0319eefcac8c675 authored about 5 years agogithub.com/typeddjango/django-stubs - 8c2de7da56d56483efe7d0b1ae5088489664fc62 authored about 5 years ago
Better types for django.utils.encoding
github.com/typeddjango/django-stubs - d43c6dc7e2ef8ee389a374660985b92b61e975f7 authored about 5 years agogithub.com/typeddjango/django-stubs - f7e2109e06f1c21b0046ed66d4de76cb5f2783dc authored about 5 years ago
* Add support for hash database functions
* Add support for Sign
github.com/typeddjango/django-stubs - cea62abf5ae92ae24181f0f288dfc5af6d79c26c authored about 5 years agogithub.com/typeddjango/django-stubs - 3b69ec6a729f8f0e975047fa1e55881856cc6536 authored about 5 years ago