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


Ignore:
Timestamp:
Nov 3, 2021, 11:07:17 PM (3 years ago)
Author:
Thiago Bellini Ribeiro

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