I have multiple checkboxes which are coming from a model with a single 
value. This value is the sum of (1,2,4,8,etc..) so it can always be 
unpacked.

This works very nicely on my development server as it nicely unpacks the 
values and shows which checkboxes are checked if I want to update the value.

However on my production server the checkboxes are always empty 
(unchecked)... I'm really desperate why it isn't working, and I cannot seem 
to figure out where it goes wrong. Could it be the difference of database 
(Sqlite vs mysql)? Or maybe the memchached?

Thank you!

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7d0ebb8e-5d39-4739-8fd7-83d6dc329f3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to