python - Django querying for objects with ManyToManyFields -


यहाँ स्थिति है:

  वर्ग पार्टी: # मेजबान मेजबान मेजबान = ManyToManyField ( "उपयोगकर्ता")   

मेरे पास एक उपयोगकर्ता u है। मैं उन सभी दलों के लिए एक क्वेरी बनाना चाहता हूं, जो वे होस्ट कर रहे हैं मैं ऐसा कैसे करूँ?

  पार्टी.बॉग्ज। फ़िलटर (मेजबान_इन = [यू]) पार्टी.ओबैजेस। फ़िलटर (होस्ट__ कंटीन्स = यू)   

न तो

कैसे इस बारे में

  u.party_set सभी ()    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -