Re: Pop up window for searching for field choices?

2005-08-11 Thread Jason Huggins
Adrian Holovaty wrote: > You're looking for "raw_id_admin=True". Have fun! Adrian and Jacob, thank you! By the way, perhaps the explanation in the docs for raw_id_admin should be expanded to mention this alternative search utility. (Or provide an example in a tutorial.) :-) Also, I realized afte

Re: Pop up window for searching for field choices?

2005-08-11 Thread Jacob Kaplan-Moss
On Aug 11, 2005, at 3:57 PM, Jason Huggins wrote: At the ChiPy presentation of Django in July month I remember seeing something I don't see any documentation for: In the Admin interface, if a drop down list of choices had too many entries, you provided a "search icon" to the right of the

Re: Pop up window for searching for field choices?

2005-08-11 Thread Adrian Holovaty
On 8/11/05, Jason Huggins <[EMAIL PROTECTED]> wrote: > In the Admin interface, if a drop down list of choices had too many > entries, you provided a "search icon" to the right of the field. When > you clicked the search icon, a pop up window appeared and shows you > filtered, paged list of values

Pop up window for searching for field choices?

2005-08-11 Thread Jason Huggins
This question is mostly for Adrian, but if anyone else knows the answer, please let me know! At the ChiPy presentation of Django in July month I remember seeing something I don't see any documentation for: In the Admin interface, if a drop down list of choices had too many entries, you provi

i18n -- DRAFT

2005-08-11 Thread Nebojša Đorđević - nesh
I think it's a time to go for implementation of i18n, so first things first. Let's define i18n interface and behavior: This is RFC :) When discussion is done, update http://code.djangoproject.com/wiki/ InterNationalization with information gathered from here. Files: == * i18n module is

Re: revision 462

2005-08-11 Thread [EMAIL PROTECTED]
Here is the output: Running tests with database 'postgresql' Got 10 errors: 'basic' module: API test failed === Code: 'articles.get_list()' Line: 30 Expected: '[]\n' Got: '[, ]\n' 'basic' module: API test raised an exception ==