I wanted to develop a Django app and one of the functionalities I\'d like to have is dynamic drop-down lists...specifically for vehicle makes and models...selecting a specific m
This is uncanny: Dynamic Filtered Drop-Down Choice Fields With Django
His question:
"Here is the situation: I have a database with car makes and models. When a user selects a make, I want to update the models drop-down with only the models associated with that make. ... Therefore I want to use Ajax to populate the data."
You're not the same guy? :)