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

fix redefining field with name id with different than int type

github.com/typeddjango/django-stubs - c382d6aa2fcb047bd4acbed82c4ab8f1e61baff7 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix setup.py definition

github.com/typeddjango/django-stubs - dc33dd94932bf7f783fce7a64b046688ff978a57 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix dependencies for python 3.6

github.com/typeddjango/pytest-mypy-plugins - 377971c6159c123c61918dd2beb97a8cabdcd3b5 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add release.xsh script

github.com/typeddjango/pytest-mypy-plugins - 1bb6da6f43705c9974e122d5d5d4adfde4763795 authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version to 0.1.1

github.com/typeddjango/pytest-mypy-plugins - 4ddb4a196ca970cba2bb8a39439a71598d704026 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix typechecking

github.com/typeddjango/pytest-mypy-plugins - a6c910d50661da121593ae2c7961f5db6b9c5319 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add support for custom mypy options

github.com/typeddjango/pytest-mypy-plugins - f0152715ecd4955e89a6401ece6ea43946dc44e0 authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version

github.com/typeddjango/django-stubs - 4cb10390cfa5343ca054b9ec8881a873d8d07000 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix stale import

github.com/typeddjango/django-stubs - c1640b619f729bdf0892e832a4cf7090a1b44c63 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix star import parsing for settings

github.com/typeddjango/django-stubs - a08ad80a0d81d349b06f0d01ad0104e66499f183 authored over 5 years ago by Maxim Kurnikov <[email protected]>
cd to temporary dir when typechecking

github.com/typeddjango/pytest-mypy-plugins - a69259856ec16fdea0902a1e9c74166faefd7e9b authored over 5 years ago by Maxim Kurnikov <[email protected]>
add default for MYPY_DJANGO_CONFIG

github.com/typeddjango/django-stubs - f30cd092f1a8f978774d44692dc54e732480c453 authored over 5 years ago by Maxim Kurnikov <[email protected]>
enable 'validation' test folder

github.com/typeddjango/django-stubs - dcd9ee0bb80d4d6b4972971e3914d2f2300cd2ad authored over 5 years ago by Maxim Kurnikov <[email protected]>
add properly typed FOREIGN_KEY_FIELD_NAME_id fields to models

github.com/typeddjango/django-stubs - 26a80a82796a563d60c384fd565d237871ce2e8d authored over 5 years ago by Maxim Kurnikov <[email protected]>
add more test folders

github.com/typeddjango/django-stubs - 79ebe20f2e36198720c52128e216c2a80db86649 authored over 5 years ago by Maxim Kurnikov <[email protected]>
more accurate types for from_queryset()

github.com/typeddjango/django-stubs - 587c2c484b81bd4c33486215553bc4b1f0764e51 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add support for default related managers, fixes #18

github.com/typeddjango/django-stubs - 4a22da29cb45be520748dc546a9bf20d01ef719d authored over 5 years ago by Maxim Kurnikov <[email protected]>
preserve fallback to Any for unrecognized field types for init/create

github.com/typeddjango/django-stubs - 70378b8f40aa2b3f0513eaed1a06a2ebbf882505 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add support for get_user_model(), fixes #16

github.com/typeddjango/django-stubs - b7f7713c5aed73a21c5c5a9f98913d7c576fd70d authored over 5 years ago by Maxim Kurnikov <[email protected]>
add proper generic support for get_object_or_404/get_list_or_404, fixes #22

github.com/typeddjango/django-stubs - 2720b74242380e0138d8e5e75cb2e6f4310e606b authored over 5 years ago by Maxim Kurnikov <[email protected]>
add release script

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

github.com/typeddjango/django-stubs - 3191740c6ba5f3e4ec887f66faf05e91f91c8ef2 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix tests

github.com/typeddjango/django-stubs - cf7c263fb52f0bc04ef2f5f9cfcc6b925c04f499 authored over 5 years ago by Maxim Kurnikov <[email protected]>
CharField can receive ints

github.com/typeddjango/django-stubs - 16a983152a2929393bf3941f82029e7b0c0619b4 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add BaseManager.create() typechecking

github.com/typeddjango/django-stubs - 9eb95fbab3e1cf9f3d6bb5b94346cacc148b7795 authored over 5 years ago by Maxim Kurnikov <[email protected]>
Change license to MIT

github.com/typeddjango/django-stubs - 7aafca2e5d93eadac95bb8ef4c111e2638820c63 authored over 5 years ago by Maxim Kurnikov <[email protected]>
enable two more test folders

github.com/typeddjango/django-stubs - 643f852775a4b9f63de7ef4fa627ba0442a0f9ba authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix couple edge cases with __init__

github.com/typeddjango/django-stubs - 6b7507206a0853c8488e048fe5f9b0c6a6ce1bf3 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add variable interpolation for env vars

github.com/typeddjango/pytest-mypy-plugins - 08c9f1b77af5c20795d90418b7f5559d53b5feee authored over 5 years ago by Maxim Kurnikov <[email protected]>
add config file support

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

github.com/typeddjango/django-stubs - 5c6aa9a00b5c52803914d536444633d846a7c859 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add Model.__init__ typechecking

github.com/typeddjango/django-stubs - 916df1efb61e9a7b9bd692c80bf076abffcae674 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add dataclasses as a dependency for python3.6

github.com/typeddjango/django-stubs - dcb4da378b50055e338eae95a50fa38357fa66be authored over 5 years ago by Maxim Kurnikov <[email protected]>
rework settings, add loading of the django.conf.global_settings, cleanups

github.com/typeddjango/django-stubs - d4cb729c9360572cddeda13720f1cde832ac1adc authored over 5 years ago by Maxim Kurnikov <[email protected]>
ci should be good now

github.com/typeddjango/django-stubs - f7b586f038b4dd65a43c90cfde3bd5ca3d1e7122 authored over 5 years ago by Maxim Kurnikov <[email protected]>
try ci fix

github.com/typeddjango/django-stubs - 11500f337d8565035b2179301957f7dfac0f8de6 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix values_list

github.com/typeddjango/django-stubs - 3fb3bbcf197056a2ae195b97f990c0bd66b3b8c9 authored over 5 years ago by Maxim Kurnikov <[email protected]>
enable some test folders, bunch of fixes

github.com/typeddjango/django-stubs - 191496ed7239de9bb40ef9617de2687404bb5484 authored over 5 years ago by Maxim Kurnikov <[email protected]>
more test folders

github.com/typeddjango/django-stubs - 2559901ff374b40c66a74e7f967cbe4f8ba95c70 authored over 5 years ago by Maxim Kurnikov <[email protected]>
enable 6 more test folders

github.com/typeddjango/django-stubs - d18fc0bf5f611da6da7f62f779a87470100b79f4 authored over 5 years ago by Maxim Kurnikov <[email protected]>
remove Meta entries

github.com/typeddjango/django-stubs - c534e75aafd660c9203653bf28cbaa1f9402f1e3 authored over 5 years ago by Maxim Kurnikov <[email protected]>
Merge pull request #15 from HyreAS/more-fields

More fields

github.com/typeddjango/django-stubs - af30bb6c4a744ee0463b1440dbcdd9edb6226407 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add test_runner/lookup test folders

github.com/typeddjango/django-stubs - dbc9b49867ad430f19a35d75311db90f5ef7c4a7 authored over 5 years ago by Maxim Kurnikov <[email protected]>
Update decimal reveal_type test

github.com/typeddjango/django-stubs - a9c1f35494670eca45ca30c3577854975ed1599f authored over 5 years ago by Aleksander Vognild Burkow <[email protected]>
Ignore external psycopg2 types

github.com/typeddjango/django-stubs - 4ea4c3eddd7a88212ada49351cd869162d3e3736 authored over 5 years ago by Aleksander Vognild Burkow <[email protected]>
add central directory for mypy cache

github.com/typeddjango/django-stubs - be0b2eebb28b51b22f7d019ccaa3ece06d4f935b authored over 5 years ago by Maxim Kurnikov <[email protected]>
fixes, add some testing folders

github.com/typeddjango/django-stubs - 69d4ccaf5443a8124b870d1d685ae4ce9d5d547f authored over 5 years ago by Maxim Kurnikov <[email protected]>
Add tests for the new fields

github.com/typeddjango/django-stubs - 6c87ccf2281f6a1b2d26500347bb059af3528016 authored over 5 years ago by Aleksander Vognild Burkow <[email protected]>
Add decimal field typings

github.com/typeddjango/django-stubs - 7819165e429183bc7912e874937814c535dd7923 authored over 5 years ago by Aleksander Vognild Burkow <[email protected]>
Add additional django field __get__ types

These are taken from the corresponding
django/contrib/postgres/fields/ranges.py file.

github.com/typeddjango/django-stubs - 08bf5660bf2818d86e1af0acda52709464469c7c authored over 5 years ago by Aleksander Vognild Burkow <[email protected]>
add stricter dependencies

github.com/typeddjango/django-stubs - 3dcab64e073939d3f7c39484aaf85051d7d85efa authored over 5 years ago by Maxim Kurnikov <[email protected]>
disable deployment on tags for now

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

github.com/typeddjango/django-stubs - 6fcccb37693a43bf969103c71821c8aea5d08a0d authored over 5 years ago by Maxim Kurnikov <[email protected]>
add pypi deploy config

github.com/typeddjango/django-stubs - 68c5da12f9c562693dfbe6678c2c38c58a7ef595 authored over 5 years ago by Maxim Kurnikov <[email protected]>
expressions

github.com/typeddjango/django-stubs - f5135dac9fc88824f45230cd88ee32092b16929f authored over 5 years ago by Maxim Kurnikov <[email protected]>
black reformat

github.com/typeddjango/django-stubs - 2a6a0120a9a2cf32b1219b907c9a86d549f82fe0 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add custom_lookups, custom_managers test folders

github.com/typeddjango/django-stubs - 59b4d2e849f05fd6d857635bdb3e74d28178074b authored over 5 years ago by Maxim Kurnikov <[email protected]>
add test_views test folder

github.com/typeddjango/django-stubs - 5f6b4bfd3055c8f0798a930becdba3e91ebe5fec authored over 5 years ago by Maxim Kurnikov <[email protected]>
split error suppression for tests typechecking, fix ci, bunch of fixes

github.com/typeddjango/django-stubs - d03fddd96d556f95694b5e9b9678161b9c8881a2 authored over 5 years ago by Maxim Kurnikov <[email protected]>
Merge pull request #5 from K0Te/django-db-models-missing-imports

Add missing re-imports to django.db.models.

github.com/typeddjango/django-stubs - e409dbdb82eba772ed74b385a921ce3084f25b09 authored over 5 years ago by Maxim Kurnikov <[email protected]>
Merge pull request #14 from HyreAS/reexport-timezone-imports

Reexport utils.timezone imports

github.com/typeddjango/django-stubs - 880bab395b4a3d5a1bb94874828f0213bd70b97f authored over 5 years ago by Maxim Kurnikov <[email protected]>
Reexport utils.timezone imports

These are reexported by django.

github.com/typeddjango/django-stubs - 9461dbfb4fbbf70dfe81201c0dd6437c93efc5bd authored over 5 years ago by Aleksander Vognild Burkow <[email protected]>
Fix formatting.

github.com/typeddjango/django-stubs - 7a7f68ede4d52705d0d8bc4a14001deec037d84f authored over 5 years ago by Oleg Nykolyn <[email protected]>
Fix and uncomment tests.

github.com/typeddjango/django-stubs - 3ccecebe3fcbc27cafee8c63fa586019befb7251 authored over 5 years ago by Oleg Nykolyn <[email protected]>
Merge branch 'master' into django-db-models-missing-imports

github.com/typeddjango/django-stubs - 55415458dc2eb4d9b88466bd70637dee68c74a3c authored over 5 years ago by Oleg Nykolyn <[email protected]>
Add annotations for Prefetch, prefetch_related_objects.

github.com/typeddjango/django-stubs - 255e4af9117a4ba44f31370a60e3d3979147bc4c authored over 5 years ago by Oleg Nykolyn <[email protected]>
silence failing test folders

github.com/typeddjango/django-stubs - 7f8477ff3d896f8a7f15965f1942b6d271e647f8 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix failing plugin tests

github.com/typeddjango/django-stubs - 19e9cd7ffc0e65ec9ef09a6d7dbdd3fbb6b7f997 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add missing comma

github.com/typeddjango/django-stubs - 815c3ea4979ec49f385b43ed521f540902a76697 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fixes for stubs

github.com/typeddjango/django-stubs - b636d240517e5786d656024b312518c2c8a421cd authored over 5 years ago by Maxim Kurnikov <[email protected]>
sort out all test folders into passable and TODOs

github.com/typeddjango/django-stubs - c9e8fe53a5d61af9785be716184679b3969e0e01 authored over 5 years ago by Maxim Kurnikov <[email protected]>
enable bunch of folders

github.com/typeddjango/django-stubs - b1153204d712b3bc351d94e5e441c568a9936ea6 authored over 5 years ago by Maxim Kurnikov <[email protected]>
some fixes

github.com/typeddjango/django-stubs - bb2d107e385ce742ede0e4929172503c17961351 authored over 5 years ago by Maxim Kurnikov <[email protected]>
mention gitter in readme

github.com/typeddjango/django-stubs - 322addf6b242feeac1e68f4f8f420ce5c89f942c authored over 5 years ago by Maxim Kurnikov <[email protected]>
enable more test folders: db.functions

github.com/typeddjango/django-stubs - 8a952b416e0ecd67dbdc8249c689832eec8afc91 authored over 5 years ago by Maxim Kurnikov <[email protected]>
enable more folders

github.com/typeddjango/django-stubs - 1868100bd9bbb775adffd38f6f02f2324a376f7c authored over 5 years ago by Maxim Kurnikov <[email protected]>
enable test typechecking for a bunch of django test suite folders

github.com/typeddjango/django-stubs - 628c1224d63f6a3fa7905af7fd1219f2a0da3680 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add stubs for admin_changeset tests

github.com/typeddjango/django-stubs - 978379c45478d8c77299c97cd23cdaa27f47b512 authored over 5 years ago by Maxim Kurnikov <[email protected]>
disable globbing for tests folders, add regex support for ignored errors

github.com/typeddjango/django-stubs - ece2b873185f45047d648467d10ac0a3e7d71085 authored over 5 years ago by Maxim Kurnikov <[email protected]>
Merge pull request #8 from K0Te/get_object_or_404-annotation

Fix get_object_or_404() klass parameter annotation.

github.com/typeddjango/django-stubs - f07a9ecbb875d235a7c70146787ebc263a8322e3 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix typecheck script

github.com/typeddjango/django-stubs - e2bacbcbdeb552d9d888cea4e39fc9df1c667808 authored over 5 years ago by Maxim Kurnikov <[email protected]>
move to plain python script for typechecking

github.com/typeddjango/django-stubs - 835889e3a46c97664fc9990a8940138f48d51792 authored over 5 years ago by Maxim Kurnikov <[email protected]>
make typecheck ci pass

github.com/typeddjango/django-stubs - 5d8576348ecbb4df5aa7d5502a598436081e2036 authored over 5 years ago by Maxim Kurnikov <[email protected]>
return proper error rc

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