On 12/27/05, patrick k <[EMAIL PROTECTED]> wrote:
> - how do i change the numrows for a textarea-field?

You can do this with CSS; create custom admin templates that include
some custom CSS code.

> - why is it always the first column of the list which is linked to the
> detail-page? when listing the ID, i´d like the ID to be the first field in
> the list. nevertheless, i´d like the title to be linked. is that possible?

We've never had a need to link any other column to the detail page. We
use the first column for consistency. It's currently not possible to
choose which column gets linked. (Of course, it *is* possible to
designate the order of the fields on the change list, so, if you want
the title linked, you can just make sure the title is first in the
"list_display" setting.)

> - we have automatic fields for createdate and updatedate (auto_now,
> auto_now_add). what about automatically inserting the logged in user who
> creates (or updates) the record? i don´t know about anybody else, but i need
> that all the time. that´s especially interesting when using manipulators,
> because with "request.user" you won´t have the ID of the user (if i´m right
> here?).

This currently isn't possible. Implementation suggestions are welcome!

> - the many-to-many javascript filter interface does work in the
> admin-interface, but it does not work with my own page based on
> AddManipulator.

You might need to include some JavaScript in your custom HTML page for
that. See django/contrib/admin/media/js/SelectFilter.js.

Hope this helps!

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to