What is the recommended idiom for checking whether a query returned any results? Example: orgs = Organisation.objects.filter(name__iexact="Fjuk inc") # If any results # ...
-
May 22, 2022
- 0 Comments