Changes between Initial Version and Version 1 of Ticket #29299, comment 13
- Timestamp:
- Nov 3, 2021, 11:07:17 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29299, comment 13
initial v1 1 1 Just to add here too, this project here is a fork of the original `django-stubs` but without the mypy dependency and that works fine with pyright. 2 2 It has some interesting stuff in it, like defined a field with `null=True`/`null=False` automatically types it as being able to get/set None together with the field's primary type. 3 4 edit: Forgot to add the link to the repository itself: https://github.com/sbdchd/django-types