2 Commits
Author SHA1 Message Date
2a1c86744c Update decorators.pyi to match Django 3.1 (#576)
* Update decorators.pyi to match Django 3.1

This commit resembles the state of the file in Django 3.1. Unfortunately, this is not even compatible with Django 3.0 which misses the sync* and async* decorators.

* Update decorators.pyi

* Fixes lint

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2021-05-01 13:42:29 +03:00
Thomas KrappandGitHub 993dd816a4 Update static.pyi (#566)
* Update static.pyi

Parameters document_root and show_indexes should be marked as Optional since they have a default value.

* Update static.pyi

Correct signature of serve function.
2021-02-13 00:27:12 +03:00