ordering of post_syncdb signals?

2012-08-09 Thread carrier24sg
Hi folks, I am a little confused with the ordering of the post_syncdb signal? (using 1.2.4) Looking at the code in auth and contenttype, what makes auth.permission so sure that the appropriate content type was created before the necessary permission is created? Similarly, I have another app calle

django template strange behavior

2011-04-14 Thread carrier24sg
Hi guys, {% if None == False %} abc {% endif %} Strangely my template displayed abc. Any explanation? -- 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

filteredselectmultiple widget breaks when in dialog box

2011-05-12 Thread carrier24sg
hi folks, I am using the FilteredSelectMultiple widget for my manytomanyfield, as seen on the admin site. At the moment, everything is fine. However, if I place this widget within a jquery dialog, the script breaks. I cannot move my items from the first list to the second.