On 8/07/2016 2:56 AM, Fellipe Henrique wrote:
> Hello,
>
> When we need to use TabulerInline on Django Admin, the admin template
> create a "title" for the field... it's not the verbose_name...
> verbose_name is set like a Group.. "Blue" line before TabularInline...
> after this line, we have a table title... that's my problem... how can I
> change these "table title" on TabularInline?
fieldsets = (
('This ought to change the title', {
'classes': ('collapse', 'wide'),
'fields': (
'foo',
'bar',
'baz',
),
}
),
)
>
> Cheers
>
> T.·.F.·.A.·.   S+F
> *Fellipe Henrique P. Soares*
>
> e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge'
> /Fedora Ambassador:Â https://fedoraproject.org/wiki/User:Fellipeh/
> /Blog:Â /http:www.fellipeh.eti.br
> /GitHub:Â https://github.com/fellipeh/
> /Twitter: @fh_bash/
>
> --
> 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+unsubscribe@googlegroups.com
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To post to this group, send email to django-users@googlegroups.com
> <mailto:django-users@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAF1jwZHe-w%3DQf%2B%3DqwofNnEd1%2B_U_6P%2Bj%2BDBqN%2BjQHyhmkayd%3DQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAF1jwZHe-w%3DQf%2B%3DqwofNnEd1%2B_U_6P%2Bj%2BDBqN%2BjQHyhmkayd%3DQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/78bd8cba-3200-65af-e4fa-e525181f9baf%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment