Files
django-stubs/mypy_django_plugin/transformers
Marti Raudsepp db14454199 Fix type of <fieldname>_id when using ForeignKey(to_field=) (#1176)
* Fix type of <fieldname>_id when using ForeignKey(to_field=)

Previously mypy_django_plugin would always use the field type of target
model's primary key, but `to_field` can refer to a different field type.

* Fixes

* More fixes
2022-09-30 10:05:57 +03:00
..
2019-07-24 13:38:49 +03:00
2022-08-26 13:22:55 +03:00
2020-10-29 11:59:48 +03:00
2022-09-09 17:16:22 +03:00
2020-10-29 11:59:48 +03:00
2020-10-29 11:59:48 +03:00
2022-04-28 13:01:37 +03:00