Caching is often the culprit in these situations. Disable it and recheck.
Obviously clear cookies and history in the browser as well.

Also, verify that your database shows the correct data state (meaning that
the fields in the database show as checked) once the models are saved,
either through the Django shell or directly interrogating the database.

Your web server process is least likely to be the culprit, unless it is
telling the browser to use the cached version of your page for some reason.

-James
On May 23, 2015 12:26 AM, "gabn88" <gerbenmors...@gmail.com> wrote:

> I have a MultipleSelectbox form that creates multiple select boxes (wow!).
>
> Now, I use a model to save the selected values to, and also to *retrieve
> the values back from*.
>
> If a user wants to update the model, I would like to show them which
> checkboxes are checked already from the model. This works perfectly fine on
> my dev server, but not on my production server and I can't seem to find the
> issue.
>
> Could the reason be: 1. the memcached, 2. the mysql vs sqlite, 3. the
> apache/wsgi/ngix vs. dev server configuration?
>
> I really don't know where to start searching.
>
> 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/5e28d66a-58a2-4f66-b77e-1a0898ae45b2%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/5e28d66a-58a2-4f66-b77e-1a0898ae45b2%40googlegroups.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+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/CA%2Be%2BciULjMV2Caxm9xXfphwr7XJs2goDJx9kQE3wn92ZLVUwAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to