Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typeddjango/djangorestframework-stubs

PEP-484 stubs for django-rest-framework
https://github.com/typeddjango/djangorestframework-stubs

added action attribute to ViewSetMixin (#55)

abe5632e2d23858df8868fab1c1c3198b6da58df authored over 4 years ago by Fran Hrženjak <[email protected]>
Make decorator functions transparent to Mypy (#60)

By declaring return type as -> Callable[[_VIEW], _VIEW], Mypy can infer
that the decorated view...

f67ac0ed9473ccf2f0c09f6556b1150b7ca56ffd authored over 4 years ago by Marti Raudsepp <[email protected]>
Add/improve ViewSet instance attributes (#59)

Documented at https://www.django-rest-framework.org/api-guide/viewsets/#introspecting-viewset-ac...

80fd56dee347edc81fb6841a8afc9bfa8da50042 authored over 4 years ago by Marti Raudsepp <[email protected]>
More precise *Field arguments and instance attributes (#62)

Field constructors are quite inconsistent in Django REST Framework: some
take position argument...

211242535821f7974522a8445b354c31d4e3e10c authored over 4 years ago by Marti Raudsepp <[email protected]>
add list type for Exception.details (#57)

closes #56

96fed54901f6532b8c8d4485d80d7f8cebbda0c8 authored almost 5 years ago by Alwx <[email protected]>
allow lists fo strings for ordering attribute (#53)

ed6939fd161d4638250352b415c2c454f062ac9c authored almost 5 years ago by Fran Hrženjak <[email protected]>
Fix type of PageNumberPagination.page (#51)

PR #46 set as the incorrect type. Its actual type is Page.

See: https://github.com/encode/dja...

418826b6492d9758b5f689595df578a5d082207e authored almost 5 years ago by Brian Helba <[email protected]>
Added CurrentUserDefault. (#19)

c580e8a1a1f1308bd4510d413c9c2690199a4f32 authored almost 5 years ago by Noam <[email protected]>
Release 1.1.0 (#47)

* wip on drf 3.10 support

* some fixes

f0afc5784a9b94bce486e7868e24f5a1dbeb0cde authored almost 5 years ago by Maksim Kurnikov <[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...

c19905c61778eb037e3bb2621eb6f3e9a55f2b18 authored almost 5 years ago by Brian Helba <[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...

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

8069bc2492c5a1d1b6cc72f1fbfb119a60edf687 authored almost 5 years ago by Brian Helba <[email protected]>
Merge pull request #41 from typeddjango/issue-40

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

9c2db8680392f2e973bb62ea767afad399898d71 authored almost 5 years ago by Nikita Sobolev <[email protected]>
Compat with mypy>=0.730 and django-stubs>=1.2.0

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

141f64b9696a16711c6630b9f92044d46c291438 authored almost 5 years ago by sobolevn <[email protected]>
Fixes markdown links

7801d87e78df189558a5eaf15f2489a11946b535 authored about 5 years ago by Nikita Sobolev <[email protected]>
Adds gitter badge and syntax highlighting

8a29cfef85474562523e651f942bed0a3020cac9 authored about 5 years ago by Nikita Sobolev <[email protected]>
Add `actions` parameter to `ViewSetMixin.as_view`. (#18)

* Add `actions` parameter to `as_view`.

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

85547a815475934b48a5078a747c031feed38d6c authored about 5 years ago by Christopher Sabater Cordero <[email protected]>
Merge pull request #24 from MarcinWieczorek/patch-testclient

Add APIClient type to test cases

9284cc47abe0b092beaeac009742b2f957e33f2c authored about 5 years ago by Nikita Sobolev <[email protected]>
Fix travis badge

7c04d4bb442761b276ce3695627827811759183b authored about 5 years ago by Marcin Wieczorek <[email protected]>
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

...

b6e9bd558e59e2b9449a1bad313b92bcc9b86391 authored about 5 years ago by Maxim Kurnikov <[email protected]>
Add APIClient type to test cases

c134493ab658eb67cc7d4ebbd39847ea7b631ca7 authored about 5 years ago by Marcin Wieczorek <[email protected]>
Fix mypy version in setup.py (#23)

27afc140812b83fa01a121b411917af424834f4a authored over 5 years ago by SP <[email protected]>
fix schema() decorator (#17)

7268e19c099a17726ef731c6f2e2e5164f9e14fe authored over 5 years ago by Rafal Stozek <[email protected]>
drop --universal, as we do not support python 2

e73110c5e35f9aae22f19fed4f71dcb440bd3619 authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version

bdc1244e0a47f2399362704f4f9ab91a90846319 authored over 5 years ago by Maxim Kurnikov <[email protected]>
make import_all test comprehensive

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

a2d0759f52accb530d26d825c7de6b5ae77e6ced authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version

4837cc16c895020cb8e83d82b5ea4404a7868f7f authored over 5 years ago by Maxim Kurnikov <[email protected]>
remove some comments

e1f5671353021e64de9cf0d24b9c192c62ebff4a authored over 5 years ago by Maxim Kurnikov <[email protected]>
add rest_framework.filters

9b7bf184c6dad414e3f17b98a094da44e887b4cf authored over 5 years ago by Maxim Kurnikov <[email protected]>
add rest_framework.documentation

37a3218b000686e335e8cc822ec99d7702f818da authored over 5 years ago by Maxim Kurnikov <[email protected]>
add utils.formatting

ca8ed724efd8387960ae266d3d0407fdedc5f96c authored over 5 years ago by Maxim Kurnikov <[email protected]>
Add stub for utils/model_meta (#14)

439af39d2c5eb3a5bdd662f78af7aed2bc1e94fa authored over 5 years ago by Konstantin Alekseev <[email protected]>
Configure black using pyproject.toml (#13)

ece169babc407c4e46e13d80fb75de78899ecf95 authored over 5 years ago by Konstantin Alekseev <[email protected]>
Fix page_size_query_param type. (#10)

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

7587b75df63ca8bfe4ff232149d82f5a5cd5885d authored over 5 years ago by Konstantin Alekseev <[email protected]>
bump version

eee0367ed13a4034d25e4e131c43ed5dcf0acc84 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix test client stubs

d2fa65d6a58e88a65a22ffc3f188094fc536afe1 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add rest_framework.authtoken, fix permission bases annotation

13f884dd1461681bf8f84cd2914599b2ad22d638 authored over 5 years ago by Maxim Kurnikov <[email protected]>
bump version

d058e7e6c27299b658f1e1877ecc73a5d2449095 authored over 5 years ago by Maxim Kurnikov <[email protected]>
remove some false positives, make parent Any

47d9397bfd67ec88c22094aa6b002b77adaf3745 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add pagination, permissions, test, utils.encoders

95f14064245ee168e276fb530e4523f2b4844902 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add release.xsh file

436e3807b1ac2d6e49de4f1806256c24e1b50f04 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix formatting

38d973d1435ca4042bd07b6ff8158c998b4b6fa7 authored over 5 years ago by Maxim Kurnikov <[email protected]>
remove drf from dependencies

aeb68621aa85072c325a7a7d4412cbf7a5e91a96 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fallback to any for all non-parseable fields in ModelSerializer

1aeb1115c5cfcf4d41499331d3c1e0eebd265bbd authored over 5 years ago by Maxim Kurnikov <[email protected]>
add fallback to Any if anything's wrong

a560d5a71cbd0034f2178434eb194ceedebd465b authored over 5 years ago by Maxim Kurnikov <[email protected]>
update django-stubs to 0.8.1

a359a5dac64f9ffa1e577cc162e13d6a4ff90003 authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix dependencies

88fd368cc9e724dcb01e8f94b0f5229ccbd0e68a authored over 5 years ago by Maxim Kurnikov <[email protected]>
construct typeddict from model serializer

118311334a204cae02bf40efc12821d96c71a7ce authored over 5 years ago by Maxim Kurnikov <[email protected]>
fixes

6b8e6faaed7b7b523e82319501b06507f291ee6d authored over 5 years ago by Maxim Kurnikov <[email protected]>
proper return types for run_validation / to_internal_value / to_representation

d3b56cfd3e8ce6e36d300b791d5852cc6c764fcd authored over 5 years ago by Maxim Kurnikov <[email protected]>
add fallback if base serializer model cannot be looked up

18c1fb1372d6cf3db762a436974c03e9f7f83167 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add apps, decorators, reverse

c4b4bda32141cdb7843c35ae0e79c8e8f19f96de authored over 5 years ago by Maxim Kurnikov <[email protected]>
add typeddict return type for to_representation

a93e3b03390d1b1896bb719f7859905dee1d0a60 authored over 5 years ago by Maxim Kurnikov <[email protected]>
set minimal django-stubs version

4899516daae3164ddba8be061df8e0e95122442d authored over 5 years ago by Maxim Kurnikov <[email protected]>
add python3.6 testing to travis

835773e21669bc3066734259325afecd0949a760 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add support for .create(), .save() on serializers

8650235c0fc935cae9a2c08550d7766914555e03 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add some error silencing

b20fe8ed9affe570deea98d5940b4e1a7e57fa4b authored over 5 years ago by Maxim Kurnikov <[email protected]>
add utils/json.pyi

9bd99d3661fd991729301629fa0a3281daf9c2b4 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add routers.pyi

bf73f18a23042743d8055445a8ac962ac1ae399f authored over 5 years ago by Maxim Kurnikov <[email protected]>
add viewsets.pyi

554ee97240ebbc2404bbe68b90bf4f4692d283e3 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add some stubs

18427718c913f3d23ef7a4636c8205df42999cf2 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add some stub files

42927b7fe6eac30af30848c28f05a6a201e9ae46 authored over 5 years ago by Maxim Kurnikov <[email protected]>
make run_validation return proper typeddict

41cd9568f672acb5cc83bc1f0e403c24bfad4aff authored over 5 years ago by Maxim Kurnikov <[email protected]>
remove submodules, it has been replaced with pypi package

7d3b85a122269c485c17e1fa9e46603173dba8f7 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add proper travis test config

a3907f74f93e8049e7d928a3ac97b2175edb808d authored over 5 years ago by Maxim Kurnikov <[email protected]>
change license text to MIT

62162e69e2d9639e748d5599047e7aeb4d97767b authored over 5 years ago by Maxim Kurnikov <[email protected]>
add Meta nested class handling

179b5f568cdf6c1b0099cbdd14775a29a10be8a8 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add request, fix some stubs

db904ddb3f6bf744e5b974e452c2516e72c016d3 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add field properties

b57a91fe0c5ca97fc7d11f20993073628b003775 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add metadata, utils.field_mapping

763e35e4ff6df672c6e74e582af6c57c50fd81f2 authored over 5 years ago by Maxim Kurnikov <[email protected]>
rework fields

1215b50dd7a0f9e9e80c3a5a03a7a25ae41d8188 authored over 5 years ago by Maxim Kurnikov <[email protected]>
rework validators, fixes

50109472e3f3e94321f47e67dec29df68f1924ef authored over 5 years ago by Maxim Kurnikov <[email protected]>
rework exceptions, base Field class, add relations

67937d348c62f524e639cf6b456b1fe1de60fcec authored over 5 years ago by Maxim Kurnikov <[email protected]>
fix mro error

54dd9ced83c731b6c0c6d4bee914e7347c71689f authored over 5 years ago by Maxim Kurnikov <[email protected]>
add serializers, utils.serializer_helpers, some fixes

a59af832d53d8802741a77026cc03d0e3e4274bf authored over 5 years ago by Maxim Kurnikov <[email protected]>
add scripts/ directory

3e2c8c5ba91be31c8c38ec9c16574986552382c0 authored over 5 years ago by Maxim Kurnikov <[email protected]>
wip for pep561 config

f1f45e966265dd679ab28883c9797888f990ced7 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add generics, mixins

9215c1a35e3b04c1d371c28b0de905f5cbadbf2f authored over 5 years ago by Maxim Kurnikov <[email protected]>
add some modules

9f49d5aa15d071f39547b630b30fbd376fec27ee authored over 5 years ago by Maxim Kurnikov <[email protected]>
update setup.py

a66adb0e7c7ecdd69f4bfbd2e8831e7ad229ceb9 authored over 5 years ago by Maxim Kurnikov <[email protected]>
add README

4a79f55d0c7bc8d28308485fcb6cde18110181bb authored over 5 years ago by Maxim Kurnikov <[email protected]>
reformat with black

32f2acccaf5fca25bc0d02a55f67abe28bcccad8 authored almost 6 years ago by Maxim Kurnikov <[email protected]>
remove mypy submodule, add proper testing

e407bf6bf0390b69e09aa124e78ca122af9b1384 authored almost 6 years ago by Maxim Kurnikov <[email protected]>
more stubs

b60d315d8ee12e2f4a01d5885bb73a62d9a95d5e authored almost 6 years ago by Maxim Kurnikov <[email protected]>
add stubs for some fields

a01ad868226796a4fecbdbf005ab28c819e0d61e authored almost 6 years ago by Maxim Kurnikov <[email protected]>
add plugin support for type of run_validation

ab5a2703eab05022467aa74b06426e91d3ec5182 authored almost 6 years ago by Maxim Kurnikov <[email protected]>
sync key-based-typeddict

fac5c63f7754446202d6c4e7d13517625b09969d authored almost 6 years ago by Maxim Kurnikov <[email protected]>
rename test suite

37c31105cd539afd59b7e8cb8227247304d982cf authored almost 6 years ago by Maxim Kurnikov <[email protected]>
initial commit

94b33cf60f8868ba40503a3cf6049757d714d780 authored almost 6 years ago by Maxim Kurnikov <[email protected]>