issues
search
Viicos
/
django-autotyping
Automatically add type hints for Django powered applications.
https://viicos.github.io/django-autotyping/
MIT License
46
stars
0
forks
source link
`DJA001`: Various improvements
#21
Open
Viicos
opened
11 months ago
Viicos
commented
11 months ago
[ ] Implement support for relative model import
[ ] ASSIGN_FOREIGN_FIELD could take into account calls to Field with dict unpacking, although really not common: Field(**{"to": "Model"})
[ ] More tests (e.g. test self relationship)
[ ] Add support for duplicate model names in different apps (see how it is handled for dynamic stubs).