Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "site-acces": {
  3. "title": "digimon",
  4. "compare": {
  5. "with": "sagromon",
  6. }
  7. },
  8. "site-denied": {
  9. "title": "pokemon",
  10. "compare": {
  11. "with": "salameche",
  12. }
  13. }
  14. }
  15.  
  16. pokemon.filter(widgets__contains={'title': 'pokemon'})
  17.  
  18. pokemon.filter(widgets__title= 'pokemon')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement