Files
django-stubs/mypy_django_plugin
Sigurd Ljødal 1a29ad4f97 Fix nullability of blank charfields in values and values_list (#1020)
Char fields with blank=True set should not be considered nullable in the
context of values() and values_list() querysets.

I'm also not a huge fan of the way these fields are made optional in the
constructur to the model classes, it feels like it would be better to
mark the arguments as having a default value, rather than allow sending
in None, but I'd rather keep this fix small and look at the overall
problem at a later point.
2022-06-25 14:37:25 +03:00
..
2022-06-14 20:30:13 +03:00
2019-07-24 13:38:49 +03:00
2022-04-28 13:01:37 +03:00
2022-01-05 16:21:14 +03:00