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
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
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
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
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
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
==