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

updated package setup (#485)

* updated package setup

* updated to use python 3.9

* fixed test runner

* fixed typeche...

github.com/typeddjango/django-stubs - 44151c485d167238889f2afd0b90c1b5f63200bb authored almost 4 years ago by Na'aman Hirschfeld <[email protected]>
Provide a more specific signature for django.core.checks.register (#509)

This also corrects the fact that "run_checks" only returns a concatenated list
of all registere...

github.com/typeddjango/django-stubs - a3624dec36814bf8118d2c5f1ee3fca2e4f3b48c authored almost 4 years ago by Brian Helba <[email protected]>
Fix Generator Type

github.com/typeddjango/django-stubs - 9a9a0123c758fadee4079429754fa92c512b5aaa authored almost 4 years ago by James Pulec <[email protected]>
Add resolve_callables to db.models.utils

github.com/typeddjango/django-stubs - d3d854dac83a2295662cb651c076f3d77116e07b authored almost 4 years ago by James Pulec <[email protected]>
Ensure that all registered checks take the same parameters (#499)

The Django API requires that registered checks take an "app_configs"
argument, which is a list ...

github.com/typeddjango/django-stubs - 6dc2c32382840121e37d528ce18959d946445874 authored almost 4 years ago by Brian Helba <[email protected]>
Add django.forms.widgets.FILE_INPUT_CONTRADICTION symbol (#506)

https://github.com/django/django/blob/302caa40e4caab7d95ef7d0a88a90f935039ab09/django/forms/widg...

github.com/typeddjango/django-stubs - 695cdb16caad0d179589247135e15a43539d32d2 authored almost 4 years ago by Brian Helba <[email protected]>
Version 1.7.0 released

github.com/typeddjango/django-stubs - cb1fa08a8298717c3284ea1b895290de150626c8 authored almost 4 years ago by sobolevn <[email protected]>
add additional failing test for ModelAdmin generic (#505)

this will ensure that the generic constraint holds

github.com/typeddjango/django-stubs - e2f6abe5796645dde8490f2a8b602a8e4a9681ed authored almost 4 years ago by proxy <[email protected]>
make BaseModelAdmin generic to properly type methods dealing with models (#504)

* make BaseModelAdmin generic to properly type the `obj` argument of ModelAdmin.delete_model
cl...

github.com/typeddjango/django-stubs - ffb6551eb423ed9627a235be5f2e27044e508e5f authored almost 4 years ago by proxy <[email protected]>
Update migration.pyi (#501)

* Update migration.pyi

* Fixes tests

* Fixes tests

* Fixes tests

github.com/typeddjango/django-stubs - 40c8bfa510e9c7f6212f77fe509b04fcd02806a9 authored almost 4 years ago by Nikita Sobolev <[email protected]>
Version 1.6.1 release

github.com/typeddjango/pytest-mypy-plugins - 4bc3e759eef645937ba9abe1be670b5bb3fd34d0 authored almost 4 years ago by sobolevn <[email protected]>
Update http.pyi (#502)

github.com/typeddjango/django-stubs - 402b7d563f938e47b76931f0656da6df28d22ee3 authored almost 4 years ago by Nikita Sobolev <[email protected]>
Fix #224 add paths in mypy's mypy_path option or MYPYPATH env var for import discovery (#498)

github.com/typeddjango/django-stubs - 92eb068a040a1388e01e7f34da3f7a8542dacb47 authored almost 4 years ago by Daniel Hillier <[email protected]>
Allow overridable checks to be CheckMessage (#497)

* Allow overridable checks to be CheckMessage

The checks framework expects return types to be...

github.com/typeddjango/django-stubs - 9d4d06f8b322cc79b6314bc0dd43b769cc415a44 authored almost 4 years ago by Brian Helba <[email protected]>
user parameter for login accepts None (#496)

Co-authored-by: Gilad Sheffer <[email protected]>

github.com/typeddjango/django-stubs - d746e3f5e4266b29e5bd980bf869c384e83f4ea0 authored almost 4 years ago by giladsheffer <[email protected]>
correct the type signature of AbstractBaseUser.set_password (#493)

github.com/typeddjango/django-stubs - 8729a74f8141e24ca630507e4271f984a91a53d2 authored about 4 years ago by proxy <[email protected]>
Fix typoand grammar in readme (#491)

github.com/typeddjango/django-stubs - 56361b353ecc038c11bbbeaed8477aa4deff28ce authored about 4 years ago by Mark Story <[email protected]>
Changed model exceptions to use more specific base classes. (#490)

github.com/typeddjango/django-stubs - b71c9ad282314a7ac3fe63dcdbd3c2fefb5bac8e authored about 4 years ago by Noam <[email protected]>
updated throttling (#102)

github.com/typeddjango/djangorestframework-stubs - df1469d3d3db9a118c77c7815304f9b6b9e75766 authored about 4 years ago by Na'aman Hirschfeld <[email protected]>
made serializer typings simpler (#99)

* made serializer typings simpler

* Update rest_framework-stubs/serializers.pyi

Co-authore...

github.com/typeddjango/djangorestframework-stubs - c5dbc028662748cc0119477f766db2dc190c2246 authored about 4 years ago by Na'aman Hirschfeld <[email protected]>
Add Python3.9 support (#100)

* Add Python3.9 support

* Increase lint job Python version

* Add Python 3.9 tests job

*...

github.com/typeddjango/djangorestframework-stubs - 0290270b9b88097856ed7b99e6a2823be754d522 authored about 4 years ago by Alexey Kotenko <[email protected]>
added changelog (#98)

* added changelog

* Update and rename changelog.txt to CHANGELOG.md

Co-authored-by: Nikita...

github.com/typeddjango/djangorestframework-stubs - 89539cccaf56276c14b9f6205e0f9ce71719c672 authored about 4 years ago by Na'aman Hirschfeld <[email protected]>
updated package setup (#96)

* updated package setup

* removed prettier pre-commit

* cleanup

* updated release scrip...

github.com/typeddjango/djangorestframework-stubs - 9779e613f7bbf197d5ba542388136afff8609e98 authored about 4 years ago by Na'aman Hirschfeld <[email protected]>
Missing stubs (#467)

* adding missing db.backends typings and updated test

* added missing stubs

* reformatted ...

github.com/typeddjango/django-stubs - ce370ea79f454675e3fc0f275618bfb55a49512f authored about 4 years ago by Na'aman Hirschfeld <[email protected]>
Adds python3.9 and proper MYPYPATH handling (#44)

* Adds python3.9 and proper MYPYPATH handling

* Now using Github Actions

* Now using Githu...

github.com/typeddjango/pytest-mypy-plugins - ae3671d1fa1189d90518ef4b12783239d7c907f0 authored about 4 years ago by Nikita Sobolev <[email protected]>
Sync, update and debug against DRF (#94)

* resolved flake8 issues

* Revert "resolved flake8 issues"

This reverts commit 1a3692c8ac8...

github.com/typeddjango/djangorestframework-stubs - cf9d492ec01f99e9a3fa89558aa1fbf1a749bc22 authored about 4 years ago by Na'aman Hirschfeld <[email protected]>
Document how MYPYPATH and PYTHONPATH behave (#41)

github.com/typeddjango/pytest-mypy-plugins - 7fa83ef06bd53d180a7d4fc22ac6300ae2e0ae2b authored about 4 years ago by Vita Smid <[email protected]>
renderer = BaseRenderer instead of EngineMixin in Widget.render() (#481)

github.com/typeddjango/django-stubs - 2a732fd2573bcddabb7dc284467481b040d26944 authored about 4 years ago by Mariam Maarouf <[email protected]>
Version 1.5.0 release

github.com/typeddjango/pytest-mypy-plugins - 799e6450551653237b8dfc9e90e2404a6a005e40 authored about 4 years ago by sobolevn <[email protected]>
Fixes problems with new poetry release (#40)

* Fixes problems with new poetry release

* Fixes problems with new poetry release

* Fixes ...

github.com/typeddjango/pytest-mypy-plugins - b1030a493462d928d8e668100c51b27a297d14fa authored about 4 years ago by Nikita Sobolev <[email protected]>
updated mypy, dev requirements and contributing.md (#91)

* updated mypy, dev requirements and contributing.md

* update travis config

* attempted fi...

github.com/typeddjango/djangorestframework-stubs - f3ab4eba3120ba88a6ea9f0165050ecd56637129 authored about 4 years ago by Na'aman Hirschfeld <[email protected]>
Update GitHub action, add badge for GitHub Action CI (#45)

github.com/typeddjango/awesome-python-typing - bb1dfd4a554b4cc1d851895b3e3606423afb7f63 authored about 4 years ago by Dmytro Litvinov <[email protected]>
get_url implementation returns None (#90)

in case the object is not yet persisted in the database

github.com/typeddjango/djangorestframework-stubs - cc8028149f50e81ac7e9b60c3fb999942b212719 authored about 4 years ago by Nicolas Delaby <[email protected]>
Move linter "awesome-lint" into GitHub action; fix linter's errors (#44)

github.com/typeddjango/awesome-python-typing - 3eecbafc68169768bf4b4c8b9df23b468b196a19 authored about 4 years ago by Dmytro Litvinov <[email protected]>
Fix permissions, fixes #37 (#73)

* Fix permissions

* Fix imports from django-stubs==1.6.0

* Prefix type with underscore

github.com/typeddjango/djangorestframework-stubs - 394941d6ddac632fce68944bcf73b93ac55353af authored about 4 years ago by Konstantin Alekseev <[email protected]>
Template Loader.get_template_sources yield Origins (#476)

django.template.loaders.base.Loader.get_template_sources should yield Origins:
https://docs.dja...

github.com/typeddjango/django-stubs - 5bc3759ea2b86540a6cf37efdd3ad0a46be865c2 authored about 4 years ago by William Schwartz <[email protected]>
Use AbstractBaseUser where possible (#475)

Fixes #431

github.com/typeddjango/django-stubs - 534a028ea2724670ad2f6e09e8f68ffcdfe756c6 authored about 4 years ago by henribru <[email protected]>
psycopg2-binary is faster to install (#473)

github.com/typeddjango/django-stubs - 87856754eac63a5e21cb2eb95d556ef8285a69d5 authored about 4 years ago by Nicolas Delaby <[email protected]>
Allowed to use decimal in combinables (#454)

Co-authored-by: Szymon Pyżalski <[email protected]>

github.com/typeddjango/django-stubs - 2f7fac2eaf87fe1e50d635ab14bcbe6c475dabc8 authored about 4 years ago by Szymon Pyżalski <[email protected]>
Update flake8-annotations URL (#43)

github.com/typeddjango/awesome-python-typing - 137353dc1b4a00a0cc0d8d89584e55eca5c84547 authored about 4 years ago by S. Co1 <[email protected]>
Check arguments to django.urls.{path,re_path} functions (#464)

These functions were added in Django 2.0, but the stubs have been
incomplete since commit 9a682...

github.com/typeddjango/django-stubs - 5ff99fd047d8d2aca9ddcea5408b92f76262dcb6 authored about 4 years ago by Marti Raudsepp <[email protected]>
Add db.models.constants stub module (#462)

github.com/typeddjango/django-stubs - f77ebcd22cdeb5310bd75d33c9db5f45c3a733d4 authored about 4 years ago by Marti Raudsepp <[email protected]>
DynamicRoute namedtuple should not have a `mapping` attr (#89)

* DynamicRoute namedtuple should not have a `mapping` attr

See definition here https://github...

github.com/typeddjango/djangorestframework-stubs - 74c4dde74b89aaa8a36dade0590594f6d01e3677 authored about 4 years ago by anentropic <[email protected]>
Update README.md

github.com/typeddjango/awesome-python-typing - 467e2314b1124a50df147586ce5f0829878f86f5 authored about 4 years ago by Nikita Sobolev <[email protected]>
Fix wrong type for parse_until in template parser (#460)

github.com/typeddjango/django-stubs - 34b126e3da3fa26119a689dfaed6a46b3b97dcb0 authored about 4 years ago by Alexander Viklund <[email protected]>
Remove fewer occurrences of .py when cleaning output (#36)

* Remove fewer occurrences of .py when cleaning output

* Made changes to satisfy isort

* G...

github.com/typeddjango/pytest-mypy-plugins - 2fe8d1c33febe80662c79491792b97f8f693791e authored about 4 years ago by aghast <[email protected]>
Allows FileField storage to be a Callable (#453)

* Allows FileField storage to be a Callable

The `storage` parameter of `FileField` (and by ex...

github.com/typeddjango/django-stubs - 6e5f5f2cdba053f5412247b62e3680221164ebcf authored about 4 years ago by Jonathan Moss <[email protected]>
Add "one_to_many", "one_to_one", "many_to_many," and "many_to_one" attributes to Field base class (#449)

* Add "_to_many" and "_to_one" bool attributes to Field base class.

* Remove unused import fr...

github.com/typeddjango/django-stubs - 95252cde60239b7f3eb5a38973e313b51de15335 authored about 4 years ago by James Perretta <[email protected]>
Initial commit

github.com/typeddjango/django-mypy-plugin - f455a82922f32d8879a28a060e81b14df717e833 authored about 4 years ago by Nikita Sobolev <[email protected]>
Add force_color parameter to django.core.management.color.color_style (#448)

github.com/typeddjango/django-stubs - 6ef2cf0331a81097218ac0fcedcd7b4664191adf authored about 4 years ago by Zach Waggoner <[email protected]>
return type for translation.get_language should not be Optional (#446)

github.com/typeddjango/django-stubs - 9f3b95841b2b0468ce28926b6f0bb2362c65402a authored about 4 years ago by Alexander Viklund <[email protected]>
Add loguru-mypy (#42)

Ref: https://github.com/kornicameister/loguru-mypy/issues/39

github.com/typeddjango/awesome-python-typing - fac07a1281005a10b858f799716244d6b4ef3963 authored about 4 years ago by Tomasz Trębski <[email protected]>
Python 3 8 (#88)

* update travis to run against python 3.8

* update travis to run against python 3.8

github.com/typeddjango/djangorestframework-stubs - dd7f7109870624c6cce5de9b55c985d543e715d3 authored about 4 years ago by morrme <[email protected]>
Add route argument to ResolverMatch constructor (#442)

github.com/typeddjango/django-stubs - e764b1cf4c7d0286860639f21c99c7adfb7696b5 authored about 4 years ago by Federico Bond <[email protected]>
Output a more clear configuration error (#421)

* Output a more clear configuration error

* Performance related improvements in config read h...

github.com/typeddjango/django-stubs - 8a64d87917030698cca1831d3537096c7b2aa716 authored about 4 years ago by Šarūnas Nejus <[email protected]>
Change select_for_update's 'of' type to Sequence[str] (#440)

github.com/typeddjango/django-stubs - 60f3f9dd9f09a84f271de976391b9e5101e4392d authored about 4 years ago by Daniel Hillier <[email protected]>
added CONTRIBUTING.md (#86)

github.com/typeddjango/djangorestframework-stubs - 680eb85dc16a69bcb78b5d8481e16d79814f9069 authored about 4 years ago by jhabarsingh <[email protected]>
Fix staff_member_required annotations (#436)

* Fix staff_member_required annotations

`redirect_field_name` can be `None`.

* Reformat co...

github.com/typeddjango/django-stubs - ca10ee9242ca047e0e6b508e3933eb59cddb0ac5 authored about 4 years ago by Mantas Zimnickas <[email protected]>
Fix type of update_fields parameter to Model.save (#437)

Sending in a single string leads to unexpected behavior and the method
accepts any iterable, no...

github.com/typeddjango/django-stubs - f651f27ddf26b36511fafcaa64ab58bed87d3780 authored about 4 years ago by Sigurd Ljødal <[email protected]>
Update type of `throttling.BaseThrottling.wait` (#85)

github.com/typeddjango/djangorestframework-stubs - 3103f3c7004710fa7e8972fa1ce58ab028911423 authored about 4 years ago by Thejaswi Kadur <[email protected]>
AttributeError exception in build_unannotated_method_args (#429)

* AttributeError exception in build_unannotated_method_args

* assigning [] to arguments if At...

github.com/typeddjango/django-stubs - 3915aa06392f4cd104c5f3c27cfca198d86d247b authored about 4 years ago by Kacper <[email protected]>
Allow Field.widget to be a class or instance (#426)

According to source below, a Field's widget is allowed to be a class or instance of Widget.

h...

github.com/typeddjango/django-stubs - 97ec2ee43b17bad55c68994c917321f5abdd1a0e authored over 4 years ago by Nate Clark <[email protected]>
Allow ForcedAuthentication as request authenticator (#81)

github.com/typeddjango/djangorestframework-stubs - 4ba73afba5eafb5505d3efac1ca92dd20f80e8d9 authored over 4 years ago by Thejaswi Kadur <[email protected]>
Improve documentation (#30)

github.com/typeddjango/pytest-mypy-plugins - 5155ed3930ff461ac8ccd185c5f6075bdb4fb4ab authored over 4 years ago by Tomasz Trębski <[email protected]>
admin: Allow ModelAdmin.actions to contain str (#425)

Strings are allowed in ModelAdmin.actions when they refer to a method on
the ModelAdmin subclass.

github.com/typeddjango/django-stubs - 19c73a106dc918606f8a9c3db018ccd3f18c1e06 authored over 4 years ago by Daniel Hillier <[email protected]>
additional defer() to offset the effect of using the type before decl… (#424)

* additional defer() to offset the effect of using the type before declaring

* linter fix

...

github.com/typeddjango/django-stubs - 92ef5d9d95b9ba2f1b2df6bec71205ee128faf75 authored over 4 years ago by Kacper <[email protected]>
Improve *HttpResponse.getvalue() types (#422)

* Change returned type of StreamingHttpResponse.getvalue() to bytes

* Add HttpResponse.getval...

github.com/typeddjango/django-stubs - f16d1b8cb6eb20d92642b8ec7d46c5ce5044311c authored over 4 years ago by Daniel Hillier <[email protected]>
Allow more types for args to Paginator.get_page (#418)

github.com/typeddjango/django-stubs - c3cdc1c2d58c1ea51133c60342f57df1ba846fa8 authored over 4 years ago by Alexander Viklund <[email protected]>
Don't change type of HttpRequest.user if type has been changed by subclassing (#415)

* Don't change type of HttpRequest.user if type has been changed by subclassing

* Asserts for...

github.com/typeddjango/django-stubs - 3704d0ab989684571c51bcba7bb09a4bbe9e5ab1 authored over 4 years ago by Alexander Viklund <[email protected]>
Version 1.4.0 release

github.com/typeddjango/pytest-mypy-plugins - b12d3e0496dff893d90f8ea84438a8b18cd54041 authored over 4 years ago by sobolevn <[email protected]>
Add `@parametrized` handling (#27)

* Add parametrized handling

* fixup! Add parametrized handling

* Add parameters to out

...

github.com/typeddjango/pytest-mypy-plugins - 906b3dae065c29ccc719c500455d92182fad5f8e authored over 4 years ago by Tomasz Trębski <[email protected]>
Add Optional type to schema in APIView (#79)

github.com/typeddjango/djangorestframework-stubs - 10524170c22b2fdbe4aa5c83020bc528e735229d authored over 4 years ago by Gabriel Chaperon Burgos <[email protected]>
Bumped required Mypy version to newest in requirements (#414)

* pytest-mypy-plugins package newer version

* Revert "pytest-mypy-plugins package newer versi...

github.com/typeddjango/django-stubs - b1d619edb2d361482c5245625e1e75c33256f96a authored over 4 years ago by Kacper <[email protected]>
Fix deprecation warning for pytest>=5.4.0 (#25)

* Fix deprecation warning for pytest>=5.4.0

* fixup! Fix deprecation warning for pytest>=5.4....

github.com/typeddjango/pytest-mypy-plugins - f01f8c312b0c881a80dac6b42db39760722554a5 authored over 4 years ago by Tomasz Trębski <[email protected]>
Adds a test for self.request, refs #74

github.com/typeddjango/djangorestframework-stubs - ab9139f827ee87a91dd256fd2d9b90ab4d7c3192 authored over 4 years ago by sobolevn <[email protected]>
Returns __init__.pyi, refs #74

github.com/typeddjango/djangorestframework-stubs - 35f449da6922ba45852ff38824febc7b9e70b579 authored over 4 years ago by sobolevn <[email protected]>
Closes #74 (#75)

* Closes #74

* Fixes CI

* Fixes CI

* Adds setup.py to black

github.com/typeddjango/djangorestframework-stubs - 5dafd880b16dfe9f6ecc6a856d2d67d2f7e5c1a7 authored over 4 years ago by Nikita Sobolev <[email protected]>
Drop Serializer's Mapping inheritance to allow Mapping methods as field names (#50)

github.com/typeddjango/djangorestframework-stubs - ca2938ebbfa622fcbe4b317012d5c3307df46816 authored over 4 years ago by Jonas Lundberg <[email protected]>
Fix partition signature (#413)

github.com/typeddjango/django-stubs - e680326c72f1a255db2f40e82645ee397347ef4b authored over 4 years ago by Akseli Nelander <[email protected]>
explicitly mark value and label types on choices enum (#406)

In addition to the meta properties added
to the Choices enums, value and label are
set for eac...

github.com/typeddjango/django-stubs - 574a87e68cfb2e6ff66b3d7e1a0bb75f51148a8c authored over 4 years ago by Étienne <[email protected]>
🐑 Update update_session_auth_hash() stub (#401)

The update_session_auth_hash() stub doesn't match the documented and
actual type that the funct...

github.com/typeddjango/django-stubs - 82ae1751ed06f8b769b5a1fb822741f0424e40f4 authored over 4 years ago by coiax <[email protected]>
Allow form.save() in CreateView / UpdateView (#374)

github.com/typeddjango/django-stubs - 69042783b1186a8f2786cebac451e1504ee039cb authored over 4 years ago by Ceesjan Luiten <[email protected]>
WIP Fix ci/cd (#396)

* pytest-mypy-plugins package newer version

* Revert "pytest-mypy-plugins package newer versi...

github.com/typeddjango/django-stubs - 391bbc59d5e8acc83f5dbf0b3c918c2e39788fa5 authored over 4 years ago by Kacper <[email protected]>
Fix compatibility table in readme (#395)

github.com/typeddjango/django-stubs - 28c76df3b2f053b9c72572b59934a08929d36cb5 authored over 4 years ago by Michael <[email protected]>
Closes #392

github.com/typeddjango/django-stubs - 3d2534ea8d8300c4c9db8f18e300355d5fd5488b authored over 4 years ago by Nikita Sobolev <[email protected]>
Issue 379 (#391)

* pytest-mypy-plugins package newer version

* Revert "pytest-mypy-plugins package newer versi...

github.com/typeddjango/django-stubs - 54f5f63e719bb16bb51f19b20c5241227db7bc54 authored over 4 years ago by Kacper <[email protected]>
WIP Issue 388 (#390)

* updated mypy dependency

* update readme

* readme update v2

* pytest-mypy-plugins newe...

github.com/typeddjango/django-stubs - 4c5723d368a1a6a83f320276a0c4f8fdbc44aa3d authored over 4 years ago by Kacper <[email protected]>
BaseForm.prefix may be None (#389)

github.com/typeddjango/django-stubs - 7e0e43135dc732d1a885151e0371897db1a70761 authored over 4 years ago by Alexander Viklund <[email protected]>
Issue 378 (#387)

* proper redirect return type annotations made with Literal

* Mapping instead of Dict type an...

github.com/typeddjango/django-stubs - e05b84e32da70609b96470f4f51ed7be645c6951 authored over 4 years ago by Kacper <[email protected]>
Issue 309 (#383)

* added tags for user models

* type test for HttpRequest.user

* test for User and Anonymou...

github.com/typeddjango/django-stubs - 71751d3795c28b9f00790ccfdcb8784e228041e8 authored over 4 years ago by Alexander Viklund <[email protected]>
Add get_supported_language_variant (#386)

github.com/typeddjango/django-stubs - 25f92e8e5605f7640927246e0e22224538c78f89 authored over 4 years ago by Alexander Viklund <[email protected]>
Fix parameter types for assertJSONEqual/NotEqual (#385)

github.com/typeddjango/django-stubs - 28d47c7e93f50ac349938fc7137546f802c07aee authored over 4 years ago by Alexander Viklund <[email protected]>
Issue 382 (#384)

* WIP fix, pushed for testing

* added _ prefix for internal types

Co-authored-by: Kacper S...

github.com/typeddjango/django-stubs - 197cb4058ecf4576c1639a391758611a10033115 authored over 4 years ago by Kacper <[email protected]>
Add __init__ to OrderedSet (#381)

github.com/typeddjango/django-stubs - dac2b31fb29fcd5c7939700ea95be66d99068a88 authored over 4 years ago by Alexander Viklund <[email protected]>
Issue 355 (#376)

* Mapping instead of Dict type annotation for context in render() with test

* removed Union a...

github.com/typeddjango/django-stubs - 8d2600136a279870d15a3266895db8ad6e29b29c authored over 4 years ago by Kacper <[email protected]>
Revert "Allow template render to string helper functions to accept Context (#372)" (#377)

This reverts commit 64cbb0f70e0d74459982a010b79fb400288adf8c.

github.com/typeddjango/django-stubs - 570772f97390f56e1a43750112bf9d6e0998d760 authored over 4 years ago by Pavel Savchenko <[email protected]>
Add pytest-mypy-testing (#41)

github.com/typeddjango/awesome-python-typing - 48b0e8ad866f657416afb4e5053ed423f441cd39 authored over 4 years ago by Gram <[email protected]>
add pyanalyze (#40)

github.com/typeddjango/awesome-python-typing - 5ffd746dcb249523ff163e2f95ba01355933e1ab authored over 4 years ago by Jelle Zijlstra <[email protected]>
Increase accuracy of ModelAdmin types (#375)

* Increase accuracy of ModelAdmin types

* Add comment for regression test

github.com/typeddjango/django-stubs - d5c1bfb12a0e8e29df4b7ac5bc4df62fa845db4c authored over 4 years ago by Anton Agestam <[email protected]>