Django admin form manytomany fields not saved. how to save

2016-05-26 Thread VRS Rajkot
I am using dango-cms ==3.2.3, django = 1.8.10 I have created models.py with many-to-many field. When I add any record in it then it is not show any warning and save record perfectly but when I open that record so it not show many-to-many selected value so I thing many-to-many field is not sa

how we access language_code (current language) in cms_plugin.py in django_cms

2016-05-30 Thread VRS Rajkot
hi, Enter code here... my django_cms == 3.2.3 django == 1.8.10 my cms_plugins.py is from .models import * from cms.utils import get_language_from_request from django.contrib import admin class FaqPlugin(CMSPluginBase): name = _("Faq Plugin") render_template = "faq/faq_list.html" d