One of my Admin forms has a price field and the currency and symbol
depend on the selected region.
I would like to display (readonly) just the field content for currency
and symbol for example ...
"AUD $ [ 222.22]"
... but all I can achieve at the moment is ...
"Currency: AUD Symbol: $ [
222.22]"
Is there a technique for this?
I have checked the docs and found I can use a callable but that just
uses the callable name as the verbose_name.
I have tried making verbose_name="" in the model but that still displays
the colon and lots of spaces.
I expect I'll need to use my own form somehow but I'd prefer something
simpler.
Any hints greatly appreciated
Cheers
Mike
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/5826ad70-1701-fdf2-d45e-fa63f7f09da4%40dewhirst.com.au.