 Daniel HillierandGitHub
|
92eb068a04
|
Fix #224 add paths in mypy's mypy_path option or MYPYPATH env var for import discovery (#498)
|
2020-10-23 01:06:49 +03:00 |
|
 Daniel HillierandGitHub
|
60f3f9dd9f
|
Change select_for_update's 'of' type to Sequence[str] (#440)
|
2020-08-08 20:21:55 +03:00 |
|
 Daniel HillierandGitHub
|
19c73a106d
|
admin: Allow ModelAdmin.actions to contain str (#425)
Strings are allowed in ModelAdmin.actions when they refer to a method on
the ModelAdmin subclass.
|
2020-07-14 10:43:50 +03:00 |
|
 Daniel HillierandGitHub
|
f16d1b8cb6
|
Improve *HttpResponse.getvalue() types (#422)
* Change returned type of StreamingHttpResponse.getvalue() to bytes
* Add HttpResponse.getvalue() definition
|
2020-07-11 15:57:35 +03:00 |
|
 Daniel HillierandGitHub
|
d0f9730c53
|
Add db.models.fields.Field method stubs for custom Fields (#331)
Add stubs for: pre_save, get_db_prep_value, get_db_prep_save
|
2020-02-17 10:08:39 +03:00 |
|
 Daniel HillierandNikita Sobolev
|
e3801918e3
|
Fix incorrect type for django.core.files.File.file (#293) (#294)
|
2020-01-11 14:27:46 +03:00 |
|