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: APIView.dispatch expects a HttpRequest which gets transformed into a Request by calling initialize_request (#141)

* The dispatch cycle first receives a django.http.request.HttpRequest, which gets transformed in...

github.com/typeddjango/djangorestframework-stubs - 790f3917843169deb2d6c26ab751d32bd4ce67e9 authored over 3 years ago by LanDinh <[email protected]>
Add type hints for the postgres CursorDebugWrapper and add missing method to the BaseCursorDebugWrapper (#585)

* Add type hints for the postgres CursorDebugWrapper, expand the BaseCursorDebugWrapper.

* Fi...

github.com/typeddjango/django-stubs - 3931432b34ac72db19c2e25ccdcb1a7fe598f65b authored over 3 years ago by LanDinh <[email protected]>
Add `no_key` parameter to `select_for_update` queryset method (#594) (#595)

Co-authored-by: Stevan Milic <[email protected]>

github.com/typeddjango/django-stubs - 4c90b5098f27fcc862c19dcf6dd6666920935c92 authored over 3 years ago by Stevan Milic <[email protected]>
WIP: django_stubs_ext: monkeypatch `reveal_{type,locals}` into builtins (#591)

* WIP: django_stubs_ext: monkeypatch `reveal_{type,locals}` into builtins

Fixes https://githu...

github.com/typeddjango/django-stubs - ee58b18f1577eb31fb5faaae94725a18625904fc authored over 3 years ago by Daniel Hahler <[email protected]>
build(deps-dev): remove/unpin mypy/typing-extensions (#593)

* build(deps-dev): remove/unpin mypy/typing-extensions

Closes https://github.com/typeddjango/...

github.com/typeddjango/django-stubs - 3c6f438cc944db3c45412fcf833612173f6442b9 authored over 3 years ago by Daniel Hahler <[email protected]>
[3.2] Adjust contrib.admin (#589)

github.com/typeddjango/django-stubs - a14f49c4b2648bfb9440366a23972b6f9fa271bb authored over 3 years ago by Hannes Ljungberg <[email protected]>
[3.2] Add missing exceptions (#588)

github.com/typeddjango/django-stubs - f003968177db043eb908c152ddf226d29975148e authored over 3 years ago by Hannes Ljungberg <[email protected]>
[3.2] Adjust model indexes (#587)

github.com/typeddjango/django-stubs - e8a97e301c22c7d1339dec8ab8cd9ce70929259a authored over 3 years ago by Hannes Ljungberg <[email protected]>
[3.2] Add durable argument to atomic (#586)

* [3.2] Add durable argument to atomic

* Adjust compatibility table for 3.2

* Update READM...

github.com/typeddjango/django-stubs - e72cbb6eb5b25e7270214e5efa8781775a1288f2 authored over 3 years ago by Hannes Ljungberg <[email protected]>
Version 1.8.0 release

github.com/typeddjango/django-stubs - 3cca71a58f787d96193acfe3bf7d5afb3485e105 authored over 3 years ago by sobolevn <[email protected]>
Add URLPattern options to django.url.conf since they were missing. (#583)

* Add URLPattern options to django.url.conf since they were missing.

* Fix some wording in th...

github.com/typeddjango/django-stubs - ceb08f18043a31b4734b4b55cb7992c42106b010 authored over 3 years ago by LanDinh <[email protected]>
fix: use Type annotations for ModelSerializer and HyperlinkedModelSerializer `serializer_XXX` attributes (#140)

* fix: use Type annotations for ModelSerializer.serializer_XXX attributes

* fix: add addition...

github.com/typeddjango/djangorestframework-stubs - f61d1c6d11482916f527503aff46f54724c1feee authored over 3 years ago by Michał Jaworski <[email protected]>
Create related managers from generated managers (#580)

github.com/typeddjango/django-stubs - 9beb5327de662569dab313757876f892746e7904 authored over 3 years ago by Konstantin Alekseev <[email protected]>
compatibility matrix doc change for new django-stubs version (#581)

github.com/typeddjango/django-stubs - cd9ef6cdd4e0b71c8f8d42785bb9b8ae50b7b13a authored over 3 years ago by Daniel Sears <[email protected]>
Make MultipleChoiceField initial and default args Set (#139)

github.com/typeddjango/djangorestframework-stubs - 92e386dcd88fa69c2aec579e1c495a55796cd5a0 authored over 3 years ago by Petter Friberg <[email protected]>
MIMEBase parameter for EmailMessage.attach() (#577)

* MIMEBase parameter for EmailMessage.attach()

* Added test_mail.yml

Co-authored-by: Edwin...

github.com/typeddjango/django-stubs - 8f97bf880d3022772581ea4cf8b5bf5297a27bad authored over 3 years ago by Edwin Grubbs <[email protected]>
Use BaseSchemaGenerator as a generator_class in get_schema_view (#137)

* Add openapi.SchemaGenerator as a generator_class option

* Update __init__.pyi

Co-authore...

github.com/typeddjango/djangorestframework-stubs - 50c3e3902a9835a882adc7532a0f74cb9651297e authored over 3 years ago by Joshua Massover <[email protected]>
Fix typo in collect.py (#48)

s/qualifield/qualified/

github.com/typeddjango/pytest-mypy-plugins - 1c49b238bb316d9aac4db8e9bf072bf76742dd63 authored over 3 years ago by Dominic Davis-Foster <[email protected]>
add link to lxml-stubs (#53)

github.com/typeddjango/awesome-python-typing - d0f7d64b3de151bd71588784348a454330bc8ca0 authored over 3 years ago by Elias Dorneles <[email protected]>
Fix type for metadata_class (#135)

github.com/typeddjango/djangorestframework-stubs - f3838d7653e3b10b33cdfe738d61b377f2189d80 authored over 3 years ago by Gustaf Alhäll <[email protected]>
Flake8 typing only imports (#52)

* add tools that add type annotations to existing code

* CR modifications

* add PyTest Mon...

github.com/typeddjango/awesome-python-typing - e67a0042c8ab408a59413b5150ca287ff53a924b authored over 3 years ago by Christian Ledermann <[email protected]>
Add PyTest MonkeyType with Django article (#51)

* add tools that add type annotations to existing code

* CR modifications

* add PyTest Mon...

github.com/typeddjango/awesome-python-typing - c877eb612a5d20eaac671ef29ddb24185ce50948 authored over 3 years ago by Christian Ledermann <[email protected]>
Fix Field arguments variance (#573)

* Fix Field arguments variance

* fixup! Fix Field arguments variance

Test field can be use...

github.com/typeddjango/django-stubs - 124d90794c6a303ff7bba2ebcb84b80d9c234618 authored over 3 years ago by Anton Agestam <[email protected]>
Tweak the constructor signature for ManyToManyField (#571)

Prior to this change, ManyToManyField was declared as being generic in
_ST and _GT, but also us...

github.com/typeddjango/django-stubs - 6a6fd47f285ea464f6a7ee67c4d2161314881d41 authored over 3 years ago by James Owen <[email protected]>
Add tools that add type annotations to existing code (#50)

* add tools that add type annotations to existing code

* CR modifications

Co-authored-by: ...

github.com/typeddjango/awesome-python-typing - 290127efdbc276b904a8ea888b9bf74826ff725a authored over 3 years ago by Christian Ledermann <[email protected]>
Remove archived numpy-stubs package (#49)

github.com/typeddjango/awesome-python-typing - 7fd1dce2a08b5ac54bbba5d0603d1b81203a6602 authored over 3 years ago by johnthagen <[email protected]>
feat(add-get-lines): Add get_inlines method (#570)

Document ModelAdmin.get_inlines(). Available since Django 3.0.

github.com/typeddjango/django-stubs - 54e5ecc16a3dba83f571568b9b407d2950d74a44 authored over 3 years ago by melvyn-oviavo <[email protected]>
Mention issue about as_manager along with a workaround (#569)

* Mention issue about as_manager along with a workaround

* Update README.md

Co-authored-by...

github.com/typeddjango/django-stubs - 418437b00c7f9205cd3cb54c7808908d07c1538f authored over 3 years ago by Seth Yastrov <[email protected]>
Correct order for FileField __init__ args (#568)

github.com/typeddjango/django-stubs - eb195b61e925d55b0b8378ac16aff91320b1cea1 authored over 3 years ago by Daniel <[email protected]>
Update static.pyi (#566)

* Update static.pyi

Parameters document_root and show_indexes should be marked as Optional si...

github.com/typeddjango/django-stubs - 993dd816a4ddf0048f69c9a114de6183d23ffd31 authored over 3 years ago by Thomas Krapp <[email protected]>
fix: add headers to http.HttpResponseBase constructor (#564)

* fix: add headers to http.HttpResponseBase constructor

fixes #563

* fix: correct Dict() w...

github.com/typeddjango/django-stubs - e6dcfe4fc60d2d7cb88b09c9325b4cb0a4fe77d6 authored over 3 years ago by Chas Nelson <[email protected]>
Make some mixin methods generic (#131)

github.com/typeddjango/djangorestframework-stubs - 0b2a417c3e544d64396c5c89ecf9c55655da02dc authored over 3 years ago by henribru <[email protected]>
Allow ModelAdmin.actions to be set to None. (#560)

`None` is an allowed value to disable all actions for a particular `ModelAdmin`.

github.com/typeddjango/django-stubs - 8f9e77ce39cb581ca220fb6f91197885e462a7c4 authored over 3 years ago by Simon Charette <[email protected]>
Update mypy to 0.800 and fix compatibility (#130)

github.com/typeddjango/djangorestframework-stubs - 1761be9966e914fc20ad774f54afc1d2854e70ab authored over 3 years ago by Marti Raudsepp <[email protected]>
Fixes for ObtainAuthToken (#128)

github.com/typeddjango/djangorestframework-stubs - 5511807cab60d26d6e62a796cc61472fd5e162f0 authored over 3 years ago by Marti Raudsepp <[email protected]>
Fix model Meta type (#127)

* Fix model Meta type

* pin mypy to 0.790

* Fix Meta model tests

* Update dev-requireme...

github.com/typeddjango/djangorestframework-stubs - 57e67a2c9ebeed8c339a99560a1567a57234432f authored over 3 years ago by Tom Parker-Shemilt <[email protected]>
Fix status.HTTP_200_OK (#125)

* Fix status.HTTP_200_OK

* pin mypy to 0.790

* Change mypy version specifier from requirem...

github.com/typeddjango/djangorestframework-stubs - 83f421d9079da9e91bad7001aa679119d60af7ba authored over 3 years ago by joeli <[email protected]>
Stricter return type annotations for template.Library (#541)

* Stricter return type annotations for template.Library

* Add some unit tests for the templat...

github.com/typeddjango/django-stubs - a1334a70b90ccfc2928c44022c30eb24412d98c1 authored over 3 years ago by Tim Martin <[email protected]>
simplify possible values for to_internal_value of boolean fields (#122)

* simplify possible values for to_internal_value of boolean fields

* could be int

github.com/typeddjango/djangorestframework-stubs - 2ef751ff4a4158bac01b3ee0e4ccbb40ede067cc authored over 3 years ago by Maksim Kurnikov <[email protected]>
Add deferrable argument to unique constraint (#472)

github.com/typeddjango/django-stubs - a8d8561d0e6579466a1e0adeddb3476924d24455 authored over 3 years ago by Nicolas Delaby <[email protected]>
Add algorithm parameter (Django 3.1) (#489)

* add algorithm parameter

* add algorithm field

* reformat

github.com/typeddjango/django-stubs - bdc7db1154106f2cf4e572e66b9e7c2895e64edb authored over 3 years ago by Yuta Okamoto <[email protected]>
ChoiceField.choices is Iterable (#121)

github.com/typeddjango/djangorestframework-stubs - 63faf27d9cd3a77cfacbc37a4ddb8613f0cbccbd authored over 3 years ago by Maksim Kurnikov <[email protected]>
Merge pull request #536 from wkschwartz/patch-1

Fix incorrect and add missing annotations for loaddata command

github.com/typeddjango/django-stubs - 49ed9c957fd07f01a36700994dfde9d51839e52e authored over 3 years ago by Maksim Kurnikov <[email protected]>
Merge pull request #510 from jpulec/patch-1

Add resolve_callables to db.models.utils (Django 3.1)

github.com/typeddjango/django-stubs - 4829ce220007e6261b2bde885d47e192acfd98c9 authored over 3 years ago by Maksim Kurnikov <[email protected]>
Merge pull request #559 from mkurnikov/value-to-string

add value_to_string method to Field

github.com/typeddjango/django-stubs - 9fe1a76779adeec467c46e39e4d41d9a74399d6c authored over 3 years ago by Maksim Kurnikov <[email protected]>
run black

github.com/typeddjango/django-stubs - 153613eddb5f5713e74e8621783988670d704f83 authored over 3 years ago by Maksim Kurnikov <[email protected]>
Merge pull request #538 from bullfest/av/ModelMultipleChoiceField

Make queryset parameter to ModelMultipleChoiceField.__init__ Optional

github.com/typeddjango/django-stubs - b6cb50e729e11f31b3b70f3ffd5c704e7277b6f3 authored over 3 years ago by Maksim Kurnikov <[email protected]>
value_to_string obj param is Model

github.com/typeddjango/django-stubs - 344dea06b5f7510986628faaeaabfb89c24dff6b authored over 3 years ago by Maksim Kurnikov <[email protected]>
Merge pull request #533 from woochica/master

Add support for PositiveBigIntegerField (Django 3.1)

github.com/typeddjango/django-stubs - 01a9ad12e177707adc9433dedf660e76d722c99a authored over 3 years ago by Maksim Kurnikov <[email protected]>
add value_to_string method to Field

github.com/typeddjango/django-stubs - 0a0e1985d71c2da3d07bd8e40279d4b17596e66e authored over 3 years ago by Maksim Kurnikov <[email protected]>
Merge pull request #558 from mkurnikov/jsonfield

Missing Django 3.1 items

github.com/typeddjango/django-stubs - f07477260f882df54723373d618daf7996afdaeb authored over 3 years ago by Maksim Kurnikov <[email protected]>
add django 3.1 classproperty

github.com/typeddjango/django-stubs - 11c3f8cd11a33a4e16ab207bb835285de5d7ed29 authored over 3 years ago by Maksim Kurnikov <[email protected]>
add django 3.1 jsonfield

github.com/typeddjango/django-stubs - 159f8b95ba28a091f9ca4006b106099d5e793949 authored over 3 years ago by Maksim Kurnikov <[email protected]>
Type checking for validator callbacks (#120)

* Restore checking of validator callbacks. Partial support for that
existed until commit cf9d...

github.com/typeddjango/djangorestframework-stubs - 9c9f73fb71d44a465b9215b76f9d6c5ceeee816a authored almost 4 years ago by Marti Raudsepp <[email protected]>
Restore functionality lost in version 1.3.0 (#119)

Fixes for regressions introduced in commit
cf9d492ec01f99e9a3fa89558aa1fbf1a749bc22

github.com/typeddjango/djangorestframework-stubs - 04cae3fe2ac4c7da7493da7df437be9d63abfa08 authored almost 4 years ago by Marti Raudsepp <[email protected]>
Added cache in github actions to speed up CI (#549)

github.com/typeddjango/django-stubs - 58c087f7f579bb39d1f77ae9612c6ce68358a4bc authored almost 4 years ago by Anas <[email protected]>
Add Field to django_stubs_ext.django_stubs_ext.patch._need_generic (#547)

github.com/typeddjango/django-stubs - 2e9adce5eb145db5e7f043e0c6c421dd00493db2 authored almost 4 years ago by markedwards <[email protected]>
Update django_stubs_ext documentation to reference settings (#548)

github.com/typeddjango/django-stubs - 47bd07758b89a12b19c6e6d8c1f73e22cbd6777e authored almost 4 years ago by markedwards <[email protected]>
Django admin additions (#543)

github.com/typeddjango/django-stubs - 36d1778e2af3aca8c0badc317a68b95766a8cf55 authored almost 4 years ago by Marti Raudsepp <[email protected]>
convince mypy that user.is_staff (and friends) are booleans (#542)

closes #512

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

github.com/typeddjango/django-stubs - caaa23ab8fd4bd978fd0bf6821b1c7db45861c1c authored almost 4 years ago by proxi <[email protected]>
Simplify Literal declarations (#117)

A single `Literal[]` decalaration may contain multiple values, no need
to wrap it inside `Union...

github.com/typeddjango/djangorestframework-stubs - 0783145ace6fe60eacc20935d9b6f07fd15fd0a5 authored almost 4 years ago by Marti Raudsepp <[email protected]>
Change patch_response_headers argument to Optional[int] (Fixes #337) (#338)

github.com/typeddjango/django-stubs - cfd9379b58ea40c6768cea63d44e44b3f97fd313 authored almost 4 years ago by Marcin Wieczorek <[email protected]>
Change travis python to 3.9 (from 3.9-dev) (#115)

* Change travis python to 3.9 (from 3.9-dev)

* travis: remove deprecated sudo, add explicit os

github.com/typeddjango/djangorestframework-stubs - d0f3854139699ebcb20132b2e73c84fa2c71344e authored almost 4 years ago by Marcin Wieczorek <[email protected]>
Changed APIView.headers to Dict[str, str] (#114)

github.com/typeddjango/djangorestframework-stubs - 535f67c151b286c2a2399e1a3322ad15d56be2c2 authored almost 4 years ago by Marcin Wieczorek <[email protected]>
Made types less specific (#101)

* Make types less specific

* Add float field test

* Improve fields test

github.com/typeddjango/djangorestframework-stubs - c9196e30b6296361691221eb4a28659cc1e9cc87 authored almost 4 years ago by Konstantin Alekseev <[email protected]>
Make queryset parameter to ModelMultipleChoiceField Optional

github.com/typeddjango/django-stubs - 362342d998c6ac119127bd239400889f3050f20c authored almost 4 years ago by Alexander Viklund <[email protected]>
Remove python3.9 constraint from pre-commit (#113)

github.com/typeddjango/djangorestframework-stubs - 7bdb318d605465df458843707d3c26abf2f5f5e0 authored almost 4 years ago by Konstantin Alekseev <[email protected]>
Adds beartype

Closes #47

github.com/typeddjango/awesome-python-typing - c7a5fdc58dbcf1accecec8248c14bc361163e69e authored almost 4 years ago by Nikita Sobolev <[email protected]>
Finish loaddata.pyi

This incorporates all type information I could glean from loaddata at
django/django@adb40d217ec5...

github.com/typeddjango/django-stubs - d3ff5415db9306b2d5a766b2167a9d2e1a548ce2 authored almost 4 years ago by William Schwartz <[email protected]>
Fix loaddata.pyi

- Added some of the instance attributes from command arguments: ignore, using, app_label, verbos...

github.com/typeddjango/django-stubs - eecf13a2fe35ca4628b2ef9b1096070e96ce055f authored almost 4 years ago by William Schwartz <[email protected]>
Do not force django.contrib.* dependencies (#535)

* Do not force django.contrib.* dependencies

Fixes #428.
Fixes #534.

* Add one more test ...

github.com/typeddjango/django-stubs - d9c851abcedf6a2a434da9a9dbda7aa536edce52 authored almost 4 years ago by Lysandros Nikolaou <[email protected]>
Add support for PositiveBigIntegerField (Django 3.1)

github.com/typeddjango/django-stubs - 896cbe47525a8baf0e4ed3e96358a10e8e8340c8 authored almost 4 years ago by Torok Gabor <[email protected]>
Fix signature of RemoteUserBackend.configure_user (#532)

* Fix signature of RemoteUserBackend.configure_user

The function signature has changed from 2...

github.com/typeddjango/django-stubs - f3e0872d6e2a3e5fa7925c97855369e7ce9f2520 authored almost 4 years ago by Alisue <[email protected]>
AttributeError exception in copy_method_to_another_class (#531)

* Fix for method_node having no arguments

* Trim whitespace

github.com/typeddjango/django-stubs - 4cb13a6ac575282a10b5ad48d885cfd78b7977c5 authored almost 4 years ago by javulticat <[email protected]>
Update README.md

github.com/typeddjango/awesome-python-typing - eec38192d82ba5d665c9b0c144601f350fbb43ac authored almost 4 years ago by Nikita Sobolev <[email protected]>
Update misspell.yml

github.com/typeddjango/awesome-python-typing - ce2db6924d185b7cec2b2c58a308c19bd98c1991 authored almost 4 years ago by Nikita Sobolev <[email protected]>
Update misspel.yml

github.com/typeddjango/django-stubs - 19d695b1daee25115fefe5b6b743b670e23a1bc7 authored almost 4 years ago by Nikita Sobolev <[email protected]>
Update misspell.yml

github.com/typeddjango/pytest-mypy-plugins - 02aac777950848dd61a4db5922b601d1265f5c82 authored almost 4 years ago by Nikita Sobolev <[email protected]>
Adds more types to patch

github.com/typeddjango/django-stubs - 517ae648e58f64935ef073676412d4921659de74 authored almost 4 years ago by sobolevn <[email protected]>
Closes #529 (#530)

* Closes #529

* Fixing CI

* Fixing CI

* new monorepo setup

github.com/typeddjango/django-stubs - 8a68111ce5c0417835ec9a0d29186b4b3dde5671 authored almost 4 years ago by Nikita Sobolev <[email protected]>
django_stubs_ext release 0.1.0

github.com/typeddjango/django-stubs - 9f966a80567c0b7a60d422d2a601f16117e5e695 authored almost 4 years ago by sobolevn <[email protected]>
create monkeypatching function for adding get_item dunder (#526)

* run black

* create monkeypatching function for adding get_item dunder

* whoops i forgot ...

github.com/typeddjango/django-stubs - 0c41d0c6e9c4b0b45617db2c07d770d5c32410f1 authored almost 4 years ago by proxy <[email protected]>
Add stubs for remaining commands in django.core.management.commands (#525)

* Add stubs for remaining commands in django.core.management.commands

* Tighten up stub defin...

github.com/typeddjango/django-stubs - e798b496c08acc15516cd55cb3f5cb35b4b4a75d authored almost 4 years ago by Tim Martin <[email protected]>
Annotate get_asgi_application (#527)

github.com/typeddjango/django-stubs - 01af2ff588ada3783ca704f83db5d3400ce112c9 authored almost 4 years ago by Francesc <[email protected]>
Fixed GenericAPIView.get_serializer_class (#110)

It should return `Type[BaseSerializer]`.

github.com/typeddjango/djangorestframework-stubs - 29817a54cdbd5cf377d2578a7342fdddb5685408 authored almost 4 years ago by Hannes Ljungberg <[email protected]>
change get_user to use a protocol requiring a session (#522)

* change get_user to use a protocol requiring a session
define a "_HasSession" protocol, and up...

github.com/typeddjango/django-stubs - aab8acf2ea5075c349ec4e05b4ee95c29bfb5e81 authored almost 4 years ago by proxy <[email protected]>
Add Point and Polygon to contrib.gis.geos (#524)

github.com/typeddjango/django-stubs - 1c4a7d25c7d1ad521e03efa3e76fb26d4be2b5a6 authored almost 4 years ago by Clarity <[email protected]>
Change InlineModelAdmin.formset to Type[BaseInlineFormSet] (#521)

* Change InlineModelAdmin.formset to Type[BaseInlineFormSet]

* More exact annotations + add N...

github.com/typeddjango/django-stubs - a0d61c0de3fa9c91f9d63501ccddfd5b820a3ec7 authored almost 4 years ago by Robert Huselius <[email protected]>
Fix ResourceWarning (#520)

github.com/typeddjango/django-stubs - e837dac26a2ebf974f380df667f155d9b066fe90 authored almost 4 years ago by Ceesjan Luiten <[email protected]>
Add `is_active` field to `django.contrib.auth.AbstractBaseUser` model (#517)

* Add `is_active` field to `django.contrib.auth.AbstractBaseUser` model

* Favor defining type...

github.com/typeddjango/django-stubs - bbdf15a6ec97ebbf28a9e94d2c4c07805096ca01 authored almost 4 years ago by Yanky Hoffman <[email protected]>
make FormMixin generic to allow proper typing for LoginView (#515)

closes #514

github.com/typeddjango/django-stubs - f08b428027b53ab74f0f76c65edacd4becda65e1 authored almost 4 years ago by proxy <[email protected]>
Fix type declaration of the urlpatterns arg of format_suffix_patterns (#108)

The `urlpatterns` argument of `format_suffix_patterns` is incomplete, as
can be seen by the fac...

github.com/typeddjango/djangorestframework-stubs - 4adce2b3ecd2a49a329193e027c0b4d27a30128d authored almost 4 years ago by David Douard <[email protected]>
resolved error (#106)

github.com/typeddjango/djangorestframework-stubs - 0167ffa32794308a42d22a839f5e612e479d971e authored almost 4 years ago by Na'aman Hirschfeld <[email protected]>
Version 1.3.0 pre-release

github.com/typeddjango/djangorestframework-stubs - 05a1fdc35b5056426bd8f8e7a5519d71365405f9 authored almost 4 years ago by sobolevn <[email protected]>