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

Add FAQ entry regarding StrPromise to README (#1320)

* fix markdownlint violations in README
* add FAQ entry regarding StrPromise

github.com/typeddjango/django-stubs - 54a1e894257f6eea49b63fcd3a6eb89af00daf55 authored almost 2 years ago by Matthias Schoettle <[email protected]>
fix: Fix override_settings decorator typing (#1322)

github.com/typeddjango/django-stubs - 6d883cdab9344e6dff5da4a42b2794a5d22c06a6 authored almost 2 years ago by Martin Lehoux <[email protected]>
support str or promise in errors (#1319)

github.com/typeddjango/django-stubs - 1c482dc16db7a521fc9f99d3ae5269c7ca0a0b48 authored almost 2 years ago by Matthias Schoettle <[email protected]>
Avoid index errors that cause Mypy to raise Internal Error (#1317)

github.com/typeddjango/django-stubs - ab8bf7fcff7d112698b06854302744c8b3277faa authored almost 2 years ago by Jimmy Lai <[email protected]>
Fix CI: Run apt-get update before install (#316)

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

fix yaml

github.com/typeddjango/djangorestframework-stubs - 93c21c52e8831ac898f08525994e452f687fd907 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Add support for `django.core.cache.backends.memcached.PyMemcacheCache` (#1314)

Fixes #1284.

github.com/typeddjango/django-stubs - e731b36bc72de4ba776b0282579601a9379511ce authored almost 2 years ago by Nick Pope <[email protected]>
Improve some DB expression types (#1243)

* Remove several things from `GeoAggregate` and `GeoFuncMixin` where the inherited types are cor...

github.com/typeddjango/django-stubs - a7a15185a5ede9b487cf40ec02da08527b81afc5 authored almost 2 years ago by Adam Johnson <[email protected]>
Allow expressions in CheckConstraint.check (#1219)

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

github.com/typeddjango/django-stubs - a868e74442dbf8e1f4e851256a2c20e3a8628c2a authored almost 2 years ago by Adam Johnson <[email protected]>
Improve system check registry hints (#1249)

* Improve system check registry hints

* Review comments

* Review comments & test tweaks

...

github.com/typeddjango/django-stubs - 8ade0022d91e807bf7a02e309c2cb9abfa7f1671 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Run apt-get update in CI (#1313)

github.com/typeddjango/django-stubs - 6310e896c1504174557e01c9337409f1cbb7e883 authored almost 2 years ago by Adam Johnson <[email protected]>
Type cache delete functions to return bool (#1310)

github.com/typeddjango/django-stubs - c1794bed1142d9f815d18101a6c3ab3a31ca5ffd authored almost 2 years ago by Petter Friberg <[email protected]>
Improve GeoDjango type-hints (#1299)

- Provide more specific type-hints for GeoDjango modules.
- Fixed some missing exports in `cont...

github.com/typeddjango/django-stubs - 2e504dff6042a792c2a4f6f1b85e77a02c9029d6 authored almost 2 years ago by Taku Fukada <[email protected]>
GeoDjango spatial reference fixes (#1265)

* Make SpatialReference accept int
* Make CoordTransform only accept SpatialReference
* Narrow...

github.com/typeddjango/django-stubs - 1392fbdc34d7360bc6a646e39e143493fd83911d authored almost 2 years ago by Mattias Jakobsson <[email protected]>
Add typing for data parameter in get from RequestFactory, test Client and urlencode (#1297)

Co-authored-by: Nils VAN ZUIJLEN <[email protected]>

github.com/typeddjango/django-stubs - eff8175f47ceaadb5a2f2a5923da9e4d93b50620 authored almost 2 years ago by Nils Van Zuijlen <[email protected]>
[Fix] Allow StrPromise to be used in exceptions (#297)

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

github.com/typeddjango/djangorestframework-stubs - 728da9c1ba7fa2a6eb3442eb599d0b38e6529492 authored almost 2 years ago by Xavier Francisco <[email protected]>
request arg to shortcuts.render() can be None. (#1305)

request is passed to `loader.render_to_string()`, where the function signature is `render_to_str...

github.com/typeddjango/django-stubs - 57b604e7ee1900ace90737896261d4132c23b4e3 authored almost 2 years ago by David Smith <[email protected]>
change render_to_string context type (#1306)

github.com/typeddjango/django-stubs - f34a626b3bcb61ef1b1a6afd18971a9af8a37e6b authored almost 2 years ago by Matthias Schoettle <[email protected]>
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.
- [...

github.com/typeddjango/djangorestframework-stubs - 3b8738f71b6fa6a7187829cf04500f0059407f42 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
add support for send_mail subject using gettext_lazy (#1304)

* add support for send_mail subject using gettext_lazy

* Delete test_init.yml

Co-authored-...

github.com/typeddjango/django-stubs - 79276804b49f98b64f2c627f995832b469dc0338 authored almost 2 years ago by Matthias Schoettle <[email protected]>
Bump gitpython from 3.1.29 to 3.1.30 (#1303)

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

github.com/typeddjango/django-stubs - bcfa5c6d4ac90510387a080d3c6687f84ef98fad authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Used _ContextKeys for context like dicts (#1298)

* Used _ContextKeys for context like dicts

* Updated context like dicts to dict[_ContextKeys,...

github.com/typeddjango/django-stubs - cb2f2339ff31851ff29811c27288f821e59a2b8e authored almost 2 years ago by David Smith <[email protected]>
Added types for template.backends.django.Template (#1302)

* Added types for template.backends.django.Template

* Changed origin import

github.com/typeddjango/django-stubs - c3949b62db707b6017dfd36ce5224e39765f2b2f authored almost 2 years ago by David Smith <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1301)

updates:
- [github.com/pycqa/isort: v5.11.3 → 5.11.4](https://github.com/pycqa/isort/compare/v5...

github.com/typeddjango/django-stubs - 0a613437071d39efcc1358d6cfbdd9984edc44a1 authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Auto-update pre-commit hooks (#312)

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

github.com/typeddjango/djangorestframework-stubs - 3a6317a39f00ebece8d07a323f6a9c08e904f1cb authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 ...

github.com/typeddjango/djangorestframework-stubs - 96e2cf076ed8ada8c39821cbeda63228aecbaa63 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump pre-commit from 2.20.0 to 2.21.0 (#1300)

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

github.com/typeddjango/django-stubs - 0556fd7e85d067370cae4f86ee4de0526ed0bbcc authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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...

github.com/typeddjango/djangorestframework-stubs - f57c6cf86ef70d7a9e363d667ff8a64f43eab05e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix CI typecheck (add new ignore) (#311)

github.com/typeddjango/djangorestframework-stubs - fc303950a0f3c3f79bfb80076bb9c843f7f0f4b4 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Enhance support for gettext_lazy in AdminSite and ModelAdmin (#1296)

* Enhance support for gettext_lazy in AdminSite and ModelAdmin

* Delete test_sites.yml

Co-...

github.com/typeddjango/django-stubs - 35eba6b87bec3bce25ef84f80849566335baa532 authored almost 2 years ago by Romain Clement <[email protected]>
Add LANGUAGE_COOKIE_SECURE setting (#1294)

Co-authored-by: Sergei Shishov <[email protected]>

github.com/typeddjango/django-stubs - a37568f0d8564d2d61d34e5f57070734ce7ef822 authored almost 2 years ago by Sergei Shishov <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1293)

updates:
- [github.com/pycqa/isort: 5.11.0 → v5.11.3](https://github.com/pycqa/isort/compare/5....

github.com/typeddjango/django-stubs - 92755a5ad91fa53858ee56731e2e61afee7ea278 authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Improve ModelAdmin and decorator hints and, add tests (#1292)

Some follow-up additions on top of #1267:

* Added tests
* The `@display` decorator now suppo...

github.com/typeddjango/django-stubs - b0edae31f50efab880aab98bb3f5ce0ca32fe306 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Improve types of `django.contrib.admin.decorators` (#1267)

- Type annotations of `django.contrib.admin.decorators` previously changed the signature of the ...

github.com/typeddjango/django-stubs - f80c2878534499d82fdb634481686534101c0796 authored almost 2 years ago by Petter Friberg <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1291)

updates:
- [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](https://github.com/asottile/pyupgra...

github.com/typeddjango/django-stubs - 96159c575ceabfef5ac7a933284da4cb809c39c2 authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bump black from 22.10.0 to 22.12.0 (#1290)

Bumps [black](https://github.com/psf/black) from 22.10.0 to 22.12.0.
- [Release notes](https://...

github.com/typeddjango/django-stubs - 871b81b8ac45b1f435ef455cacf79f101911a666 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix @classproperty decorator (#1287)

Removed unnecessary `Self` hints on classproperty methods.

The removal of `self: Self` fixes ...

github.com/typeddjango/django-stubs - 16fde01583fafd496c8f3c7587a7630925e191de authored almost 2 years ago by Marti Raudsepp <[email protected]>
Version 1.13.1 release (#1241)

* Version 1.13.1 release

* Update setup.py

* Update requirements.txt

github.com/typeddjango/django-stubs - 090aea6783a4fa45ab6419fb2c22c286d8a5852c authored almost 2 years ago by Nikita Sobolev <[email protected]>
Auto-update pre-commit hooks (#306)

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

github.com/typeddjango/djangorestframework-stubs - 29dd201896544da8d20a92199121c54a3b59ac4c authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#1281)

updates:
- [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](https://github.com/asottile/pyupgra...

github.com/typeddjango/django-stubs - b8a1dae68bd2cc2eb3d86b92173895058f384a29 authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add Django 4.0 trigram word classes (#1278)

* Add django 4.0 trigram word classes

* Fix argument order for TrigramWordBase and remove red...

github.com/typeddjango/django-stubs - 3210e2dad9461e4b981a26d43d373ab1876f67d7 authored almost 2 years ago by Michael Lazar <[email protected]>
Bump decode-uri-component from 0.2.0 to 0.2.2 (#94)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 ...

github.com/typeddjango/awesome-python-typing - 800241534b5f1783f265661be272f308973e59b9 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix CI: Update flake8-pyi (#1279)

Older flake8-pyi is not compatible with flake8 v6.

github.com/typeddjango/django-stubs - efa57fb5b7156e3ccc0b53d2764084d02b966dd3 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Fix encoder and decoder params on JSONField (#304)

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

github.com/typeddjango/djangorestframework-stubs - c6f9c7dd3c2c0cacef4cdc465fdaaa4896c9fc33 authored almost 2 years ago by Fernando Hernandez <[email protected]>
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...

github.com/typeddjango/djangorestframework-stubs - 3cdc675d33a0faa7b7249467b96f653bc76c8e17 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Auto-update pre-commit hooks (#305)

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

github.com/typeddjango/djangorestframework-stubs - bedac076ee11cf936395fd0d1a5400b64b002831 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Auto-update pre-commit hooks (#300)

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

github.com/typeddjango/djangorestframework-stubs - 9672ba7c32689609bedc3f99cff78131f10dd359 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
add real pythons typechecking guide (#93)

github.com/typeddjango/awesome-python-typing - fc64d58b8ed5ab5e5574994b1f3d04bf8611d06d authored almost 2 years ago by Christian Ledermann <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1275)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-com...

github.com/typeddjango/django-stubs - 796956aec0e6f9b3c92694d1ceccdd2bdc8a6bd5 authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
update django.contrib.messages to use _StrOrPromise (#1274)

github.com/typeddjango/django-stubs - ff81496bef6b3e5666a1726c9e8c1e2d9180b65d authored almost 2 years ago by Terence Honles <[email protected]>
Type hint improvements for string promises, manager, query set (#1272)

* Remove unneeded type ignores

* Use generic when creating a manager

* Remove redundant ty...

github.com/typeddjango/django-stubs - 9a34eae379804a2ddb6ffe37715a5fe284d90e10 authored almost 2 years ago by Ben Spaulding <[email protected]>
Type `ModelAdmin.fieldsets` 'description' option to support `gettext_lazy` (#1268)

github.com/typeddjango/django-stubs - fa972f1632fb69861c913f2bf359fcf4d2284d7a authored almost 2 years ago by Petter Friberg <[email protected]>
Version 1.8.0 release (#293)

Also:

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

github.com/typeddjango/djangorestframework-stubs - 2584ad31edde5350215c10d0821c81303402d22f authored almost 2 years ago by Marti Raudsepp <[email protected]>
CI: Remove unused typecheck ignores (#295)

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

Instead of using IGNORED_M...

github.com/typeddjango/djangorestframework-stubs - d3067ddf4d2415a8dae94e75c5b326a20b731451 authored almost 2 years ago by Marti Raudsepp <[email protected]>
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...

github.com/typeddjango/djangorestframework-stubs - 11ecec94683dd6086dbbded180390f86881375f3 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Add 'HEAD' to accepted HTTP verbs list (#249)

* Add 'HEAD' to accepted HTTP verbs list

* Fixes after rebase (ec5ecd40c0be07418accbe1f94fda7...

github.com/typeddjango/djangorestframework-stubs - 95b370f9116b358391daa88283579e36c478e95a authored almost 2 years ago by Mike VanDenburgh <[email protected]>
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...

github.com/typeddjango/djangorestframework-stubs - 76b55dad0afb5319e9326caa1bca83495c308bde authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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...

github.com/typeddjango/djangorestframework-stubs - b0b3577a2e05b0478bf7ff51a3ef306f9a2154e9 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
- [...

github.com/typeddjango/djangorestframework-stubs - a3022eaa0f70c49f5dfecffc4fc557cd680b06b9 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ...

github.com/typeddjango/djangorestframework-stubs - e46bc6e969e6fe702dfaa8120a1a8979d621dfc4 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
CI: Enable testing with Python 3.10 (#292)

Also updated pre-commit actions to use Python 3.10.

github.com/typeddjango/djangorestframework-stubs - 56a8915f7540022253d628eca78674ca527c0e64 authored almost 2 years ago by Marti Raudsepp <[email protected]>
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...

github.com/typeddjango/djangorestframework-stubs - 158fd4f8dcf7165928d68583dd7822a6cff14cd9 authored almost 2 years ago by Oleg Höfling <[email protected]>
Add Django 4.1 constraints violation_error_message (#1263)

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

github.com/typeddjango/django-stubs - 0ae827d263ffe64875813f3dd7f21631cb2a7100 authored almost 2 years ago by Martin Lehoux <[email protected]>
Update to mypy 0.991 for compatible-mypy & CI (#280)

* Update to mypy 0.991 for compatible-mypy & CI

* Restore typecheck_tests.py ignores

github.com/typeddjango/djangorestframework-stubs - a1ec425434daf5e392e1d640bddca1486d4c98f9 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Auto-update pre-commit hooks (#291)

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

github.com/typeddjango/djangorestframework-stubs - 47f08e45c28c390cf2043c4349b187fa3bd6c80e authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
revert changes done in #1253 that satisfy Y041, disable Y041 rule (#1256)

Signed-off-by: Oleg Hoefling <[email protected]>

Signed-off-by: Oleg Hoefling <oleg.hoe...

github.com/typeddjango/django-stubs - a1c192c267e2f4ee110ca3c4df4a485c727138a7 authored almost 2 years ago by Oleg Höfling <[email protected]>
Fix CI: Use flake8 from GitHub not GitLab (#289)

github.com/typeddjango/djangorestframework-stubs - d1b1641433fdfd766c51cd9f228161bf555f7f14 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Fixes #230 - Response stub should inherit from TemplateResponse (#283)

* Fixes #230 - Response stub should inherit from TemplateResponse

* monkey-patch first attemp...

github.com/typeddjango/djangorestframework-stubs - 09ac1ac551ce051680af25798e42cfaafe6c88ac authored almost 2 years ago by mattwwarren <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1258)

updates:
- [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgra...

github.com/typeddjango/django-stubs - 9a96178a1fd051ca017c26b5e0fc3bdb2511752e authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
revert changes in #1252 leaked into master (#1255)

Signed-off-by: Oleg Hoefling <[email protected]>

Signed-off-by: Oleg Hoefling <oleg.hoe...

github.com/typeddjango/django-stubs - 377d43285b0d76d62fbe877decb82be65841129e authored almost 2 years ago by Oleg Höfling <[email protected]>
Pin flake8-pyi to 22.10.0 (#1254)

github.com/typeddjango/django-stubs - fbdac9592a910ff98f3950913621b59fc8d210f7 authored almost 2 years ago by Oleg Höfling <[email protected]>
Introduce `flake8-pyi` in `pre-commit` checks (#1253)

* only allow redirect_chain attribute in response when client sets the follow flag

Signed-off...

github.com/typeddjango/django-stubs - b81b1bf3868eaab9fecebdd56ed817ffcb07fad8 authored almost 2 years ago by Oleg Höfling <[email protected]>
Auto-update pre-commit hooks (#285)

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

github.com/typeddjango/djangorestframework-stubs - 89f8925c67027a759ca08c3643934aa8de107859 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add django.db.models.query.BaseIterable and subclasses (#1242)

Closes #1237.

github.com/typeddjango/django-stubs - 1b8c1b50a287f4b78d78165c8387f0a4976a5972 authored almost 2 years ago by joshua-jandyco <[email protected]>
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...

github.com/typeddjango/djangorestframework-stubs - b8e865fb7815f6609505a1a5775031ab95e0d370 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Run checks against Django 4.1 and Python 3.11 (#1223)

github.com/typeddjango/django-stubs - a0e98a2f6bdbe8a47b135d87a81a72f3ace99ddf authored almost 2 years ago by Michael K <[email protected]>
Run pre-commit only on pre-commit.ci (#1250)

github.com/typeddjango/django-stubs - eb0628d8ed8069e651c12b9ec5085a7ca785f53a authored almost 2 years ago by Adam Johnson <[email protected]>
Auto-update pre-commit hooks (#281)

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

github.com/typeddjango/djangorestframework-stubs - 42b0d20d34c95165133e034b1e91eed88c846361 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add Optional to LANGUAGE_COOKIE_SAMESITE (#1246)

github.com/typeddjango/django-stubs - cb5f20157c78f65b74fa5fb6f07659363cedfd06 authored almost 2 years ago by Anders Kaseorg <[email protected]>
Typehint common dunder methods (#1238)

* Typehint common dunder methods
* Additional hints: __hash__, __iter__, __copy__, __deepcopy__...

github.com/typeddjango/django-stubs - 2b095eb2fbda0de2bf6cbccbb8efff1b21e0afac authored almost 2 years ago by Marti Raudsepp <[email protected]>
Fix hasattr(settings) AssertionError with mypy 0.990 (#1239)

Fixes #1235. It seems this was caused by a new feature in mypy 0.990 involving `hasattr()`.

github.com/typeddjango/django-stubs - 35847cc48cfa27baff020ae56c217bee57a63e83 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Add missing PageNumberPagination.get_page_number() method (#263)

github.com/typeddjango/djangorestframework-stubs - 06a2f2f9f6c05a07f03bc1bd7f1b54ecfd7a3c43 authored almost 2 years ago by Marti Raudsepp <[email protected]>
Fix errors in CI (#273)

github.com/typeddjango/djangorestframework-stubs - ec5ecd40c0be07418accbe1f94fda74d4b377c24 authored almost 2 years ago by Marti Raudsepp <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1236)

updates:
- https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8
- [github.com/PyC...

github.com/typeddjango/django-stubs - 981e0e5e4bc2f6c86621d6ce0566b9079c20670d authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
added Prefetch attributes (#1234)

github.com/typeddjango/django-stubs - 428c17500a1d89597ebf50bcaef818f616ceee18 authored almost 2 years ago by Guillaume Andreu Sabater <[email protected]>
Support more use cases of `gettext_lazy`. (#1233)

* Replace str with _StrOrPromise where the latter is expected.

Fixes #1231

Signed-off-by: ...

github.com/typeddjango/django-stubs - a59eacdeaefb4aa8379c9ac841d14a6f3f3485d8 authored almost 2 years ago by Zixuan Li <[email protected]>
move _default_manager to ModelBase (#1150)

* move _default_manager to ModelBase

* fix for mypy check

* Update base.pyi

* Update ba...

github.com/typeddjango/django-stubs - f4cf7f2847ea59744bc081916eb9e24c5ea794cd authored almost 2 years ago by Clouds <[email protected]>
Add LANGUAGE_COOKIE_* settings (#1228)

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

github.com/typeddjango/django-stubs - a007013a49378d60a57558867719b5e8565e5f3e authored almost 2 years ago by Anders Kaseorg <[email protected]>
Fix stackoverflow badge (#1230)

github.com/typeddjango/django-stubs - fd1bfdfa259bdd3d084ed9ea2d1a1bcf7617143c authored almost 2 years ago by Nikita Sobolev <[email protected]>
Add QuerySetAny as a non-generic variant of QuerySet. (#1199)

This also re-export `QuerySetAny` for external access to
nongeneric QuerySet.

The approach t...

github.com/typeddjango/django-stubs - e88f942f861809d2b824ecc12b908c8c90bbf6d2 authored almost 2 years ago by Zixuan Li <[email protected]>
Add SQLite backend is_in_memory_db() functions (#1218)

* Add SQLite backend is_in_memory_db() functions

* Update django-stubs/db/backends/sqlite3/cr...

github.com/typeddjango/django-stubs - 1d78b8ffacd1be926fbad0a45431db0d31b4fd39 authored almost 2 years ago by Adam Johnson <[email protected]>
Update README.md

github.com/typeddjango/django-stubs - e865c5b40f693106165873c7121039bec2e2dfd9 authored almost 2 years ago by Nikita Sobolev <[email protected]>
Cancel old pipelines (#1226)

* Cancel old pipelines

Closes #1225

* Update setup.py

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

github.com/typeddjango/django-stubs - 5edf2e821760d2979e55352e5b7f3a6d5abc3066 authored almost 2 years ago by Nikita Sobolev <[email protected]>
Delete pre-commit-autoupdate.yml

github.com/typeddjango/django-stubs - 7f0dd143f7f0299ed0de0a778b99ae2002380a48 authored almost 2 years ago by Nikita Sobolev <[email protected]>
Enable `pre-commit.ci` (#1222)

* Update .pre-commit-config.yaml

* Update setup.py

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

github.com/typeddjango/django-stubs - 3fbfa1e13cb4f1488433ef25d9e55671476f528c authored almost 2 years ago by Nikita Sobolev <[email protected]>
Fix types for sessions (#1173)

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

github.com/typeddjango/django-stubs - a82c83f89740ab992612a9c3986deaa0ef49f38d authored almost 2 years ago by Sigurd Ljødal <[email protected]>
Release django-stubs and django-stubs-ext

github.com/typeddjango/django-stubs - d4899596de8297707935f232d1255b882aafbd69 authored almost 2 years ago by sobolevn <[email protected]>
Add some types to views (#1221)

* Add some types to views

* Remove GeoModelAdmin.formfield_for_dbfield

github.com/typeddjango/django-stubs - 0381fdb0227f0db96a584d8e916ae6d8b3d025a3 authored almost 2 years ago by Adam Johnson <[email protected]>
Re-allow expressions in UniqueConstraint (#1220)

github.com/typeddjango/django-stubs - f566734799afd7bbcd20290958fc1424b067a262 authored almost 2 years ago by Adam Johnson <[email protected]>
Remove bad redirect_chain attributes (#1148)

github.com/typeddjango/django-stubs - 2a17d3f08f84debc6bf707f13d82532ed0452df4 authored almost 2 years ago by Adam Johnson <[email protected]>
Fill remaining missing hints with Any & disallow partial hints (#1206)

* Fill remaining missing hints with Any & disallow partial hints

* ModelFormatDict -> _ModelF...

github.com/typeddjango/django-stubs - 8f475fa0a6c21c8641cb959531234bc951218a5e authored almost 2 years ago by Marti Raudsepp <[email protected]>