I want to add a text next to a field of the django admin interface.

The warning needs to created at runtime inside a python method. I know python 
and the django ORM well, but I don't know
how to get the text next the field.

The text should be a warning. Raising ValidationError in clean() is not a 
solution, since the user can't edit the page
any more. It should be just a warning message.

One solution would be, to create a custom admin form (easy), and subclass the 
field, to create
a custom field. That's not difficult, but I guess there is a better solution.

  Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de

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