hi all,

i have two questions concerning the comments module.
is it possible to include an field in the admin change list that
displays the last comment on a certain object and makes the list
sortable by 'last commented on'?
i think i read somewhere that you can't sort the admin list by foreign
keys and i am not exactly sure if this refers to the comment-module
too.

than i tried integrating the comments in my admin.py as inlines for
another class.
my aim is to display a comment form in the edit-form of another object
as i plan to use comments not strictly as comment-system but more to
make annotations (people will log what tasks they have performed with
an object) which will be done most of the time by admin-users.
trying to integrate a commentinlineadmin following the docs about how
to setup 'inlinemodeladmin objects' i ran into an error that stated
that no foreignkey is specified/existing on the comment-object.

so basically i am not sure, if i am just doing something wrong or if
the comments-module is simply not suited for my plans?

i hope the description is not too rough/general. for now i just need
to know if it makes sense to invest more work into make the comments
working the way i need them.

thanks!
andreas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to