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

Better type for force_text using overloads/Literal

- If a str is passed in, it returns a str.
- If strings_only = True and a "protected type" is p...

github.com/typeddjango/django-stubs - 7e794534c05153f9a4494a9879c9e9767024fcaf authored almost 5 years ago by Seth Yastrov <[email protected]>
Add support for exclusion constraints (#249)

github.com/typeddjango/django-stubs - f5f33b061d3a768e65aca3566c050c45b5431964 authored almost 5 years ago by Hannes Ljungberg <[email protected]>
Improve TestCase.assertNumQueries type (#250)

github.com/typeddjango/django-stubs - 58b26fdbd34a8f688bc236925c367df6b180e2a9 authored almost 5 years ago by Ran Benita <[email protected]>
Correct the return type of BasePagination.get_paginated_response (#45)

* The DRF docs state that the return type should be a Response:
https://www.django-rest-frame...

github.com/typeddjango/djangorestframework-stubs - c19905c61778eb037e3bb2621eb6f3e9a55f2b18 authored almost 5 years ago by Brian Helba <[email protected]>
Move BLANK_CHOICE to django.db.models.fields (#242)

github.com/typeddjango/django-stubs - 9ca79c24a211986b22bb0e76bec941990dc4e881 authored almost 5 years ago by Youssef Moussaoui <[email protected]>
Add Pagination instance attributes, dynamically added by paginate_queryset (#46)

These instance attributes are the official way to pass data from
paginate_queryset to get_pagin...

github.com/typeddjango/djangorestframework-stubs - 97cbb33630360706c66cee817e5475c7c6275805 authored almost 5 years ago by Brian Helba <[email protected]>
Add version parameter for SchemaGenerator (#44)

This was added by https://github.com/encode/django-rest-framework/pull/6899

github.com/typeddjango/djangorestframework-stubs - 8069bc2492c5a1d1b6cc72f1fbfb119a60edf687 authored almost 5 years ago by Brian Helba <[email protected]>
bump version to 1.3.0

github.com/typeddjango/django-stubs - 540e28f4c6f771308b7df0556e4d9a79cbd6a72d authored almost 5 years ago by Maxim Kurnikov <[email protected]>
Add Django 3.0 testing to CI (#246)

* add Django 3.0 testing to CI

* remove importlib_metadata usage

* conditionally load choi...

github.com/typeddjango/django-stubs - 4ac43c6ed6493f2e94d87cce328f8c2d55f302db authored almost 5 years ago by Maksim Kurnikov <[email protected]>
fix model's on_cascade= parameter for test, update to latest gdal (#247)

github.com/typeddjango/django-stubs - cadd6c963b2bdcc8b95c86fb27dc625aab6de231 authored almost 5 years ago by Maksim Kurnikov <[email protected]>
Fix smtp backend open (#240)

github.com/typeddjango/django-stubs - 041754f8172a067a430be626b814a15451ebf329 authored almost 5 years ago by Konstantin Alekseev <[email protected]>
Cleanup EmailMessage types (#208)

* Cleanup EmailMessage types

* Typecheck email module tests.

github.com/typeddjango/django-stubs - c0c5d1e5884dd15020d184e87a6a34e5b7ce2e94 authored almost 5 years ago by Konstantin Alekseev <[email protected]>
remove unused ignore pattern (#239)

github.com/typeddjango/django-stubs - f824003cc4357f6ceef127e2a9a52a3fb375f733 authored almost 5 years ago by Maksim Kurnikov <[email protected]>
Declare is_relation and related_model on Field (#230)

github.com/typeddjango/django-stubs - 58f1833caba90de8139e6934cb59c9c7d0f2767d authored almost 5 years ago by Youssef Moussaoui <[email protected]>
Merge pull request #238 from mkurnikov/mypy-750

Mypy 0.750 support

github.com/typeddjango/django-stubs - cbb6a7a9acef64cb31a8b35e711cf328400b4369 authored almost 5 years ago by Maksim Kurnikov <[email protected]>
properly change type of self for methods on custom manager classes

github.com/typeddjango/django-stubs - 2c4827bbaf6406861168ef7c7c1a0ec206a60ed0 authored almost 5 years ago by Maxim Kurnikov <[email protected]>
update django tests branch

github.com/typeddjango/django-stubs - 5a151bf85112b3d12efd01bc232b065eda7f5ae3 authored almost 5 years ago by Maxim Kurnikov <[email protected]>
Support mypy 0.750

github.com/typeddjango/django-stubs - cbc71599958bf9f578fe8c44ccbd3cc850b5fd64 authored almost 5 years ago by Konstantin Alekseev <[email protected]>
added base_fields and declared_fields properties to Form (#235)

github.com/typeddjango/django-stubs - df4c17a947f7f46f8443251009a08149fe3436b6 authored almost 5 years ago by Patrick Gingras <[email protected]>
README.md Fix: sample code for "Notes" (#234)

github.com/typeddjango/django-stubs - 445abc046c3774c017f7a0e26ff553903b6e7888 authored almost 5 years ago by yaegassy <[email protected]>
Add new View.setup method introduced in Django 2.2 (#233)

https://docs.djangoproject.com/en/2.2/ref/class-based-views/base/#django.views.generic.base.View...

github.com/typeddjango/django-stubs - 557b7a4fa3bb3e880c6e782ddf1b2d3c2c532e3d authored almost 5 years ago by Anthony Ricaud <[email protected]>
Fix has_perm() methods for auth backend, and for contrib.auth.models (#232)

* fix has_perm() methods

* lint

github.com/typeddjango/django-stubs - 8343d768957a0c31f1fdb8003151855f0a2adf4f authored almost 5 years ago by Maksim Kurnikov <[email protected]>
remove catch-all __getattr__ for Manager, fix some issues with manager methods (#227)

github.com/typeddjango/django-stubs - 8d986a0f43c9d85cb654c4ad01b329fa2762577d authored almost 5 years ago by Maksim Kurnikov <[email protected]>
More precise annotations of utils.timezone functions that return instances of tzinfo subclasses. (#209)

* fix annotations of utils.timezone

* use intermediary tzinfo subclass exposed in pytz typesh...

github.com/typeddjango/django-stubs - e9a90ebff03248c9da686d0af1dbf21fef95a2a1 authored almost 5 years ago by Pilifer <[email protected]>
Add a few missing types to the stubfiles (#214)

* Add types to stub files.

* Fix black and flake8 errors.

github.com/typeddjango/django-stubs - 7b74a6944a0f830b78d2f02fb07bccc016ef52d9 authored almost 5 years ago by Christopher Sabater Cordero <[email protected]>
Add Tags.translation to stub (#226)

github.com/typeddjango/django-stubs - 83f11a0fc626c72d48b7a0e27b7200d4168a8231 authored almost 5 years ago by Seth Yastrov <[email protected]>
Both CSRF_COOKIE_SAMESITE and SESSION_COOKIE_SAMESITE should be Optional (#216)

github.com/typeddjango/django-stubs - 2829faf1afd949b40248a81846686219d2733bb5 authored almost 5 years ago by Seth Yastrov <[email protected]>
Add HttpResponsePermanentRedirect to django.shortcuts (#211)

github.com/typeddjango/django-stubs - d061e84cc78c17d107df9e19f25de73cfac8cb15 authored almost 5 years ago by src <[email protected]>
Two small improvements (#217)

* Add return type for admin.SimpleListFilter.lookups

* force_login() can take any user, not j...

github.com/typeddjango/django-stubs - 3a9263dc62d2b426b7da7f8e3e9b5d8a70db476a authored almost 5 years ago by Anna Sidwell <[email protected]>
Allow returning bool from test_func (#220)

github.com/typeddjango/django-stubs - 14aea2b4d4b89549a7e95f0bca35aa2f7ea6db85 authored almost 5 years ago by Yngve Høiseth <[email protected]>
Pin to 0.740 and fix CI (#225)

* update django sources

* pin mypy version, update to 0.740

* fix tests typechecking

* ...

github.com/typeddjango/django-stubs - 287c64d6fb26b605b8b161b75232d54191cdf642 authored almost 5 years ago by Maksim Kurnikov <[email protected]>
Merge pull request #41 from typeddjango/issue-40

Compat with mypy>=0.730 and django-stubs>=1.2.0

github.com/typeddjango/djangorestframework-stubs - 9c2db8680392f2e973bb62ea767afad399898d71 authored almost 5 years ago by Nikita Sobolev <[email protected]>
Add typing doc, typing-json, typingplus, typet ... (#30)

* Add typing doc, typing-json, typingplus, typet ...

and a "state of type hints" article.
...

github.com/typeddjango/awesome-python-typing - 3db15a69ba438111b2fee3c9be85d80d34b253c4 authored almost 5 years ago by Ed Staub <[email protected]>
Add Backports and improvements (#28)

github.com/typeddjango/awesome-python-typing - 8bcb743d8523d155b4cc5d63cda557425cb7ac0d authored almost 5 years ago by Gram <[email protected]>
Update README.md (#27)

github.com/typeddjango/awesome-python-typing - a454cae3b9627f0aa43159abd112488dc1105e50 authored almost 5 years ago by Nikita Sobolev <[email protected]>
Fixes travis url

github.com/typeddjango/django-stubs - 6601121db277a9b2132cf62ea9a559c38afebf2f authored almost 5 years ago by Nikita Sobolev <[email protected]>
Compat with mypy>=0.730 and django-stubs>=1.2.0

github.com/typeddjango/djangorestframework-stubs - 7faa52370f2dd0f5d6080a09efb0b446cd1dc60f authored almost 5 years ago by sobolevn <[email protected]>
Compat with mypy>=0.730 and django-stubs>=1.2.0

github.com/typeddjango/djangorestframework-stubs - 141f64b9696a16711c6630b9f92044d46c291438 authored almost 5 years ago by sobolevn <[email protected]>
Fix `django.contrib.admin.options.BaseModelAdmin.has_add_permission` (#205)

* Fix `django.contrib.admin.options.BaseModelAdmin.has_add_permission` (#203).

* Add `django....

github.com/typeddjango/django-stubs - 87d59c7c1a3f755f3035ce5464efb4d32b76ea00 authored about 5 years ago by Andrey <[email protected]>
add dynamic type checkers (#26)

* add Dynamic type checkers

* fix case

github.com/typeddjango/awesome-python-typing - 414a402d9728594fc60981b756ef69070fdbdd9b authored about 5 years ago by Gram <[email protected]>
Add flake8-annotations to linters (#25)

github.com/typeddjango/awesome-python-typing - e10b07329a4e35187e08e760578500f2272f3b34 authored about 5 years ago by S. Co1 <[email protected]>
improve annotations in some places (#202)

* improve annotations in some places

* linting

github.com/typeddjango/django-stubs - 8402e7c53ee4d2fa2ea31a506b6a986b67e10c1a authored about 5 years ago by Maxim Kurnikov <[email protected]>
add pythonista-stubs (#24)

github.com/typeddjango/awesome-python-typing - 4b42cdf0bbea4121513e8deb2382aec2d003ed3d authored about 5 years ago by Harold Martin <[email protected]>
fix annotation for BaseCommand.handle() (#201)

github.com/typeddjango/django-stubs - dceb0751522395cbe86c8db924372bdfec6b1adb authored about 5 years ago by Maxim Kurnikov <[email protected]>
Fix ForeignKey type for self-reference defined in the abstract model (#200)

github.com/typeddjango/django-stubs - 7e3f4bfa024ed24c9ef2b570510958d6f8e2d551 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Fix crash if model from same app referenced in RelatedField cannot be resolved (#199)

* do not crash if model from same app refd in ForeignKey cannot be resolved

* bump to 1.2.0

github.com/typeddjango/django-stubs - db9ff6aaf60dec1f85d924aae5f861e5429d7000 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Reorganize code a bit, add current directory to sys.path (#198)

* reorganize code a bit

* add current directory to sys.path

* remove PYTHONPATH mention fr...

github.com/typeddjango/django-stubs - 717be5940f8ec01e6917058118ff459cda519530 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Update README.md (#23)

github.com/typeddjango/awesome-python-typing - 405aeea13239380fa1f4d11da3f04c6d8a047948 authored about 5 years ago by Nikita Sobolev <[email protected]>
Improves README with new example repo, python version matrix (#195)

github.com/typeddjango/django-stubs - b939bc96b7ff0645da19c2ff960ac9bd0a50bee7 authored about 5 years ago by Nikita Sobolev <[email protected]>
add support for typechecking of filter/get/exclude arguments (#183)

* add support for typechecking of filter/get/exclude arguments

* linting

github.com/typeddjango/django-stubs - 02bdf5be950ff8033bb08a1c04236e6ce0dd7949 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Fix Paginator properties mistyped as Callables (#193)

Co-authored-by: Nick Sweeting <[email protected]>

github.com/typeddjango/django-stubs - 4d4b0003bdc84a6ab56fbc518154337ec160849f authored about 5 years ago by Maxim Kurnikov <[email protected]>
add mypy compatibility table (#190)

* add mypy compatibility table

* add django versions to compatibility table

github.com/typeddjango/django-stubs - e143ba568cc30d3ae75527a383c91c06ff22926b authored about 5 years ago by Maxim Kurnikov <[email protected]>
add some diagnostic for unused ignores for tests typechecking (#191)

github.com/typeddjango/django-stubs - 32c0cbca454857cdd1f17e97d51e4b3d7674b57f authored about 5 years ago by Maxim Kurnikov <[email protected]>
Contexts can contain Any data (#192)

github.com/typeddjango/django-stubs - acc3ca4205eb107f98574b21d01aaa0dcea320c4 authored about 5 years ago by Anthony Ricaud <[email protected]>
Update README.md

github.com/typeddjango/awesome-python-typing - dcf70bf390c12d5a6a0fa8cf0beb097f9ba51042 authored about 5 years ago by Nikita Sobolev <[email protected]>
fix compatibility with 0.730 (#189)

github.com/typeddjango/django-stubs - be3fc259d5c13ad22cc22ab52596fd802ebe2205 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Merge pull request #11 from mkurnikov/fix-for-730

0.730 compatibility, correct reported error line

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

github.com/typeddjango/pytest-mypy-plugins - f1327b362b93d51d5349196370619a9b70d9ba75 authored about 5 years ago by Maxim Kurnikov <[email protected]>
add unused ignores reporting (#188)

github.com/typeddjango/django-stubs - 7725b416b64f513aa3ad5aa2aca10eaa8155a78f authored about 5 years ago by Maxim Kurnikov <[email protected]>
0.730 compatibility, correct reported error line

github.com/typeddjango/pytest-mypy-plugins - db0ff7beacef7e2627727006c22ab0b47b02e927 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Use runtime information to determine whether class is a models.Model subclass (#182)

github.com/typeddjango/django-stubs - 2c23d8e70fd8dfec02bc92c73f5b249e57fc7d55 authored about 5 years ago by Maxim Kurnikov <[email protected]>
resolve_template accepts Sequences of str (#187)

- resolve_template is checking for lists or tuples so let's use a generic Sequence
- Union[Temp...

github.com/typeddjango/django-stubs - 5910bd1b256f4b0a03b816200bfecbbb8cad5c46 authored about 5 years ago by Anthony Ricaud <[email protected]>
add linting stubs with flake8-pyi and check for unused imports (#186)

github.com/typeddjango/django-stubs - 963d50c717282c340fa7d397bdb0402a4e7f9434 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Fix type annotations for django.utils.safestring (#179)

* Add/fix types for django.utils.safestring.mark_safe

Django code ref: https://github.com/djang...

github.com/typeddjango/django-stubs - 7407b9315109b33ae8c6066c4be7ac1920919f0e authored about 5 years ago by Maxim Kurnikov <[email protected]>
Bump isort, use --diff (#164)

* dev-requirements: bump isort: 4.3.4 => 4.3.21

* isort: use --diff

* known_first_party = ...

github.com/typeddjango/django-stubs - afcd0d9293fc91a75eabbc3958c516df8c9e6e7b authored about 5 years ago by Daniel Hahler <[email protected]>
update import_all test, add some stubs for postgres (#178)

github.com/typeddjango/django-stubs - a85dbff7934ec9c606d04e8629d5889dbfe0a37f authored about 5 years ago by Maxim Kurnikov <[email protected]>
Add django.contrib.gis.db.models and django.contrib.gis.db.models.fields (#177)

* add django.contrib.gis.db.models and django.contrib.gis.db.models.fields

* install gdal in ...

github.com/typeddjango/django-stubs - 68aebe25286539ebc9bfe3f3e763781fe9fa6ff3 authored about 5 years ago by Maxim Kurnikov <[email protected]>
related_name is Optional[str] (#176)

In the current Django (2.1, 2.2), the `related_name` parameter to
`OneToOneField` and `ForeignK...

github.com/typeddjango/django-stubs - d3dca5b408f89fff02f4c157496e777d945b19f1 authored about 5 years ago by Peter Law <[email protected]>
Options.verbose_name_raw is always a string (#175)

At least in the current implementation.

github.com/typeddjango/django-stubs - c69090ec5b3795eaf908777db65d05f2d2975074 authored about 5 years ago by Peter Law <[email protected]>
Closes #18, closes #20

github.com/typeddjango/awesome-python-typing - d7e0ba8841e6b8b78f7834e7b0f10711e9de63b1 authored about 5 years ago by sobolevn <[email protected]>
Update README.md

github.com/typeddjango/awesome-python-typing - 3b49280db7e70975b5e3ccf24e65dbd165fbade3 authored about 5 years ago by Nikita Sobolev <[email protected]>
Update README.md

github.com/typeddjango/awesome-python-typing - 09edfc0d9319c062e1c11be6f9b9933e130394a7 authored about 5 years ago by Nikita Sobolev <[email protected]>
Closes #22, closes #21

github.com/typeddjango/awesome-python-typing - ecc7d9d097957ca6e0773a8328fceb24008c1b8c authored about 5 years ago by Nikita Sobolev <[email protected]>
Split AddManagers for model in separate stages to process IncompleteDefnException properly (#171)

github.com/typeddjango/django-stubs - 29ac1c3017f764f58bb341e43d11f399076c631a authored about 5 years ago by Maxim Kurnikov <[email protected]>
add custom Field processing for mixins used in the Model subclasses (#167)

github.com/typeddjango/django-stubs - 23ad65033bc30d371061d29425ca509a919fde9e authored about 5 years ago by Maxim Kurnikov <[email protected]>
add proper stubs for django.contrib.auth.models model fields (#170)

github.com/typeddjango/django-stubs - 64720f492c4dabe7b6f3c89f49d9acc88e769311 authored about 5 years ago by Maxim Kurnikov <[email protected]>
cleanup some stubs in contrib.admin, contrib.admindocs (#169)

github.com/typeddjango/django-stubs - a8fdd4c67350eea564b7728beae1a87e26b274d2 authored about 5 years ago by Maxim Kurnikov <[email protected]>
make types for generic mixins less strict (#168)

github.com/typeddjango/django-stubs - 813dd8cc1a5a688595480ebdf9e3a49af7d3f567 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Fix typecheck tests ci (#165)

* remove mention of mypy newsemanal to prepare for 0.730

* make typecheck_tests CI really wor...

github.com/typeddjango/django-stubs - 2b53fa5a1a9db689d0492ccf2de2638a49443571 authored about 5 years ago by Maxim Kurnikov <[email protected]>
WIP: fix scripts/typecheck_tests.py (#162)

* WIP: fix scripts/typecheck_tests.py

Exit non-zero if it fails to run.

Currently it fails...

github.com/typeddjango/django-stubs - e3ea84143f2e7b7934fe1681f58d0e031db22fda authored about 5 years ago by Daniel Hahler <[email protected]>
ci: minor cleanup (#161)

* ci: Travis: remove unnecessary option with black

Already in config, adding a final newline ...

github.com/typeddjango/django-stubs - 82e3aa5464c4665d686432684237e0fe3df8e022 authored about 5 years ago by Daniel Hahler <[email protected]>
flake8: ignore certain errors for .pyi files (#159)

github.com/typeddjango/django-stubs - 5b9a467cf04ce80d83bc73da873de84fc3f389c1 authored about 5 years ago by Daniel Hahler <[email protected]>
Fix typo integration (#17)

github.com/typeddjango/awesome-python-typing - 676e44b718598cc0d4e035bd4070f6a03a3e3141 authored about 5 years ago by Tristan de Cacqueray <[email protected]>
Fix link to numpy-stubs. (#16)

github.com/typeddjango/awesome-python-typing - 2e67dd7465cb93e9eb6ef42e4b89055050badebe authored about 5 years ago by Stefan Lehmann <[email protected]>
Update README.md

github.com/typeddjango/awesome-python-typing - 5e3c5b2972fe24636bdf7560b3285382970a3a2c authored about 5 years ago by Nikita Sobolev <[email protected]>
Add python.ru slack chat (#15)

github.com/typeddjango/awesome-python-typing - eff8e159d7bbaf9cbd10048f7d3eb0b670a942d0 authored about 5 years ago by Alwx <[email protected]>
The same for badge

github.com/typeddjango/awesome-python-typing - 8859c3fd5a096590539f876ca3d4b4ef4b2a834c authored about 5 years ago by Nikita Sobolev <[email protected]>
Removes mypy logo to respect other type-checkers

github.com/typeddjango/awesome-python-typing - d467e487207808083d80c7ab45dc7368fc80d8d6 authored about 5 years ago by Nikita Sobolev <[email protected]>
Update README.md

github.com/typeddjango/awesome-python-typing - 60acf164b82cc9ecc03a633a6313e85e2987950e authored about 5 years ago by Nikita Sobolev <[email protected]>
Update README.md

github.com/typeddjango/awesome-python-typing - 3e9034b6bf1438d3f9e55fa3d053f064e571440e authored about 5 years ago by Nikita Sobolev <[email protected]>
Add retype and pyspark-stubs (#13)

github.com/typeddjango/awesome-python-typing - 6cafd17e6f457fca09ab6ed72e08cd210093c763 authored about 5 years ago by Gram <[email protected]>
Add integrations section (#5)

* Add integrations section

* Update README.md

github.com/typeddjango/awesome-python-typing - 5670e469001cfd9db3ba8e268a6bdde8da809eda authored about 5 years ago by Gram <[email protected]>
Merge pull request #8 from orsinium/patch-8

Update LICENSE

github.com/typeddjango/awesome-python-typing - adc7782b54a9bb2de1aae7acd2feae9b2cb1e674 authored about 5 years ago by Nikita Sobolev <[email protected]>
Merge pull request #7 from orsinium/patch-7

Change license

github.com/typeddjango/awesome-python-typing - b6b52785f54294a56d0ae88fa60454d6925fc2cd authored about 5 years ago by Nikita Sobolev <[email protected]>
Merge pull request #10 from orsinium/patch-9

Add PyQt5 stubs

github.com/typeddjango/awesome-python-typing - a38c7c3667fb4f662c0095493ebef4369cffce10 authored about 5 years ago by Nikita Sobolev <[email protected]>
Merge pull request #6 from orsinium/patch-6

Add PySpark-stubs

github.com/typeddjango/awesome-python-typing - a3c45201faa2ab295161d792dee7c0d2ed6ed07b authored about 5 years ago by Nikita Sobolev <[email protected]>