Re: How to access manytomany field content

2019-06-19 Thread Андрей Сердюк
So You should to show Your template first and use ModelForm to inherit it with model You need in meta options. -- 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 d

Re: How to access manytomany field content

2019-06-19 Thread Alagiri Rajesh
Hi @Андрей Сердюк, Thank you for quick response. Some clarifications please? So you are saying that i need to create a new class for the category? the current code for one of my app where i am using category field is as below: class Listing(models.Model): > user= models.Foreig