sobolevn
16326e999c
Fixes CI
2020-11-14 21:18:09 +03:00
sobolevn
517ae648e5
Adds more types to patch
2020-11-14 20:46:32 +03:00
sobolevn
3e0f144148
Fixes README
2020-11-14 20:05:36 +03:00
Na'aman Hirschfeld
44151c485d
updated package setup ( #485 )
...
* updated package setup
* updated to use python 3.9
* fixed test runner
* fixed typecheck tests
* fixed discrepencies
* added override to runner
* updated travis
* updated pre-commit hooks
* updated dep
2020-10-29 11:59:48 +03:00
Mark Story
56361b353e
Fix typoand grammar in readme ( #491 )
2020-10-15 12:47:15 +03:00
Alexander Viklund
3704d0ab98
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 typing
* Add tests
* Add description of HttpRequest subclassing to README
* Dummy to rebuild travis
2020-07-07 12:52:21 +03:00
Michael
28c76df3b2
Fix compatibility table in readme ( #395 )
2020-06-10 16:03:00 +03:00
Kacper
4c5723d368
WIP Issue 388 ( #390 )
...
* updated mypy dependency
* update readme
* readme update v2
* pytest-mypy-plugins newer version
* updated pytest_mypy_plugins name
* update ignored errors for typechecking django test suite
Co-authored-by: Kacper Szmigiel <szmigielkacper@gmai.com >
2020-06-06 11:35:51 +03:00
Leo Shklovskii
0fdd678d65
fix typo in README.md ( #328 )
2020-02-15 08:28:47 +03:00
Semyon Pupkov
04023a9f31
Fix readme ( #326 )
2020-02-13 23:20:58 +03:00
Nikita Sobolev
3a8f278c88
Update README.md
2020-02-06 11:09:16 +03:00
Nikita Sobolev
85b65b4578
Update README.md
2020-02-06 11:07:23 +03:00
Nikita Sobolev
150e8e862a
Update README.md ( #317 )
...
* Update README.md
* Update README.md
* Update README.md
2020-02-06 11:03:38 +03:00
Konstantin Alekseev
cbc7159995
Support mypy 0.750
2019-11-30 13:39:28 +03:00
yaegassy
445abc046c
README.md Fix: sample code for "Notes" ( #234 )
2019-11-26 15:40:21 +03:00
Nikita Sobolev
6601121db2
Fixes travis url
2019-10-21 23:47:06 +03:00
Maxim Kurnikov
717be5940f
Reorganize code a bit, add current directory to sys.path ( #198 )
...
* reorganize code a bit
* add current directory to sys.path
* remove PYTHONPATH mention from the docs
* linting
2019-10-05 19:44:29 +03:00
Nikita Sobolev
b939bc96b7
Improves README with new example repo, python version matrix ( #195 )
2019-10-01 15:24:48 +03:00
Maxim Kurnikov
e143ba568c
add mypy compatibility table ( #190 )
...
* add mypy compatibility table
* add django versions to compatibility table
2019-09-28 22:14:16 +03:00
Nikita Sobolev
4a4dc53c4d
Adds syntax highlight
2019-09-08 12:31:30 +03:00
Nikita Sobolev
77fd46987d
Adds gitter icon
2019-09-08 12:30:41 +03:00
Nikita Sobolev
caa0e60743
Fixes travis badge
2019-08-25 20:42:00 +03:00
Aleksander Vognild Burkow
ac40b80764
Mention solution to potential PYTHONPATH pitfall. ( #115 )
2019-07-26 18:48:38 +03:00
Maxim Kurnikov
0bb41bc791
add notes about new manager types to README
2019-07-25 17:17:47 +03:00
Maxim Kurnikov
8894de0a04
add new config options to README
2019-07-25 17:03:37 +03:00
Maxim Kurnikov
2799646723
add missing files throughout the codebase ( #102 )
2019-07-09 05:18:15 +03:00
Maxim Kurnikov
5dd6eccdb5
make ignore_missing_model_attributes behaviour optional ( #66 )
...
make "ignore_missing_model_attributes" behaviour opt-in
2019-04-12 17:22:18 +03:00
Maxim Kurnikov
d24be4b35f
add supported versions to README
2019-02-19 00:42:12 +03:00
Maxim Kurnikov
f30cd092f1
add default for MYPY_DJANGO_CONFIG
2019-02-13 23:02:49 +03:00
Maxim Kurnikov
5f6f597266
add config file support
2019-02-09 03:21:49 +03:00
Maxim Kurnikov
d4cb729c93
rework settings, add loading of the django.conf.global_settings, cleanups
2019-02-07 19:13:39 +03:00
Maxim Kurnikov
322addf6b2
mention gitter in readme
2019-01-30 17:33:14 +03:00
Maxim Kurnikov
0f1af6581d
on pypi now
2019-01-24 20:51:53 +03:00
Maxim Kurnikov
d5bc7d4ab2
update readme with installation and execution instructions
2018-12-03 18:45:48 +03:00
Maxim Kurnikov
00f72f97d7
add simple readme file
2018-11-29 15:32:35 +03:00
Maxim Kurnikov
75532a3c58
remove README for now
2018-11-13 19:31:39 +03:00
Luke Murphy
4013fe4d03
Link to ticket about existing stubs.
2018-08-01 18:42:26 +03:00
Luke Murphy
b569a292e8
Add fork of mypy-django.
...
Based on https://github.com/TypedDjango/django-stubs/issues/4#issuecomment-409478397 .
2018-08-01 17:56:12 +03:00
Luke Murphy
7ce490fa7a
Add some type hint documentation.
2018-08-01 10:07:51 +03:00
Luke Murphy
b0025f82e6
Add note about other efforts.
2018-08-01 10:02:18 +03:00
Luke Murphy
6a3f08d9ff
Add missing full stop.
2018-07-30 18:05:22 +03:00
Luke Murphy
9e010ad178
Add a first stab at a README.
...
Closes https://github.com/TypedDjango/django-stubs/issues/1 .
2018-07-30 18:02:22 +03:00