About Getting the First Element from a QuerySet

obj = qs.first() returns the first object in the QuerySet or None if the QuerySet is empty.

Tips and Tricks Programming Django 4.2 Django 3.2 Django 2.2