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

Improve APIException input and detail types (#387)

APIException and its subclasses are more liberal in what they accept as input, but their `detail...

7660f0e5715443e2a11c6fb07527b74f20213fd8 authored almost 2 years ago
Bump pytest from 7.2.2 to 7.3.1 (#395)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.1.
- [Release notes](htt...

e0f29b9c968cd1e812f046835f440e74c382fec7 authored almost 2 years ago
Update compatible-mypy 1.2.0 (#392)

* Update mypy requirement from <1.2,>=1.1.1 to >=1.1.1,<1.3

Updates the requirements on [mypy...

8a98af4270d3fae878a4f31bad79d47ccf67c245 authored almost 2 years ago
[pre-commit.ci] pre-commit autoupdate (#390)

updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0....

f54042ea82815a0ff459631dcff14f96e7741c62 authored almost 2 years ago
Bump types-pytz from 2023.2.0.1 to 2023.3.0.0 (#388)

Bumps [types-pytz](https://github.com/python/typeshed) from 2023.2.0.1 to 2023.3.0.0.
- [Releas...

a53cf81f566b739e7989ddf7165914a4bcbcfb92 authored almost 2 years ago
Bump types-pytz from 2022.7.1.2 to 2023.2.0.1 (#384)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.1.2 to 2023.2.0.1.
- [Releas...

0a618d81dd095073b81edee2e5dece6a8f378d27 authored almost 2 years ago
Bump types-requests from 2.28.11.16 to 2.28.11.17 (#385)

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.16 to 2.28.11.17.
- [Re...

ec8452c332156df1bd2a13984afa3518c6c4c1cc authored almost 2 years ago
Bump types-urllib3 from 1.26.25.8 to 1.26.25.10 (#386)

Bumps [types-urllib3](https://github.com/python/typeshed) from 1.26.25.8 to 1.26.25.10.
- [Rele...

9f116481bcf5ce7d3637a72a6846d476a8f5a4be authored almost 2 years ago
Bump types-requests from 2.28.11.15 to 2.28.11.16 (#380)

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.15 to 2.28.11.16.
- [Re...

d58d10bc69f2eac805168affa2d4afae70fd37f7 authored almost 2 years ago
Fix: OrderingFilter.get_default_ordering() may return None (#379)

1467ae62021eef0db2be135af85795f82cdec8cd authored almost 2 years ago
Version 1.10.0 release (#377)

0752c40703c6d09caa220f617995ee5807a6fe1e authored almost 2 years ago
Update `django-stubs` in `requirements.txt` (#376)

* Update `django-stubs` in `requirements.txt`
* Update `django-stubs-ext` as well to avoid a de...

10d46c2c2f434c99bcf016c972f54a1314eb9b4f authored almost 2 years ago
Update recommended mypy & CI to 1.1.1 (#374)

* Updated mypy to 1.1.1 for compatible-mypy and CI
* Minor tweak needed to typecheck ignores

49b4c5f8da95aed91039b01ba8711758603c0091 authored almost 2 years ago
Bump pytest from 7.2.1 to 7.2.2 (#372)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2.
- [Release notes](htt...

a85d71c1a77a84943f6b449b7ad30d7aabe31120 authored almost 2 years ago
Merge pull request #368 from typeddjango/dependabot/pip/types-requests-2.28.11.15

2d17f49ce4b21f87eea0f70f6433aa2778e10d72 authored almost 2 years ago
Bump types-requests from 2.28.11.14 to 2.28.11.15

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.14 to 2.28.11.15.
- [Rel...

39056118ac030efd6d836dfb4a779aedf5d1e0cd authored almost 2 years ago
Merge pull request #369 from typeddjango/dependabot/pip/types-urllib3-1.26.25.8

def33515ff40d828e717d0fe7df80cddd70dcf2b authored almost 2 years ago
Bump types-urllib3 from 1.26.25.7 to 1.26.25.8

Bumps [types-urllib3](https://github.com/python/typeshed) from 1.26.25.7 to 1.26.25.8.
- [Releas...

27171836c27bf96a88e7ccd11fd29034685b86d7 authored almost 2 years ago
Allow user arg in `APIClient.force_authenticate` to be `None` (#367)

* Allow user arg in `APIClient.force_authenticate` to be `None`

* [pre-commit.ci] auto fixes ...

ce22166ffba7d442a5aa239409b4d0b4c6f1f1ad authored almost 2 years ago
Release script: Also clean build directories before a build (#366)

919b125cdbd62672e0aedfe7093ad15c09d263d8 authored almost 2 years ago
Version 1.9.1 release (#365)

Emergency release to fix packaging issues in yesterday's version.

98cca07668e032ec55f3dab2e6f06896e320fa1f authored almost 2 years ago
CI: Run mypy on self check (#361)

Co-authored-by: Marti Raudsepp <[email protected]>

92c8c455bf26140e6ed18256d802ab03f2fb9e3d authored almost 2 years ago
Fix strict mypy errors in plugin and scripts (#363)

This is a precondition for enabling mypy self-check in CI.

* Fixed strict mypy errors in mypy...

c35b9112b53b5d0ad42301ce2e9ca153113a9be9 authored almost 2 years ago
Adds `pre-commit` CI (#360)

* Adds `pre-commit` CI
* Remove `mypy` from pre-commit

44f0e94992cf71174ec8fff3143652e02bff5723 authored almost 2 years ago
Delete pre-commit-autoupdate.yml

129c5fd593a1d5a8f39ba3394bdbcc42653de6f1 authored almost 2 years ago
Update package metadata: release notes URL, classifiers, maintainer (#359)

Harmonized with django-stubs `setup.py`

* Added Release notes URL to package metadata (relate...

c6afad16d69638419e8f963feda537fb6a0851e7 authored almost 2 years ago
Version 1.9.0 release (#357)

* Version 1.9.0 release
* Bump django-stubs requirement

21818bc6335601e10289078974d6a7e9beb7d4c5 authored almost 2 years ago
Fix type of data parameter in get test requests (#267)

Fix type of data parameter in get test requests. Lists of two-tuples of strings are allowed

C...

a038db8530916ee7c473ff100ebbf6c5b3c1cb31 authored almost 2 years ago
Bump gitpython from 3.1.30 to 3.1.31 (#352)

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.31.
- [...

6a972bbcb79ba1208d0a9a1777e7ef82aa50503a authored almost 2 years ago
Bump types-pytz from 2022.7.1.1 to 2022.7.1.2 (#356)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.1.1 to 2022.7.1.2.
- [Releas...

f2087d0e11cd50357c3597fe911c0a66dda2a654 authored almost 2 years ago
Bump types-pytz from 2022.7.1.0 to 2022.7.1.1 (#355)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.1.0 to 2022.7.1.1.
- [Releas...

aaefd620334f5feb9ffa306933543beaf7907331 authored almost 2 years ago
Bump types-requests from 2.28.11.8 to 2.28.11.14 (#354)

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.8 to 2.28.11.14.
- [Rel...

bd046b60f03aaf45dedfb863105946b58053f99e authored almost 2 years ago
Bump types-urllib3 from 1.26.25.4 to 1.26.25.7 (#353)

Bumps [types-urllib3](https://github.com/python/typeshed) from 1.26.25.4 to 1.26.25.7.
- [Relea...

64674d27ce02c4663d7eb514215e9ae9191c57b4 authored almost 2 years ago
Upgrade to Mypy 1.0 (#339)

1e7cfe946f696b083230561056883ef927eb2460 authored almost 2 years ago
CI: Enable testing with Python 3.11 (#284)

bf9d3837eaf0b1e2928f28bad48c1f617813376b authored almost 2 years ago
CI: Use django-stubs 1.14.0 for testing (#346)

Needs changes to our typecheck ignores.

fddecec3163c20f4b24e63a1d08a9e1b86e03b2a authored almost 2 years ago
Run pre-commit isort on pyi files (#347)

Pre-commit isort was ignoring .pyi files, this fixes that.

0f8579f51205a10612b636408c34d6fa9fffc7e4 authored almost 2 years ago
CI: Freeze DRF commit used in typecheck_tests and types-requests/types-urllib3 (#345)

* Freeze DRF git commit hash used in CI.
* Freeze versions of types-requests and types-urllib3 ...

3a339b08fbf5be6ca563177e049c164935be877f authored almost 2 years ago
feat: Update for StrOrPromise in typeddjango/django-stubs (#301)

Co-authored-by: Piotr Szyma <[email protected]>

4fb7adfedfae56f34fde260e04280b46fc535194 authored almost 2 years ago
Update Black to 23.1.0 and reformat with new style (#335)

Black 23 introduced some changes to the stable formatting style, but very trivial in this projec...

092ec4278a43ddbfe4cbf8bd9c2b256a3a56da37 authored almost 2 years ago
Add max_length and min_length args for ListSerializer signature (#336)

e55f3545008dca78fa7ab244f2d5a0cb49a30ad3 authored almost 2 years ago
Add return type to APIClient.get method (#330)

* feat: return type of APIClient.get method

* feat: add typing to rest_framework.test.APIRequ...

05c421e25cd566018f786169b880a02afc09bf0b authored almost 2 years ago
Bump pytest from 7.2.0 to 7.2.1 (#318)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.1.
- [Release notes](htt...

9acea479bbddf0ae25b5e68edb4b2be81e031cee authored almost 2 years ago
Bump types-pytz from 2022.7.0.0 to 2022.7.1.0 (#317)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.0.0 to 2022.7.1.0.
- [Releas...

a7434baa2a53e3f4ce90e21ab8e25dcc3b673e92 authored almost 2 years ago
Add missing allow_empty arg to ManyRelatedField (#322)

7d8dbc1ff4d0db3bc338cfb5b04b01f907588482 authored about 2 years ago
Allow subclasses of APIView to override get_permissions with return type implementing _SupportsHasPermission (#320)

Issue is that list is invariant, which makes the protocol not work.

Changing it so a sequence...

a9eee9907e07f705ce7c90f68bb1e6814c8c616d authored about 2 years ago
Fix CI typecheck (add new ignores) (#323)

Suppressing new typecheck errors that were exposed in #320.

Now ignoring messages like 'note:...

cdd962e9ea77f299156bfdd23f542ca9921e0eec authored about 2 years ago
Fix CI: Run apt-get update before install (#316)

Co-authored-by: Adam Johnson <[email protected]>

fix yaml

93c21c52e8831ac898f08525994e452f687fd907 authored about 2 years ago
[Fix] Allow StrPromise to be used in exceptions (#297)

Co-authored-by: Xavier Francisco <[email protected]>

728da9c1ba7fa2a6eb3442eb599d0b38e6529492 authored about 2 years ago
Bump gitpython from 3.1.29 to 3.1.30 (#314)

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.30.
- [...

3b8738f71b6fa6a7187829cf04500f0059407f42 authored about 2 years ago
Auto-update pre-commit hooks (#312)

Co-authored-by: sobolevn <[email protected]>

3a6317a39f00ebece8d07a323f6a9c08e904f1cb authored about 2 years ago
Bump pre-commit from 2.20.0 to 2.21.0 (#313)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 2.21.0.
- [Release ...

96e2cf076ed8ada8c39821cbeda63228aecbaa63 authored about 2 years ago
Bump types-pytz from 2022.6.0.1 to 2022.7.0.0 (#310)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.6.0.1 to 2022.7.0.0.
- [Releas...

f57c6cf86ef70d7a9e363d667ff8a64f43eab05e authored about 2 years ago
Fix CI typecheck (add new ignore) (#311)

fc303950a0f3c3f79bfb80076bb9c843f7f0f4b4 authored about 2 years ago
Auto-update pre-commit hooks (#306)

Co-authored-by: sobolevn <[email protected]>

29dd201896544da8d20a92199121c54a3b59ac4c authored about 2 years ago
Fix encoder and decoder params on JSONField (#304)

params encoder and decoder on JSONField are class types.
Similar example on django_stubs
https...

c6f9c7dd3c2c0cacef4cdc465fdaaa4896c9fc33 authored about 2 years ago
Fix CI: add typecheck suppression & upgrade flake8-pyi (#303)

* Added suppression for a new test in upstream
* Upgraded flake8-pyi to be compatible with flak...

3cdc675d33a0faa7b7249467b96f653bc76c8e17 authored about 2 years ago
Auto-update pre-commit hooks (#305)

Co-authored-by: sobolevn <[email protected]>

bedac076ee11cf936395fd0d1a5400b64b002831 authored about 2 years ago
Auto-update pre-commit hooks (#300)

Co-authored-by: sobolevn <[email protected]>

9672ba7c32689609bedc3f99cff78131f10dd359 authored about 2 years ago
Version 1.8.0 release (#293)

Also:

* Updated Python compatibility in setup.py and README.
* Removed DRF version from READ...

2584ad31edde5350215c10d0821c81303402d22f authored about 2 years ago
CI: Remove unused typecheck ignores (#295)

typecheck_tests.py contains lots of ignores that are now obsolete.

Instead of using IGNORED_M...

d3067ddf4d2415a8dae94e75c5b326a20b731451 authored about 2 years ago
Add DecimalField(normalize_output=) from DRF master (#294)

This isn't in any DRF release yet, but fixes typecheck in our CI.

Upstream PR: https://github...

11ecec94683dd6086dbbded180390f86881375f3 authored about 2 years ago
Add 'HEAD' to accepted HTTP verbs list (#249)

* Add 'HEAD' to accepted HTTP verbs list

* Fixes after rebase (ec5ecd40c0be07418accbe1f94fda7...

95b370f9116b358391daa88283579e36c478e95a authored about 2 years ago
Bump djangorestframework from 3.13.1 to 3.14.0 (#256)

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.13.1 to 3.14...

76b55dad0afb5319e9326caa1bca83495c308bde authored about 2 years ago
Bump pytest from 7.1.2 to 7.2.0 (#269)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.0.
- [Release notes](htt...

b0b3577a2e05b0478bf7ff51a3ef306f9a2154e9 authored about 2 years ago
Bump gitpython from 3.1.27 to 3.1.29 (#266)

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.27 to 3.1.29.
- [...

a3022eaa0f70c49f5dfecffc4fc557cd680b06b9 authored about 2 years ago
Bump types-pytz from 2022.1.2 to 2022.6.0.1 (#272)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.1.2 to 2022.6.0.1.
- [Release ...

e46bc6e969e6fe702dfaa8120a1a8979d621dfc4 authored about 2 years ago
CI: Enable testing with Python 3.10 (#292)

Also updated pre-commit actions to use Python 3.10.

56a8915f7540022253d628eca78674ca527c0e64 authored about 2 years ago
Introduce `flake8-pyi` in `pre-commit` checks (#286)

This is a PR similar to typeddjango/django-stubs#1253, only for rest_framework-stubs.

All sta...

158fd4f8dcf7165928d68583dd7822a6cff14cd9 authored about 2 years ago
Update to mypy 0.991 for compatible-mypy & CI (#280)

* Update to mypy 0.991 for compatible-mypy & CI

* Restore typecheck_tests.py ignores

a1ec425434daf5e392e1d640bddca1486d4c98f9 authored about 2 years ago
Auto-update pre-commit hooks (#291)

Co-authored-by: sobolevn <[email protected]>

47f08e45c28c390cf2043c4349b187fa3bd6c80e authored about 2 years ago
Fix CI: Use flake8 from GitHub not GitLab (#289)

d1b1641433fdfd766c51cd9f228161bf555f7f14 authored about 2 years ago
Fixes #230 - Response stub should inherit from TemplateResponse (#283)

* Fixes #230 - Response stub should inherit from TemplateResponse

* monkey-patch first attemp...

09ac1ac551ce051680af25798e42cfaafe6c88ac authored about 2 years ago
Auto-update pre-commit hooks (#285)

Co-authored-by: sobolevn <[email protected]>

89f8925c67027a759ca08c3643934aa8de107859 authored about 2 years ago
Update django-stubs, mypy, pytest-mypy-plugins & fix tests (#279)

All these updates have to be done together, otherwise one dependency is incompatible with anothe...

b8e865fb7815f6609505a1a5775031ab95e0d370 authored about 2 years ago
Auto-update pre-commit hooks (#281)

Co-authored-by: sobolevn <[email protected]>

42b0d20d34c95165133e034b1e91eed88c846361 authored about 2 years ago
Add missing PageNumberPagination.get_page_number() method (#263)

06a2f2f9f6c05a07f03bc1bd7f1b54ecfd7a3c43 authored about 2 years ago
Fix errors in CI (#273)

ec5ecd40c0be07418accbe1f94fda74d4b377c24 authored about 2 years ago
Auto-update pre-commit hooks (#257)

Co-authored-by: sobolevn <[email protected]>

e46f90ecb16eb9a0a32a5762843d3f36f0af9075 authored over 2 years ago
Auto-update pre-commit hooks (#254)

Co-authored-by: sobolevn <[email protected]>

ed16be9761c7ab530a97659469aa568c379bf3fd authored over 2 years ago
Auto-update pre-commit hooks (#252)

Co-authored-by: sobolevn <[email protected]>

86597b5f375e4c58857e716ef1dfa484d2af7e15 authored over 2 years ago
Delete release.yml

06f84b20070304e24bd364cebc0f2fcfeac192c5 authored over 2 years ago
Auto-update pre-commit hooks (#248)

Co-authored-by: sobolevn <[email protected]>

f6eb80c2018cb297843ae7b197d9a23a2cc901f7 authored over 2 years ago
Auto-update pre-commit hooks (#246)

Co-authored-by: sobolevn <[email protected]>

aecbccbeb88ab183342e073ae7df5048595976e2 authored over 2 years ago
Fix CI

de32b9c4b3f5d34712bc9fb5d972a22647d25b66 authored over 2 years ago
Preserve generic in extended generic views and viewsets (#215)

03b404a237f618aa500d7604044004cf80f2d482 authored over 2 years ago
Create pre-commit-autoupdate.yml

4b62d406151a142f7b24600014b97df38f5b64cd authored over 2 years ago
Bump types-pytz from 2022.1.1 to 2022.1.2 (#245)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.1.1 to 2022.1.2.
- [Release no...

670f5218dae28dd65df2c75bb9bb6fc7d382dee8 authored over 2 years ago
Make coreapi & markdown requirements optional (#243)

* Make coreapi & markdown deps optional

* Fix Black

* Enable extras in requirements.txt

955482c4a309018f6b1a87ddf02c560c0156b7d5 authored over 2 years ago
Bump pre-commit from 2.19.0 to 2.20.0 (#241)

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.0.
- [Release ...

5575bbddbbe76d564c9ed4aae1913a88f8b9a558 authored over 2 years ago
Bump actions/setup-python from 3 to 4 (#231)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release n...

9eee73bc016193fd3fbf08c0ffe5e6298f2b6a6f authored over 2 years ago
Bump `actions/setup-python`

093acb78bf7b218ca4e75b57059e059806925eae authored over 2 years ago
Bump types-pytz from 2022.1.0 to 2022.1.1 (#240)

Bumps [types-pytz](https://github.com/python/typeshed) from 2022.1.0 to 2022.1.1.
- [Release no...

4e6b585fdc4d073cc4784e54a698588c419eb703 authored over 2 years ago
Use ImmutableQueryDict for request params (#237)

* Use ImmutableQueryDict for request params

* Bump typing-extensions requirement for assert_t...

9bfea3a317f49230798d0d9b509b404526361ab4 authored over 2 years ago
Version 1.7.0 release (#236)

Version 1.7.0 release, closes #234

bf412d40b3d7db1dcf3ef39acc469cc958413fcc authored over 2 years ago
Bump types-pytz from 2021.3.8 to 2022.1.0 (#235)

Bumps [types-pytz](https://github.com/python/typeshed) from 2021.3.8 to 2022.1.0.
- [Release no...

5d630baabdb0ee87c2eb8b6aa3b534187c85e2d4 authored over 2 years ago
compatible-mypy extra (#233)

621694133a6d8023199ee77b86099bad448c2026 authored over 2 years ago
Enable GitHub auto generated release notes for GitHub releases (#229)

fa288326e0fc82a12a693c2a0a2979ecb7fdf501 authored over 2 years ago
Add GitHub release action to upload to PyPI & create GitHub release (#228)

2c884820e99915ae6bdc7519588de4fd42477a4f authored over 2 years ago
Fix return types for ModelSerializer methods build_* (#227)

44f8de323e4065fb0d832f50111c6465e0a0dad8 authored over 2 years ago