Django ManyToMany get error 'Object of type QuerySet is not JSON serializable'
i have this issue on my application. Object of type QuerySet is not JSON serializable In fact, i creating an application in which we have a relationship of the type several Products inone or more Orders. Here is my code…