1👍
As far as I know, Django doesn’t support this.
You can set up additional views and use jquery to send ajax requests to narrow the responses of the 2nd and 3rd fields.
A quick google search brings up django-ajax-selects, which looks like it does exactly what you want.
Another, albeit, slightly older solution.
Source:stackexchange.com