Why Django ORM filter lists all the users?
I like to make a filter where user can search based on last_name or a regio(region). I made the query but it filters well only if I using the last_name filter, but the regio gives all the users in the db. I’m used before Sqlite3 and raw queries but now I like to learn ORM… Read More Why Django ORM filter lists all the users?