How to select undetermined field(s) in django model?

2016-05-26 Thread Jianshu Hu
To all, I am new to django, and learning to establish a site. Here is my problem: I have got a databse and a table in mysql, and am using django to read the data from it. I got a pair of values [FIELD_NAME,VALUE] from the GET method of a html page. When the values passed to the searchin

Re: How to select undetermined field(s) in django model?

2016-05-27 Thread Jianshu Hu
This is exactly what I need!! Thank you! And thank you for mentioning injection. Bests, -- 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...