So I expect same functionality like when I give a name for subgroup. I want to hide and unhide group of fieldset and don't give a name for it (use None).
W dniu czwartek, 4 października 2012 06:09:45 UTC+2 użytkownik Laxmikant Gurnalkar napisał: > > What do you expect from None? > > > On Thu, Oct 4, 2012 at 4:02 AM, Janusz Jaworski > <javo...@gmail.com<javascript:> > > 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. >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/django-users/-/RhQm2vz79owJ. >> To post to this group, send email to django...@googlegroups.com<javascript:> >> . >> To unsubscribe from this group, send email to >> django-users...@googlegroups.com <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/8XHZF5foBZ0J. 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.