←back to thread

310 points brylie | 1 comments | | HN request time: 0.203s | source
Show context
peternilson ◴[] No.43512862[source]
Django still lacks typing support. Does Plain improve on this at all? I didn't see typing mentioned in the docs..
replies(3): >>43512910 #>>43512916 #>>43513078 #
brylie ◴[] No.43512916[source]
Relatedly, in case it's useful, the django-stubs package provides mypy compatible type stubs for Django:

https://github.com/typeddjango/django-stubs

replies(1): >>43513115 #
1. yeswecatan ◴[] No.43513115[source]
While it's truly a great ongoing effort and I am grateful to all the contributors, it's not nearly complete. You may think you're using the correct type until, surprise, you are not.