Re: hierarchical datasets redux

2006-07-30 Thread oggie rob
> In the Admin UI it could look like this: [Select State] --[Select County] [Select Zip] I think situations like this are handled better on the server side anyway. A list containing ~100 items or less is appropriate in most cases, but there is a pretty good chance you would exceed this even

Re: hierarchical datasets redux

2006-07-30 Thread James Bennett
On 7/30/06, jws <[EMAIL PROTECTED]> wrote: > I am not familiar with this option you speak of. Do you have a link to > more information? http://www.djangoproject.com/documentation/model_api/#js -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~--

Re: hierarchical datasets redux

2006-07-30 Thread jws
> 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; I am not familiar with this option you speak of. Do you have a link to more information? --~--~-~--~~~---~--~-

Re: hierarchical datasets redux

2006-07-29 Thread James Bennett
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

hierarchical datasets redux

2006-07-29 Thread jws
I'll describe what I think is an unaddressed area. I may be misinformed. Everyone seems to have different ways of talking about this type of situation. The solution may be a new feature or simply a design pattern. There may already be a technique I am unaware of... Consider an application with mo