On 7/30/06, jws <[EMAIL PROTECTED]> wrote: > Could someone familiar with the admin give some feedback about the > possibility of something like this happening? It doesn't seem like this > would be a huge amount of work to implement. How wrong am I?
My initial thought is that, since this is going to require JavaScript, it's something to be implemented on a per-case basis using the admin JS option; you could write the JS to create a select box for the state, then based on the user's choice create and populate a select box for county, then based on the user's choice populate the select box for zip code. It's tempting to think that 'limit_choices_to' could be extended to support this, but as it currently exists I'm fairly certain it can't, and that re-implementing it in a way which would make this generically possible would be more work than you'd expect. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
