, ( FK City, State), Select, Sstates, ( , , ).
, Media .js , .
ModelAdmin , , change_form.
, .js JQuery django.JQuery, .
(function($) {
$('#state').change(function(){
$('#city').load('/cities_by_state/', {id: this.value});
});
})(JQuery||django.JQuery);
- , ( ), , , ( ), templatetags ..