Re: Bug with collapse fieldsets?
On Wed, Oct 3, 2012 at 6:32 PM, Janusz Jaworski <javor1992@gmail.com> wrote:
> Hello. I found probably a little bug or it's just a feature (dunno). But my
> question is why i can't unhide collapsed fields when i use 'None' for name
> of group and use 'collapse' in dictionary in fieldsets. Here is the line of
> code and screens:
>
> fieldsets = [(None, {'fields': (('title', 'slug', 'category'),),
> 'classes':('collapse',),}), ...] and screens: first is when i use 'None' -
> http://i49.tinypic.com/b88pxg.png and second is when i use name "Example"
> for subgroup of fields - http://i50.tinypic.com/140lvg5.png . As you can see
> subgroup with 'None' and collapse turned on can't unhide cause there is just
> line with no button :( Sorry for my poor language.
>
Can you use instead of None?
--
Joel Goldstick
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home