Commit Graph

12 Commits

Author SHA1 Message Date
Abhishek Chaudhary
446589e133 fix(BaseCache): corrected return type of get_many func (#666)
* fix(BaseCache): corrected return type of get_many func

* fix(basecache): made required changes
2021-07-05 14:44:04 +03:00
Ashish Bansal (mrphantom)
92c8dfc93f Fix wrong BaseCache typings (#363)
django.core.cache.backends.base.BaseCache were invalid. This commit
fixes them in accordance with [0].

[0] 447980e72a/django/core/cache/backends/base.py (L108)
2020-04-24 12:44:55 +03:00
Maxim Kurnikov
5c6be7ad12 Add test to import all modules to check validity of stubs (#56)
* add import_all.test builder

* fix errors

* fix typechecking errors

* fix migrations typechecking
2019-03-25 01:57:34 +03:00
Maxim Kurnikov
c9e8fe53a5 sort out all test folders into passable and TODOs 2019-01-30 22:43:09 +03:00
Maxim Kurnikov
c22e86377d move django.core stubs 2018-12-21 01:17:17 +03:00
Maxim Kurnikov
96cd3ddb27 move generated stubs to separate directory, too messty 2018-11-10 17:49:18 +03:00
Maxim Kurnikov
a13d4c352a fifth iteration 2018-08-14 12:01:01 +03:00
Maxim Kurnikov
c6bceb19f4 third iteration of stubs 2018-08-11 00:19:50 +03:00
Maxim Kurnikov
fa718b8e55 better stubs 2018-08-05 03:13:19 +03:00
Maxim Kurnikov
cf85607969 reformat with black 2018-07-29 23:34:58 +03:00
Maxim Kurnikov
4866354600 merge with stubgen output 2018-07-29 23:25:20 +03:00
Maxim Kurnikov
f471b7b1bf make pep561 compliant 2018-07-29 20:19:43 +03:00