Changes between Initial Version and Version 1 of Ticket #29299, comment 13


Ignore:
Timestamp:
11/04/21 04:07:17 (17 months ago)
Author:
Thiago Bellini Ribeiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29299, comment 13

    initial v1  
    11Just 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.
    22It 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
     4edit: Forgot to add the link to the repository itself: https://github.com/sbdchd/django-types
Back to Top