…Model
suffix
Chain
ing querysets together
UserPassesTestMixin
_id
suffix
related_name=…
the same name as the relation
.values()
User
model directly
JsonResponse
with safe=False
datetime.now
as default=…
for a created_on
field
.get(…)
to retrieve the object in a view
FloatField
for money
commit=False
when altering the instance in a ModelForm
len(…)
on a QuerySet
with no further use
request.POST or None